Bug 514635 - ContextMenu: menu's descendant menu_item is missing 'focusable' state
Summary: ContextMenu: menu's descendant menu_item is missing 'focusable' state
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.1
: P4 - Low : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-19 09:17 UTC by calen chen
Modified: 2009-06-19 09:17 UTC (History)
0 users

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


Attachments
script for printing menu and menuitem's states (1.36 KB, text/x-python)
2009-06-19 09:17 UTC, calen chen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description calen chen 2009-06-19 09:17:22 UTC
Created attachment 299207 [details]
script for printing menu and menuitem's states

PROBLEM STATEMENT:
menu's descendant menu_items are able to be focused in contextmenu, so I think it should has 'focusable' state

REPRODUCE:
1. Run uia2atk/test/samples/openfiledialog.py, click 'OpenDialog' to invoke 'Open' dialog
2. run the attachment script that is doing (1)mouse button3 click TreeTable on Open dialog to invoke a ContextMenu, (2)print 'View' menu's states, (3)print 'Small Icon' menu_item's states, (3) print 'Show hidden files' menu_item's states

RESULTS:
'View' menu and 'Show hidden files' menu_item in the first layer are all have 'focusable' state, but 'Small Icon' menu_item that is in the second layer is missing 'focusable' state

EXPECTED RESULTS:
+STATE_FOCUSABLE state