Review request for 7132793: [macosx] setWheelScrollEnabled action reversed (original) (raw)
Sergey Bylokhov sergey.bylokhov at oracle.com
Wed Feb 22 09:22:01 PST 2012
- Previous message: Review request for 7132793: [macosx] setWheelScrollEnabled action reversed
- Next message: Code Review Request: 7144268: [macosx] ProblemList.txt updates to exclude networking tests failing on Mac OS X
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
20.02.2012 18:39, Alexander Potochkin wrote:
Hello
Thanks for looking at it Artem Sergey just reported that surprisingly this fix doesn't work well for MacOSX 10.6 GUI when ScrollBars have arrow buttons (unlike with 10.7) So I completely rewrote this fix, making sure it works for both OS versions. Simultaneous supporting of horizontal and vertical scrolling events on a touch-pad is a nice side effect of this approach. (awt.ScrollPane on JDK 1.6 supports only vertical scrolling) Here you are: http://cr.openjdk.java.net/~alexp/7132793/webrev.01/ Hi Alexander. looks fine..
Thanks alexp
Looks fine to me. Thanks, Artem On 2/15/2012 9:19 PM, Alexander Potochkin wrote: Hello
Please review the following fix: http://cr.openjdk.java.net/~alexp/7132793/webrev.00/ the bug's description is here: http://bugs.sun.com/bugdatabase/viewbug.do?bugid=7132793 LWScrollPanePeer doesn't respect wheelScrollingEnabled property and doesn't implement several methods that are necessary to support scrolling with the mouse wheel. sun.awt.ScrollPaneWheelScroller.getAdjustableToScroll() works only if the ScrollPane's insets are set Thanks alexp
-- Best regards, Sergey.
- Previous message: Review request for 7132793: [macosx] setWheelScrollEnabled action reversed
- Next message: Code Review Request: 7144268: [macosx] ProblemList.txt updates to exclude networking tests failing on Mac OS X
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]