Bug 486290

Summary: MenuStrip: menu item's image is not implemented
Product: [Mono] UI Automation Reporter: Ray Wang <rawang>
Component: Winforms - ATKAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P5 - None CC: cachen
Version: Release 0.9.1   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Ray Wang 2009-03-18 04:08:16 UTC
PROBLEM STATEMENT:
The menu item in MenuStrip is ToolStripMenuItem control, and it could have image besides it. when I add a icon along with the menu item and to see it in accerciser, the Image is not implemented.

REPRODUCE:
1. start uia2atk/test/samples/menustrip.py and accerciser
2. navigate to "Document" menu item from left side
3. click "interface viewer"


RESULTS:
"Image" is grayed 


EXPECTED RESULTS:
"Image" should be implemented for toolstripmenuitem, and can get the image size


COMMENT:
Not only on the Accerciser GUI, we could not see the image property of the ToolStripMenuItem, but also we can not access the image from pyatspi
Comment 1 Ray Wang 2009-04-23 07:41:43 UTC
this bug is also works for the ToolstripMenuItem of ContextMenuStrip