[gwt-contrib] Re: Bug? Cannot unsink ONMOUSEWHEEL event on Firefox

2009-01-14 Thread Arthur Kalmenson
Hi Yann, You found the wrong forum (Google Group). The GWT Contributors Google Group is specifically to discuss development in GWT, not for support questions. You'll have better luck on the regular GWT Group: http://groups.google.com/group/Google-Web-Toolkit -- Arthur Kalmenson On Tue, Jan 13

[gwt-contrib] Re: Bug? Cannot unsink ONMOUSEWHEEL event on Firefox

2009-01-14 Thread Freeland Abbott
Actually, given Yann is pulling GWT source code up, and in impl classes at that, I'm not sure he's in the wrong place... (Although it's true that if Yann had gone all the way and written up your change into a patch, that'd be more typical of this forum.) However, I can't personally say whether th

[gwt-contrib] Re: Bug? Cannot unsink ONMOUSEWHEEL event on Firefox

2009-01-14 Thread Sami Jaber
Hello all, The case raised by Yann is in fact very interesting. It is difficult to know when a type of event is being suppressed or added as we play with mask bits (the same method is called in sink and unsink). DOMImplMozilla has been coded this way : @Override public void sinkEvents(Element

[gwt-contrib] Re: Bug? Cannot unsink ONMOUSEWHEEL event on Firefox

2009-01-15 Thread Yann
Arthur, my apologies if I was wrong: I had my message posted to this forum given that I was not looking for help (I had one workaround implemented and I can think of another workaround which is to simply ignore the received event) but rather wanted to share my findings. I was hesitant to directly

[gwt-contrib] Re: Bug? Cannot unsink ONMOUSEWHEEL event on Firefox

2009-01-15 Thread Yann
Just to add a cross reference to the submitted issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=3286 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---