[piccolo2d-dev] Re: Issue 207 in piccolo2d: Horizontal scrolling causes an exception

2011-11-03 Thread piccolo2d
Comment #7 on issue 207 by nls...@gmail.com: Horizontal scrolling causes an exception http://code.google.com/p/piccolo2d/issues/detail?id=207 Actually it is not even possible to distinguish right from left scrolling with the events fired by Sun Java 6. I have also tested this with OpenJDK

[piccolo2d-dev] Re: Issue 207 in piccolo2d: Horizontal scrolling causes an exception

2011-11-03 Thread piccolo2d
Comment #8 on issue 207 by heue...@gmail.com: Horizontal scrolling causes an exception http://code.google.com/p/piccolo2d/issues/detail?id=207 +1 to ignoring these events for now instead of throwing an exception for the release-1.3 branch. A comment in the Sun bug above describes a

[piccolo2d-dev] Re: Issue 207 in piccolo2d: Horizontal scrolling causes an exception

2011-11-02 Thread piccolo2d
Comment #5 on issue 207 by nls...@gmail.com: Horizontal scrolling causes an exception http://code.google.com/p/piccolo2d/issues/detail?id=207 Unfortunately, the event does store much information in this case since horizontal scroll wheel support seems not to be implemented in AWT/Swing. I

[piccolo2d-dev] Re: Issue 207 in piccolo2d: Horizontal scrolling causes an exception

2011-11-02 Thread piccolo2d
Comment #6 on issue 207 by heue...@gmail.com: Horizontal scrolling causes an exception http://code.google.com/p/piccolo2d/issues/detail?id=207 I found a comment on http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6440198 Apple have added a workaround for this in Radar #4631846 -

[piccolo2d-dev] Re: Issue 207 in piccolo2d: Horizontal scrolling causes an exception

2011-11-01 Thread piccolo2d
Updates: Status: Accepted Owner: heue...@gmail.com Labels: Type-Defect Priority-Medium Effort-Low OpSys-All Toolkit-Piccolo2D.Java Component-Core Milestone-1.3.2 Comment #3 on issue 207 by heue...@gmail.com: Horizontal scrolling causes an exception

[piccolo2d-dev] Re: Issue 207 in piccolo2d: Horizontal scrolling causes an exception

2011-11-01 Thread piccolo2d
Comment #4 on issue 207 by atdi...@gmail.com: Horizontal scrolling causes an exception http://code.google.com/p/piccolo2d/issues/detail?id=207 Line 761 creates the button value based on the raw event's getModifiers() (see call to copyButtonsFromModifiers). For the device you are talking

[piccolo2d-dev] Re: Issue 207 in piccolo2d: Horizontal scrolling causes an exception

2011-02-07 Thread piccolo2d
Comment #2 on issue 207 by nls...@googlemail.com: Horizontal scrolling causes an exception http://code.google.com/p/piccolo2d/issues/detail?id=207 Good point, actually horizontal scrolling does not work with AWT and Swing apps, but it does work in Eclipse. However, other applications do