[Webkit-unassigned] [Bug 273761] New: NSEventTypeMouseExited is triggered when moving the mouse in the wkwebview

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 6 02:56:23 PDT 2024


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

            Bug ID: 273761
           Summary: NSEventTypeMouseExited is triggered when moving the
                    mouse in the wkwebview
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: xiaofeihan at microsoft.com
                CC: kkinnunen at apple.com

Reproduce steps:
1. create a wkwebview and navigate to google.com
2. Move mouse within the WkWebView
3. print the event type in `sendEvent:` of subclassing NSApplication

Expect:
NSEventTypeMouseExited don't be triggerred.

Actual:
NSEventTypeMouseExited be trigger multiple times.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240506/4898d41a/attachment-0001.htm>


More information about the webkit-unassigned mailing list