Bug 519412

Summary: PropertyGrid: some table_cells under second column should be implemented to 'combo box'
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P3 - Medium    
Version: Release 1.0   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description calen chen 2009-07-06 09:45:11 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