Bug 473795 - ToolStripSplitButton: the position size of its children are incorrect
Summary: ToolStripSplitButton: the position size of its children are incorrect
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - ATK (show other bugs)
Version: Release 0.9.1
Hardware: Other Other
: P4 - Low : Minor
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-09 08:48 UTC by Ray Wang
Modified: 2009-07-02 05:54 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-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