Bug 476878

Summary: MainMenu: the component of its children are incorrect
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: P4 - Low 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-02-18 09:05:06 UTC
PROBLEM STATEMENT:
MainMenu has two children(MenuItem) from the sample, the position/size(component) of each menu item is never changed even if you move the window 

REPRODUCE:
1. start uia2atk/test/samples/mainmenu.py and accerciser
2. navigate from "ipy" -> "MainMenu control" -> menu bar -> "&File" from left side
3. open "interface viewer" -> "Component" from right side

RESULTS:
double click each menu item from accerciser. the red rectangle navigate to wrong position.
the position/size(component) of each menu item is never changed even if you move the window 


EXPECTED RESULTS:
the red rectangle navigate to correct position.
the position/size(component) of each menu item will be changed after you move the window
Comment 1 Sanford Armstrong 2009-02-18 15:17:03 UTC
Unfortunately, getting SWF.MenuItem positions properly will require patching MWF.  I will look at this bug to see if it is fixable for 1.0.
Comment 2 Brad Taylor 2009-03-04 16:54:09 UTC
Any update on this bug, Sandy?  If you're working on it, please update the hours.  Otherwise, please unassign it from yourself.  Thanks.
Comment 3 Sanford Armstrong 2009-03-11 18:17:28 UTC
I do not think this is fixable for 1.0.  We really need to patch MWF.  Sorry for the late reply.