viktorthang / mgwt

Automatically exported from code.google.com/p/mgwt
Other
0 stars 0 forks source link

ScrollPanel + mouse wheel scroll in the wrong direction #283

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A small complaint:
On desktop using mouse wheel on ScrollPanel will scroll in the opposite 
direction than it's common.

Tested on Chrome.

Original issue reported on code.google.com by Laf...@gmail.com on 3 Jan 2013 at 10:22

GoogleCodeExporter commented 8 years ago
I found similar problem. Is there workaround?

Original comment by kevn.t...@gmail.com on 3 Feb 2013 at 1:09

GoogleCodeExporter commented 8 years ago
I implemented a workaround by sinkEvents the ONMOUSEWHEEL in embedded widget of 
ScrollPanel, stopPropagation the event, and implemented my own even listener.

Original comment by kevn.t...@gmail.com on 5 Feb 2013 at 2:05

GoogleCodeExporter commented 8 years ago
Moved to: https://github.com/mgwt/mgwt/issues/19

Original comment by kurka.da...@gmail.com on 13 Jul 2014 at 8:05