[Webkit-unassigned] [Bug 119305] Fix a bug that mousedown without mouseup in a frame disturbs click event in another frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 24 02:17:23 PDT 2022


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

--- Comment #2 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
(In reply to Ahmad Saleem from comment #1)
> This is still something can be implemented:
> 
> https://github.com/WebKit/WebKit/blob/
> 2ef8bf040a9db8c0af836f5a92916e087e9b9e16/Source/WebCore/page/EventHandler.
> cpp#L1711
> 
> but I don't know alternative names of:
> 
> m_eventHandlerWillResetCapturingMouseEventsNode -> can't figure out
> 
> m_capturingMouseEventsNode -> could be m_capturingMouseEventsElement
> 
> Plus I was not able to test the attached testcase because it requires
> eventSender, which might be only possible in EWS. Thanks!

We also have "clearLatchedState", we can call it as well like:

if (xx)
return clearLatchedState;

xx -> m_eventHandlerWillResetCapturingMouseEventsNode (still not clear alternative in Webkit).

-- 
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/20220924/f410f0fd/attachment-0001.htm>


More information about the webkit-unassigned mailing list