Bug 473795

Summary: ToolStripSplitButton: the position size 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: Minor    
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-09 08:48:03 UTC
PROBLEM STATEMENT:
ToolStripSplitButton is constructed by a "Push Button" and a "Toggle Button", but when you brows its children's size, both of the "Button"s are the same one

REPRODUCE:
1. start up uia2atk/test/samples/toolstripsplitbutton.py and accerciser
2. navigate from "ipy" -> "ToolStrip" -> 10
3. double click the "push button" and "toggle button", you will notice the red rectangle navigate at the same position

RESULTS:
the size of push button and toggle button are the same, you could see its position value at AtkComponent from Interface Viewer tab of Accerciser.

EXPECTED RESULTS:
the push button's size and toggle button's size is different, and the red rectangle navigate to different position