Bugzilla – Bug 514635
ContextMenu: menu's descendant menu_item is missing 'focusable' state
Last modified: 2009-06-19 09:17:38 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