Bug 511179 - FileDialog: All view style menu items have the "checked" state
Summary: FileDialog: All view style menu items have the "checked" state
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.1
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-09 09:29 UTC by calen chen
Modified: 2009-06-09 09:29 UTC (History)
0 users

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


Attachments
pyatspi script referenced in REPRO steps (846 bytes, text/x-python)
2009-06-09 09:29 UTC, calen chen
Details

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