Exception in Vertical Sliders
-----------------------------

                 Key: PIVOT-373
                 URL: https://issues.apache.org/jira/browse/PIVOT-373
             Project: Pivot
          Issue Type: Bug
          Components: wtk
    Affects Versions: 1.4
            Reporter: Todd Volkert
             Fix For: 1.4.1


Steps to reproduce:

1) Run org.apache.pivot.tests.SliderTest
2) Drag the vertical slider all the way to the top

Result:

java.lang.IllegalArgumentException: value is greater than maximum.
        at org.apache.pivot.wtk.Slider.setValue(Unknown Source)
        at 
org.apache.pivot.wtk.skin.terra.TerraSliderSkin$ThumbSkin.mouseMove(Unknown 
Source)
        at 
org.apache.pivot.wtk.Component$ComponentMouseListenerList.mouseMove(Unknown 
Source)
        at org.apache.pivot.wtk.Component.mouseMove(Unknown Source)
        at 
org.apache.pivot.wtk.ApplicationContext$DisplayHost.processMouseMotionEvent(Unknown
 Source)
        at java.awt.Component.processEvent(Component.java:6117)
        at 
org.apache.pivot.wtk.ApplicationContext$DisplayHost.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Component.java:4714)
        at java.awt.Component.dispatchEvent(Component.java:4544)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:635)
        at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
        at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
        at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to