[Webkit-unassigned] [Bug 205660] paint-order not working for <text> node when using text-anchor property on parent element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 22 01:54:57 PDT 2020


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

Daniel Darabos <darabos.daniel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darabos.daniel at gmail.com

--- Comment #2 from Daniel Darabos <darabos.daniel at gmail.com> ---
On Safari 13.1 (13609.1.20.111.8) on macOS 10.13.6 (17G12034) the JSFiddle from Marijan did not reproduce the issue for me. But it does if I do:

svg:hover {
    text-anchor: middle; 
}

I've hit this with hover in a real application. The hover handler does not actually change the text-anchor in my case, but it changes a few other things. (There is a text-anchor too, it just doesn't change.)

I can't pin down the logic of what I see. If I remove "g:hover { cursor: pointer; }", the glitch goes away. But it also goes away if I remove some other hover effects.

-- 
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/20200522/18d7595f/attachment-0001.htm>


More information about the webkit-unassigned mailing list