Bug 519532

Summary: PropertyGrid: value the splitter will make it move to contrary way
Product: [Mono] UI Automation Reporter: calen chen <cachen>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P4 - Low    
Version: Release 1.0   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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