Bug 600028 - ListView_details: Edit Cells in Column A implmented wrong BoundingRectangle
Summary: ListView_details: Edit Cells in Column A implmented wrong BoundingRectangle
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 0.9
Hardware: x86 openSUSE 11.0
: P5 - None : Minor
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-27 10:38 UTC by calen chen
Modified: 2010-04-27 10:38 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
script to print BondingRectangle (1.48 KB, text/x-python)
2010-04-27 10:38 UTC, calen chen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description calen chen 2010-04-27 10:38:00 UTC
Created attachment 357067 [details]
script to print BondingRectangle

SUMMARY

Each DateItem has 1 Edit and 1 CheckBox in ColumnA, but BoundingRectangle of Edit Cells (Item 0 for example) overlap the CheckBox. 

REPRO

1.  run uia2atk/test/samples/listview_details.py 
2.  run the attachment script to print BoundingRectangle of item0 Edit and CheckBox

RESULTS

script print:
item0_edit:  35,176,200,16
item0_checkbox:  35,176,16,16


EXPECTED RESUlt

X coordinate of item0_edit shouldn't the same as item0_checkbox