- From: Markus Stange <me@themasta.com>
- Date: Thu, 19 Jun 2008 01:09:54 +0200
- To: Doug Schepers <schepers@w3.org>
- CC: public-webapps@w3.org
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