Bug 486290 - MenuStrip: menu item's image is not implemented
Summary: MenuStrip: menu item's image is not implemented
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Release 0.9.1
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-18 04:08 UTC by Ray Wang
Modified: 2009-07-02 03:49 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 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