[Webkit-unassigned] [Bug 169517] REGRESSION (r211382): Right-to-left text in Look Up highlight is offset horizontally

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 13 19:26:30 PDT 2017


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

--- Comment #4 from mitz at webkit.org <mitz at webkit.org> ---
Here is a test case you can use that doesn’t depend on lookup:

<style>
    ::selection { color: green; }
</style>
<bdo id=target dir=rtl>neerg si noitceleS</bdo>
<script>
    let textNode = document.getElementById("target").firstChild;
    getSelection().setBaseAndExtent(textNode, 0, textNode, 5)
</script>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170314/3b9ab81a/attachment-0001.html>


More information about the webkit-unassigned mailing list