Opened 10 years ago
Closed 9 years ago
#15498 closed defect (patchwelcome)
Accessibility: Enhanced Grid Keyboard Selection
Reported by: | jbest | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Multi-selection with keyboard works when navigating up, but not down.
http://demos.dojotoolkit.org/demos/grid/demo.html
- Focus the first row "Download Date" column.
- Hold shift, move the focus down a few rows.
- Hit space while still holding shift.
Expected: Multiple columns selected Actual: Only the last row is selected
Change History (2)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
DojoX Grid and EnhancedGrid are deprecated in favor of dgrid and gridx.
You should upgrade your code to use one of those two grids.
We will consider patches to the old DojoX Grid code though.