[Webkit-unassigned] [Bug 234716] Draggable attribute on DOM node breaks On This Page highlighting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 29 14:43:18 PST 2021


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

--- Comment #2 from Wenson Hsieh <wenson_hsieh at apple.com> ---
This is likely due to how adding the `draggable` attribute additionally applies `-webkit-user-select: none;` as presentational CSS.

A workaround might be to apply `-webkit-user-select: text;` separately (e.g. as an inline style), which would override the presentational property.

-- 
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/20211229/5a986dd9/attachment.htm>


More information about the webkit-unassigned mailing list