[Webkit-unassigned] [Bug 61211] New: WebKit2 calls ::SetCursor too often

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 20 13:45:34 PDT 2011


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

           Summary: WebKit2 calls ::SetCursor too often
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Keywords: NeedsRadar, PlatformOnly
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: jhoneycutt at apple.com, sfalken at apple.com


WebKit2 calls ::SetCursor after every mouse move. This makes it hard for anyone else to set the cursor when the mouse is over a WKView (e.g., if the app subclassed the WKView and wants to change the mouse cursor).

We should only be calling ::SetCursor in response to WM_SETCURSOR. This matches WebKit1 and is what MSDN recommends.

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