Bugzilla – Bug 511179
FileDialog: All view style menu items have the "checked" state
Last modified: 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.