Bug 509436 - ToolStripDropDownButton,ToolStripMenuItem:when the menu item is focused, it loss focusable state
Summary: ToolStripDropDownButton,ToolStripMenuItem:when the menu item is focused, it l...
Status: RESOLVED DUPLICATE of bug 503725
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: i586 openSUSE 11.1
: P2 - High : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-03 09:43 UTC by Feng Xia Mu
Modified: 2009-06-04 02:07 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 Feng Xia Mu 2009-06-03 09:43:31 UTC
REPRO:

1. run accerciser
2. run uia2atk/test/samples/toolstripdropdownbutton.py
3. in accerciser, expand 'ToolStripDropDownButton1' on the left tree, select
Blue item which is with "menu item" role.
4. in application Gui, mouse click  'ToolStripDropDownButton1' to expand menu,
 move cursor to "Blue", in accerciser under "interface viewer" to see
Blue item's states


RESULTS:

the Blue item has only "focused" state no "focusable" state

EXPECTED RESULTS:

the Blue item should both have "focused" and "focusable" state when it is focused.

COMMENT
the problem occurs on  ToolStripMenuItem control, any focused menu item lack of "focusable" state.
Comment 1 calen chen 2009-06-04 02:07:44 UTC
mark it duplicated!

*** This bug has been marked as a duplicate of bug 503725 ***