Bug 519532 - PropertyGrid: value the splitter will make it move to contrary way
Summary: PropertyGrid: value the splitter will make it move to contrary way
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.1
: P4 - Low : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-06 15:55 UTC by calen chen
Modified: 2009-07-06 15:56 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-07-06 15:55:29 UTC
PROBLEM STATEMENT:

set value for splitter will make it move to wrong way, I think if set a small one value that the splitter should move to the top, if set a bigger one that the splitter should move to the bottom, but now, it's contrary

REPRO:

1. run uia2atk/test/samples/propertygrid.py
2. run accerciser, expand 'Property Grid' panel, browse to 'split pane' on the left tree
3. under interface viewer, expand value, set the currentValue to '300'
4. set the currentValue to '30'

RESULTS:

in step 3, the splitter move to the top

in step 4, the splitter move to the bottom

I think the move way is contrary

EXPECTED RESULTS:

in step 3, the splitter should move to the botton to large the tree table

in step4, the splitter should move to the top to short the tree table