GNOME Bugzilla – Bug 250131
table cells can't be focused by using "Grab focus" in at-poke
Last modified: 2004-09-29 20:43:00 UTC
Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: Steps to reproduce the problem: 1. export GNOME_ACCESSIBILITY=1 2. start tests/test-table-1 in gal dir 3. start at-poke 4. poke "test-table-1" 5. expand the poking tree 6. select a table-cell on the poking tree 7. press "Grab focus" on the right of at-poke Actual Results: No effect at all Expected Results: The table line which contains the selected table-cell should be selected and the table should be focused. How often does this happen? always Additional Information:
This is because the a11y impl for ETable hasn't completed yet.
Created attachment 43026 [details] [review] The patch fixes this bug.
patch committed into HEAD