[patch] [ccla] keyboard navigation through grid should skip hidden cells
When navigating via the keyboard, focus disappears when you reach a hidden cell, pressing the arrow key again will focus the next visible cell.
With a grid with 5 columns labeled 1,2,3,4,5
set hidden=true on the 3rd column. Then only columns 1,2,4,5 will be displayed. Tab to the Col 1 header, press the right arrow and focus moves to column 2, press the right arrow again and focus should move to column 4 but instead it was set to the invisible column 3, press right arrow again and focus is now on column 4.
Change History (6)
Priority: |
normal →
high
|
Summary: |
keyboard navigation through grid should skip hidden cells →
[patch] [ccla] keyboard navigation through grid should skip hidden cells
|
Milestone: |
future →
1.4
|
Owner: |
changed from Bryan Forbes to Becky Gibson
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
initial patch - needs cleanup