Opened 10 years ago
Closed 9 years ago
#15569 closed defect (patchwelcome)
Grid with CheckBoxSelector doesn't focus fields, can't control with keyboard
Reported by: | Andrej Minarik | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.7.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When using grid along with layout type: "dojox.grid._CheckBoxSelector", selecting a row doesn't select the cell clicked causing keyboard control not to work on a grid.
Compare these examples, click a row and try to use pgUp/pgDown keys: http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/grid/tests/test_grid_simple_structure.html (works as expected) http://archive.dojotoolkit.org/nightly/dojotoolkit/dojox/grid/tests/test_grid_selectors.html (pgup, pgdown don't work)
Happens in newest Chrome, IE9, 8 (in 7 it strangely works), FF doesn't seem to focus but keyboard works
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.