Bug 476316 - DateTimePicker: the position/size of its children are incorrect
Summary: DateTimePicker: 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-17 05:10 UTC by Ray Wang
Modified: 2009-07-02 05:52 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-17 05:10:48 UTC
PROBLEM STATEMENT:
DateTimePicker is constructed by a many children, such as labels, spin buttons and checkbox.
but when you browse its children.their size/position are the same. 

REPRODUCE:
1. start up uia2atk/test/samples/datetimepicker_showupdown.py and accerciser
2. navigate from "ipy" -> "DateTimePicker control" -> panel
3. double click each child of the panel, you will notice the red
rectangle navigate to the same position

RESULTS:
the size/position of each child is the same, you could see its
position value at AtkComponent from Interface Viewer tab of Accerciser.

EXPECTED RESULTS:
the size/position of each child is different, and the red
rectangle navigate to different position accordingly.