|
Bugzilla – Full Text Bug Listing |
| Summary: | ContextMenu: menu's descendant menu_item is missing 'focusable' state | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | calen chen <cachen> |
| Component: | Winforms - General | Assignee: | E-mail List <mono-a11y-bugs> |
| Status: | NEW --- | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Normal | ||
| Priority: | P4 - Low | ||
| Version: | Release 1.0 | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | openSUSE 11.1 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | script for printing menu and menuitem's states | ||
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