Bug 511179

Summary: FileDialog: All view style menu items have the "checked" state
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: P5 - None    
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: ---
Attachments: pyatspi script referenced in REPRO steps

Description calen chen 2009-06-09 09:29:01 UTC
Created attachment 296888 [details]
pyatspi script referenced in REPRO steps

This bug is similar to bug509276, I log a new one just for warning, you can mark it duplicate if you like :) 

REPRO

1.  Run uia2atk/test/samples/savefiledialog.py and click on the
"Click me" button.
2.  Run the attached script, which performs the "click" action of the view style dropdown toggle button to open menu and then prints the states of all of the menu items.

RESULTS

All of the menu items have the "checked" states

EXPECTED RESULTS

Exactly one menu item--the one that is checked on the GUI--should have the
"checked" state.  By default the "List" menu item is checked.

COMMENTS

If you close the menu and run the script a second time without closing the
Save As Dialog or changing anything else on the GUI, then none of the menu
items have the "checked" state.