Found in GWT Release: 1.3.3
Detailed description:
I think GWT should have support for mouse wheel events - the Event class should be modified to contain a new enumeration value for the mouse wheel and support added to the respective DOM implementations to achieve this.
There should be a way to capture the event, but also a way to get the delta value for the scroll wheel from the Event object.
Workaround if you have one:
Create JSNI methods to attach the mouse wheel event to a widget - not hard to do, but GWT was made just so that developers shouldn't have to do this!
Links to the relevant GWT Developer Forum posts:
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/50f5d4268a61afbd/22661bad65a94f9e?lnk=gst&q=wheel&rnum=21#22661bad65a94f9e http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/2afe807b35d99c4/552a49ca48d7a075?lnk=gst&q=wheel&rnum=22#552a49ca48d7a075
Comment #1
Posted on Apr 5, 2007 by Happy Bird(No comment was entered for this change.)
Comment #2
Posted on Apr 11, 2007 by Grumpy Panda(No comment was entered for this change.)
Comment #3
Posted on Apr 12, 2007 by Grumpy PandaDiscussion:
Comment #4
Posted on Apr 18, 2007 by Grumpy PandaCurrent decision is to use a MouseWheelVelocity container to support the future addition of X-axis scrolling and to normalize the velocity. knorton has been handling review/feedback so far.
Comment #5
Posted on Apr 24, 2007 by Grumpy PandaSubmitted by knorton at r958.
Comment #6
Posted on May 30, 2007 by Massive RabbitChanging to Fixed status with GWT 1.4 RC release
Comment #7
Posted on Apr 28, 2008 by Grumpy HorseComment #8
Posted on Apr 29, 2008 by Quick KangarooComment #9
Posted on Apr 29, 2008 by Quick KangarooComment #10
Posted on Apr 29, 2008 by Massive ElephantComment #11
Posted on Apr 29, 2008 by Quick KangarooComment #12
Posted on May 2, 2008 by Grumpy HorseComment #13
Posted on Feb 9, 2011 by Swift Ox(No comment was entered for this change.)
Status: Fixed
Labels:
Type-Enhancement
Priority-High
Category-UI
Milestone-1_4-RC