[Webkit-unassigned] [Bug 236217] REGRESSION(r195447): [GTK] document.activeElement not set on mouse click
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 14 06:50:31 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=236217
Michael Catanzaro <mcatanzaro at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #451875|review? |review+
Flags| |
--- Comment #12 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Comment on attachment 451875
--> https://bugs.webkit.org/attachment.cgi?id=451875
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=451875&action=review
> Source/WebCore/html/HTMLAnchorElement.cpp:105
> +#if !(PLATFORM(GTK) || PLATFORM(WPE))
I would guard this with #if PLATFORM(COCOA) instead, since I suspect other non-Apple ports want our behavior.
--
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/20220214/c58af340/attachment.htm>
More information about the webkit-unassigned
mailing list