You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Greg Brown (JIRA)" <ji...@apache.org> on 2010/02/21 23:59:27 UTC

[jira] Resolved: (PIVOT-373) Exception in Vertical Sliders

     [ https://issues.apache.org/jira/browse/PIVOT-373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown resolved PIVOT-373.
------------------------------

    Resolution: Fixed
      Assignee: Todd Volkert

This appears to have been fixed. I can no longer reproduce the issue.



> 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
>            Assignee: 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.