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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 9 16:22:08 PST 2012


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

           Summary: WebKit 1: Scrollbar uiStateTransitionProgress requires
                    tracking the mouse all the time
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Mac OS X 10.7
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Platform
        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. This bug has already been fixed in WebKit 2 (see https://bugs.webkit.org/show_bug.cgi?id=72400 ), so this report is about fixing it for WebKit 1.

<rdar://problem/10498816>

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