Bugzilla – Bug 486335
MenuItem, ToolStripMenuItem: extraneous "showing" state of menu item when it is not showing
Last modified: 2009-07-14 16:08:25 UTC
PROBLEM STATEMENT: The menu item in MainMenu has extraneous "showing" state even it is not showing(the items hide in the menu). REPRODUCE: 1. start uia2atk/test/samples/mainmenu.py and accerciser 2. navigate to "New", "Open" or "Document" menu item from left side 3. click "interface viewer" -> "Accessible" 4. look at the menu item's states RESULTS: there is a extraneous "showing" state EXPECTED RESULTS: when the menu item's parent is not clicked, in other words, the menu item is not showing, it shouldn't have "showing" state. but when the menu item's parent is clicked. in other words, the menu item is showing, it should have "showing" state. COMMENT: this bug is similar to bug #485515, both of them have extraneous states.
I'm change the summary "from MainMenu: extraneous "showing" state of menu item when it is not showing" to "MenuItem, ToolStripMenuItem: extraneous "showing" state of menu item when it is not showing". Since it affects not only menu item control, but also toolstripmenuitem control.
make this bug's priority a little higher, since this affects many tests. other than that, when the menu collapsed, the menu items are not showing. "showing" state should be removed, but it's not now.
This bug is causing a ton of test problems.
the menu items on toolstripsplitbutton control still have the same problems, the not showing menu item still has the "showing" state.
Move all P1 and P2 bugs into Release 1.1 milestone.