Opened 12 years ago
Closed 12 years ago
#8855 closed defect (fixed)
selection should not follow focus when arrowing and pageup/down thru cells
Reported by: | Becky Gibson | Owned by: | Becky Gibson |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Grid | Version: | 1.3.0b2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This is actually a reversal of #8696 and #6988 which indicated that row highlighting should follow focus as keyboard navigating through cells. Since highlighting is synonymous with selection - it should NOT follow focus. When using the keyboard a user should select a cell via the space key and the mouse user selects via a mouse click.
Note that the grid is currently implemented to also select via the enter key - I left that alone but it may be revisited with #7484
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | 8855.patch added |
---|
comment:1 Changed 12 years ago by
Component: | General → DojoX Grid |
---|---|
Milestone: | tbd → 1.3 |
Owner: | changed from anonymous to Becky Gibson |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was fixed in [16988].
Note: See
TracTickets for help on using
tickets.
Note that for Tree etc. there are two types of highlighting, one for selection and one for hover. Maybe you want that for Grid too.