Bug 486335

Summary: MenuItem, ToolStripMenuItem: extraneous "showing" state of menu item when it is not showing
Product: [Mono] UI Automation Reporter: Ray Wang <rawang>
Component: Winforms - ATKAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P2 - High CC: cachen
Version: Release 0.9.1   
Target Milestone: Release 1.1   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Ray Wang 2009-03-18 08:04:42 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.
Comment 1 Ray Wang 2009-05-05 08:22:37 UTC
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.
Comment 2 Ray Wang 2009-05-07 07:27:55 UTC
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.
Comment 3 Brian Merrell 2009-05-15 17:00:18 UTC
This bug is causing a ton of test problems.
Comment 4 Feng Xia Mu 2009-06-12 08:53:50 UTC
the menu items on toolstripsplitbutton control still have the same problems, the not showing menu item still has the "showing" state.
Comment 5 Brad Taylor 2009-07-14 16:08:25 UTC
Move all P1 and P2 bugs into Release 1.1 milestone.