Bug 486335 - MenuItem, ToolStripMenuItem: extraneous "showing" state of menu item when it is not showing
Summary: MenuItem, ToolStripMenuItem: extraneous "showing" state of menu item when it ...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Release 0.9.1
Hardware: Other Other
: P2 - High : Normal
Target Milestone: Release 1.1
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-18 08:04 UTC by Ray Wang
Modified: 2009-07-14 16:08 UTC (History)
1 user (show)

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


Attachments

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