#7922 closed defect (fixed)
grid: keyboard focus does not go to the headers in an empty grid
Reported by: | Becky Gibson | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | DojoX Grid | Version: | 1.2.0 |
Keywords: | a11y | Cc: | Becky Gibson |
Blocked By: | Blocking: |
Description
testing with dojox/grid/tests/test_data_grid_empty.html keyboard focus does not go to the grid headers unless they have first been clicked on via the mouse. I'm not sure if this is an issue with the test file or is specific to an empty grid. Even after adding an item, keyboard focus still does not go to the grid header.
Change History (4)
comment:1 Changed 12 years ago by
Milestone: | tbd → future |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 12 years ago by
Milestone: | future → 1.3 |
---|
batch move of tickets marked 'future' in the 1.3 timeframe
Note: See
TracTickets for help on using
tickets.
as of Feb 13, 2009 -focus does go to the grid header but it is just hard to see. However, there is an extra tab stop after the header (probably within the empty, invisible grid) that should be removed.