apache / apache/royale-asjs

Disable keydown event on Table

Open
#890 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
ActionScript
Stars
380
Forks
120
PR merge metrics
No merged PRs in 30d

Description

I have made a TableItemRenderer with a TextInput so it is possible to edit Table values.

My implementation was working before upgrading to 0.9.7... but now it seems there is a keydown event on the Table level (which allows, I think, for arrow keys to select table cells) that is blocking the TextInput. I can select the input but cannot edit it.

My question is: is there a way to disable the keydown event listener on the Table which, I think, is the problem?

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the reported behavior with a TableItemRenderer containing a TextInput, comparing the behavior before and after version 0.9.7. Inspect the Table keydown handling and determine whether it prevents editing; done means the TextInput accepts keyboard input while Table cell navigation still behaves appropriately.

Written by the indexing model from the issue text.

Assessment

Domain
frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.