[Webkit-unassigned] [Bug 88379] New: EventHandler shouldn't schedule the fake mousemove event timer when scrolling on devices that don't have a mouse

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 5 17:16:04 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88379

           Summary: EventHandler shouldn't schedule the fake mousemove
                    event timer when scrolling on devices that don't have
                    a mouse
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aestes at apple.com
                CC: abarth at webkit.org, jamesr at chromium.org


In <http://trac.webkit.org/changeset/119465> we stopped dispatching fake mousemove events when scrolling on devices that don't support mice. This event is dispatched on a timer, so one better would be to not even schedule the timer (rather than scheduling the timer but making it a no-op).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list