Bug 519412 - PropertyGrid: some table_cells under second column should be implemented to 'combo box'
Summary: PropertyGrid: some table_cells under second column should be implemented to '...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.1
: P3 - Medium : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-06 09:45 UTC by calen chen
Modified: 2009-07-06 09:45 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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