Bug 476316

Summary: DateTimePicker: 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-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.