Bug 503733 - Selected state of a menu item persists if mouse is navigated away from menu
Summary: Selected state of a menu item persists if mouse is navigated away from menu
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.1
: P3 - Medium : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-14 04:10 UTC by Brian Merrell
Modified: 2009-07-02 03:43 UTC (History)
1 user (show)

See Also:
Found By: Integration Test
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 Brian Merrell 2009-05-14 04:10:28 UTC
PROBLEM STATEMENT

When the mouse is hovered over a menu item, it receives the "selected" state.  The problem is that, when the mouse navigates away from the menu, the last menu item over which the mouse moved retains the "selected" state.

REPRO

1.  Run Accerciser, click on the "Interface Viewer" tab, and expand the "Accessibles" expander
2.  Run uia2atk/test/samples/toolstripmenuitem.py
3.  In Accerciser, browse to and select the "New" menu item (under the "File" menu) of the toolstripmenuitem.py ipy application
4.  Click on the "File" menu to open it
5.  Move the mouse to hover over the "New" menu item and notice that it gains the "selected" state in the interface viewer
6.  Move the mouse out of the menu without moving the mouse over any other menu items in the "File" menu.  (If you do move the mouse over another menu item, it will receive the selected state instead)

RESULTS

Notice that the "New" menu item retains the "selected" state in the interface viewer.  (At this point, it appears that you can navigate other menus or do whatever you want to other controls and the "New" menu item will retain the selected state until another menu item in the "File" menu is navigated to and thus gains the "selected" state.)

EXPECTED RESULTS 

The "New" menu item should lose the "selected" state when the mouse navigates away from it
Comment 1 Brian Merrell 2009-05-14 04:17:48 UTC
This is similar to Bug 503735