Bugzilla – Bug 600028
ListView_details: Edit Cells in Column A implmented wrong BoundingRectangle
Last modified: 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