[Webkit-unassigned] [Bug 107409] New: Add isInertial flag to mousewheel events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 20 20:04:02 PST 2013


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

           Summary: Add isInertial flag to mousewheel events
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mauriceprograms at gmail.com


Some use cases of the mouse wheel doesn't work well with inertia, so developers should have the ability to detect whether a mousewheel event is generated by inertial scrolling or the user actually is manipulating mousewheels. 

I suggest adding a isInertial (webkitIsInertial?) boolean flag to each mousewheel event, so it will not interfere current applications (much like how webkitDirectionInvertedFromDevice is done).

-- 
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