Bugzilla – Bug 519412
PropertyGrid: some table_cells under second column should be implemented to 'combo box'
Last modified: 2009-07-06 09:45:44 UTC
PROBLEM STATEMENT: On property treetable there are some parent TreeView and two columns, widgets under first column are showing propery title name which is "table cell" role that is correct. some widgets under second column which provided to be select property style, I think some of them be "text" role with TextEditable should be better(e.g the cell behind "AccessibleDiscription", the cell behind "Size" under "Font"), some of them should be "combo box" with dropdown style(e.g the cell behind "AccessibleRole") REPRO: 1. run uia2atk/test/samples/propertygrid.py 2. run accerciser, expand 'tree table' on the left treeview, browse to "Default" cell behind "AccessibleRole" as example 3. click Default cell on GUI RESULTS: "Default" cell is implemented to 'table cell' role, that is mean that menu_items of this cell(combobox with dropdown style) are not accessible EXPECTED RESULTS: I think the cell be implemented to "combo box" with dropdown style would be better to accessible its menu_item