Bugzilla – Bug 486290
MenuStrip: menu item's image is not implemented
Last modified: 2009-07-02 03:49:20 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
this bug is also works for the ToolstripMenuItem of ContextMenuStrip