[Webkit-unassigned] [Bug 210875] New: Caret does not paint correctly in vertical SVG text
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 22 14:13:30 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=210875
Bug ID: 210875
Summary: Caret does not paint correctly in vertical SVG text
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
Assignee: webkit-unassigned at lists.webkit.org
Reporter: dbates at webkit.org
CC: zimmermann at kde.org
Consider the .svg page with the following markup:
[[
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g writing-mode="vertical-lr">
<text id="text" font-size="50" x="50" y="50" style="-webkit-user-modify: read-write" tabindex="0">Hello</text>
</g>
<script>
window.getSelection().setBaseAndExtent(document.getElementById('text').firstChild, 0, document.getElementById('text').firstChild, 0);
</script>
</svg>
]]
Open the page. You should see a horizontal caret before the 'h'. On iOS I see a vertical caret to the left of the 'h' and on Mac I see a horizontal caret only on first load between 'l' and 'l'.
--
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/20200422/e734c9e2/attachment.htm>
More information about the webkit-unassigned
mailing list