Bug 659 - NEWT Horizontal Scrolling Behavior (OSX, X11, Win32) (horizontal -> modifiers w/ SHIFT)
Summary: NEWT Horizontal Scrolling Behavior (OSX, X11, Win32) (horizontal -> modifiers...
Status: RESOLVED FIXED
Alias: None
Product: Newt
Classification: JogAmp
Component: macosx (show other bugs)
Version: 1
Hardware: All macosx
: --- normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2013-01-01 11:56 CET by pron
Modified: 2013-01-14 06:03 CET (History)
0 users

See Also:
Type: ---
SCM Refs:
jogl da14d647581751f3d2f6d651741eaec485e255b5
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pron 2013-01-01 11:56:37 CET
Mac notebooks support two-finger scrolling with the trackpad. This generates mouse-wheel events. With AWT, MouseWheelEvent.isShiftDown() returns false for vertical scrolling and true for horizontal scrolling. However, with NEWT, MouseEvent.isShiftDown() returns false in both cases (though it returns true when the shift key is actually down).
Comment 1 Sven Gothel 2013-01-13 19:24:22 CET
This erroneous behavior exists on all platforms!