Bugzilla – Bug 519532
PropertyGrid: value the splitter will make it move to contrary way
Last modified: 2009-07-06 15:56:12 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