GNOME Bugzilla – Bug 554616
Problems accessing subsequent lines of cells which contain line break tags in FF3 tables
Last modified: 2008-11-08 18:49:57 UTC
Steps to reproduce: 1. Navigate to http://www.nvda-project.org/wiki/Snapshots 2. Attempt to move down to the line which contains the 'portable archive' links using Down Arrow or Orca's table cell navigation. Expected results: You would succeed. Actual results: You skip over that line. You can reach it by Up Arrowing (or Tab/Shift+Tab'ing).
I see what's going on here. Assigning to myself.
Created attachment 122054 [details] [review] revision 1 Pylinted, regression tested. Seems to work. Please test.
I was chatting with Will about this after I saw Michael Weaver's message about difficulty applying patches. Will and I agreed that it was worth checking into trunk so that Michael and others can test it. After it's had more testing and seems to be sound, then we can commit it to the gnome-2-24 branch as well. In keeping with our team notation, "testing required" indicates it has not been committed. So changing to "pending" but please test all the same. :-)
I just saw Hermann's comment on the list. The patch solves the problem for arrowing up and down (i.e. just pressing Up or Down Arrow). I just tested it again, and I can always use the arrow keys to reach the line that contains the second installer. Since it is on a separate line, it is not read on the same line as the first installer. I forgot about modifying structural navigation so that Alt+Shift+Arrows would read the entire cell. Sorry!
Created attachment 122144 [details] [review] rest of the fix This addresses the reading of the full cell. It is a very minor change so I went ahead and committed it to trunk. Also created a table cell navigation regression test.
Tested with both FF 3.0 and 3.1.
Thanks Mike. Based on your testing, both patches have been committed to the gnome-2-24 branch as well. Closing as FIXED.