Bugzilla – Bug 505493
ToolStripSplitButton: Extraneous "selected" and "focused" states after performing 'click' action on a menu item
Last modified: 2009-07-02 03:40:59 UTC
PROBLEM STATEMENT After using the at-spi 'click' action on one of the ToolStripSplitButton menu items, that menu item has the "focused" and "selected" states. This should not be the case (as the Bridge functional spec indicates that a click action results in -focused and -selected states). REPRO 1. Run Accerciser, open the "Interface Viewer" tab, and expand the "Accessible" and "Action" expanders. 2. Run uia2atk/test/samples/toolstripsplitbutton.py 3. In Accerciser's left pane browse to and select one of the "menu item" accessibles from the toolstripsplitbutton.py (ipy) application 4. In Accerciser's interface viewer, perform the 'click' action for the selected menu item accessible (by selecting the 'click' action and pressing "Perform action") 5. Notice the states of the selected accessible in the "States" list of Accerciser's interface viewer RESULTS The selected accessible has both the "selected" and "focused" states EXPECTED RESULTS The selected accessible should not have the "selected" or the "focused" state
em,I'm not sure is there any interrelationship between this bug and bug 465597, just mentioned here as a reference. :)