#12881 closed defect (fixed)
EDG - left/right/up/down keys results in lost foucs during editing
Reported by: | evan | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Steps to reproduce with the attached test case
- Double click a row for editing
- Use arrow keys for navigating
The focus is lost, it should actually be remained in the input for editing
Attachments (1)
Change History (5)
Changed 10 years ago by
Attachment: | 12881.html added |
---|
comment:1 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
(In [24708]) Fixes #12881 by ignore navigating with arrow keys during editing state.