Bug 477563 - ColumnHeader: table_column_header has incorrect image size
Summary: ColumnHeader: table_column_header has incorrect image size
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.0
: P4 - Low : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-19 08:04 UTC by calen chen
Modified: 2009-03-04 15:57 UTC (History)
0 users

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 calen chen 2009-02-19 08:04:43 UTC
PROBLEM STATEMENT:

setting imageSize to 16x16 for table_column_header in this example, but in accerciser image size still shows -1x-1


REPRO:

1. run uia2atk/test/samples/columnheader.py 
2. in accerciser, expand tree table in the tree view on the left, click on ColumnA or Num table cell
3. on the Interface Viewer tab, expand Image, see the size

RESULTS: 

the image size of table_column_header is -1x-1

EXPECTED RESUlT:

it should be 16x16. if setting imageSize to 24x24 in example, it should be 24x24 in accerciser