[Webkit-unassigned] [Bug 187848] [GTK] Cursor movement with anchors styled display: inline-block; word-break: normal; broken

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 9 04:48:27 PST 2021


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

--- Comment #1 from Milan Crha <mcrha at redhat.com> ---
A workaround, which works with 2.30.5, is to use this style instead:

   a {
     word-wrap: normal;
     word-break: keep-all; 
   }

-- 
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/20210309/64e8ea64/attachment.htm>


More information about the webkit-unassigned mailing list