[Webkit-unassigned] [Bug 123951] REGRESSION(r72796): Click on focused link removes focus

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 17 02:04:48 PDT 2022


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

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #3 from Ahmad Saleem <zlip.792 at gmail.com> ---
In EventHandler.cpp:

Update here:
https://github.com/WebKit/WebKit/blob/2ef8bf040a9db8c0af836f5a92916e087e9b9e16/Source/WebCore/page/EventHandler.cpp#L2788

and add ASSERT - it is missing currently.

this is already done:

-    bool elementIsMouseFocusable = element && element->isMouseFocusable();

and this as well:

https://github.com/WebKit/WebKit/blob/2ef8bf040a9db8c0af836f5a92916e087e9b9e16/Source/WebCore/page/EventHandler.cpp#L2804

and this is different from Blink patch:

https://github.com/WebKit/WebKit/blob/2ef8bf040a9db8c0af836f5a92916e087e9b9e16/Source/WebCore/page/EventHandler.cpp#L2816

__________

It might not be simple merge.. at least for me..

-- 
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/20220917/93ecfce8/attachment.htm>


More information about the webkit-unassigned mailing list