IllegalStateException in TerraScrollBarSkin -------------------------------------------
Key: PIVOT-359 URL: https://issues.apache.org/jira/browse/PIVOT-359 Project: Pivot Issue Type: Bug Components: wtk Affects Versions: 1.4 Reporter: Todd Volkert Priority: Minor Fix For: 1.4.1 I have automatic error logging set up for one of my live Pivot apps, and I got the following stack trace from one of the Windows users: java.lang.IllegalStateException: Already running at org.apache.pivot.wtk.skin.terra.TerraScrollBarSkin$AutomaticScroller.start(TerraScrollBarSkin.java:81) at org.apache.pivot.wtk.skin.terra.TerraScrollBarSkin$ScrollButtonSkin.mouseDown(TerraScrollBarSkin.java:304) at org.apache.pivot.wtk.Component$ComponentMouseButtonListenerList.mouseDown(Component.java:451) at org.apache.pivot.wtk.Component.mouseDown(Component.java:2569) at org.apache.pivot.wtk.Container.mouseDown(Container.java:776) ... This error comes without context of what the user was doing to trigger this, but it shows that the error is theoretically possible. We should investigate as to what set of conditions could trigger this bug. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.