GNOME Bugzilla – Bug 171564
wrong report for objects with 'list' and 'table' roles
Last modified: 2005-04-05 11:32:42 UTC
Run SwingDemo Choose 'List' tag Move through the items, using <tab> The list items are not reported and the number of list items is not correct Choose 'Table' tag Move through the table cells The cells are not reported
Created attachment 39236 [details] [review] Proposed patch
Comment on attachment 39236 [details] [review] Proposed patch OK to commit if it's been tested.
Created attachment 39431 [details] [review] reworked patch In case of 'Table' tab, for the second table, the cells from 'Sport' column are combo boxes. If I move through the values of the combo boxes, to change them, the values are reported as table cells, not as list items. This patch solves this problem.
Comment on attachment 39431 [details] [review] reworked patch Patch committed to head.