[Webkit-unassigned] [Bug 72400] New: Scrollbar uiStateTransitionProgress requires tracking the mouse all the time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 11:01:24 PST 2011


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

           Summary: Scrollbar uiStateTransitionProgress requires tracking
                    the mouse all the time
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bdakin at apple.com


With https://bugs.webkit.org/show_bug.cgi?id=71490 and http://trac.webkit.org/changeset/99493 I added support for uiStateTransitionProgress on scrollbars. To properly animate uiStateTransitionProgress, we keep track of whenever the mouse enters or exits a scrollbar. However, to fully support the feature, we have to keep track of that information even when the window is not key. Currently, we only track mouseMoved events when the window is key, so this needs to change to fully support uiStateTransitionProgress.

<rdar://problem/10409328>

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