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

2012-08-31 Thread piccolo2d
Comment #11 on issue 207 by heue...@gmail.com: Horizontal scrolling causes an exception http://code.google.com/p/piccolo2d/issues/detail?id=207 See related issue 241 -- Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en

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

2012-08-31 Thread piccolo2d
Updates: Status: Fixed Comment #10 on issue 207 by heue...@gmail.com: Horizontal scrolling causes an exception http://code.google.com/p/piccolo2d/issues/detail?id=207 Fixed on branches/release-1.3.1 $ svn commit -m "Issue 207 ; ignore mouse pressed and released events with button M

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

2012-02-23 Thread piccolo2d
Comment #9 on issue 207 by heue...@gmail.com: Horizontal scrolling causes an exception http://code.google.com/p/piccolo2d/issues/detail?id=207 I ran into this unexpectedly on linux with a mouse that had buttons 4-5 mismapped as 6-7 when testing issue 236. I also wanted to forward this not

[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 workar

[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-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 - horizont

[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-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 a

[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 http://code.google.com/p/

[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 not

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

2011-02-07 Thread piccolo2d
Comment #1 on issue 207 by heue...@gmail.com: Horizontal scrolling causes an exception http://code.google.com/p/piccolo2d/issues/detail?id=207 Interesting! What hardware are you using specifically? Do AWT and Swing apps have the correct behaviour, or is this just a limitation of the Swing