Bug 526806 - Splitter: assign split pane with a bigger value than its maximumValue doesn't work
Summary: Splitter: assign split pane with a bigger value than its maximumValue doesn't...
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 : Minor
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-30 15:35 UTC by calen chen
Modified: 2009-07-30 15:35 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-30 15:35:24 UTC
PROBLEM STATEMENT:

if assign split pane with a biger value than its maximumValue, the current value should turn to show its maximumValue, and the split pane on GUI should move to the right. the problem is the current value doesn't show maximumValue, and the split pane doesn't moved

REPRO:

1. run uia2atk/test/samples/splitter_vertical.py
2. run accerciser, expand frame, select 'split pane' on the left treeview
3. on accerciser "IPython Console" box, run 'acc.queryValue().currentValue = 200' to set the currentValue is bigger than maximumValue

RESULTS:

after doing step 3, current value doesn't change to show the maximumValue, and split pane on GUI doesn't move to the right. 

but if under 'interface viewer', expand 'Value', insert '200' into current value numericupdown then press enter, I can get expected result.

EXPECTED RESULTS:

when the giving value is bigger than maximumValue that the current value should turn to show the maximumValue

COMMENTS:

I can get the expected result when running the REPRO steps for Gtk.hpaned