MouseWheelHandler bug with webkit

16 views
Skip to first unread message

ctasada

unread,
May 3, 2012, 4:57:37 PM5/3/12
to google-we...@googlegroups.com
Hi everyone,

I'm trying to add a MouseWheelHandler to a TextBox to manage some events. It works fine in Firefox, but both in Safari and Chrome it's only receiving deltaY = 0 events

myTextBox.addMouseWheelHandler(new MouseWheelHandler() {

public void onMouseWheel(MouseWheelEvent event) {

System.out.println("DeltaY:" + event.getDeltaY());

}

});


Is there any known bug with webkit?

Thanks
Reply all
Reply to author
Forward
0 new messages