Re: Wheel events (ISSUE-9)

Doug Schepers wrote:
>> And that causes problems like 
>> http://mozilla.pettay.fi/moztests/pixelscrolling.mov
>
> Can you provide some context for what is going on in that video?  What 
> is the problem that illustrates?  Does it relate to the scrolling vs. 
> zooming of the map?

The problem is that calling .preventDefault() on line scroll events 
doesn't have any effect on the pixel scroll events. So we need to 
dispatch pixel scroll events, too, in order to give web applications a 
reliable way to prevent scrolling.

Markus

Received on Thursday, 19 June 2008 12:27:50 UTC