#12582 closed defect (fixed)
Grid - focus navigation doesn't work well with hidden rows
Reported by: | evan | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | 1.6.1 |
Component: | DojoX Grid | Version: | 1.6.0 |
Keywords: | grid, hidden, row, focus | Cc: | |
Blocked By: | Blocking: |
Description
Steps to reproduce:
- Use dojox/grid/tests/test_grid_hidden_rows.html
- Not able to navigate focus among cells with Up/Down? keys
- A "cells is null" exception is also thrown up in IE
Change History (3)
comment:1 Changed 10 years ago by
Component: | General → DojoX Grid |
---|
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Milestone: | tbd → 1.6.1 |
---|
Note: See
TracTickets for help on using
tickets.
(In [24172]) Make sure hidden row/column are skipped appropriately during focus navigation, fixes #12582, applied both to trunk and 1.6 branch, !strict