<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - A composition underline is placed to wrong position in RTL"
href="https://bugs.webkit.org/show_bug.cgi?id=158602#c9">Comment # 9</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - A composition underline is placed to wrong position in RTL"
href="https://bugs.webkit.org/show_bug.cgi?id=158602">bug 158602</a>
from <span class="vcard"><a class="email" href="mailto:zalan@apple.com" title="zalan <zalan@apple.com>"> <span class="fn">zalan</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=281005&action=diff" name="attach_281005" title="Patch">attachment 281005</a> <a href="attachment.cgi?id=281005&action=edit" title="Patch">[details]</a></span>
Patch
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=281005&action=review">https://bugs.webkit.org/attachment.cgi?id=281005&action=review</a>
<span class="quote">> Source/WebCore/rendering/InlineTextBox.cpp:938
> + if (!isLeftToRightDirection())
> + start = m_logicalWidth - width - start;</span >
Do you mind making a helper function for this as now this logic is both at InlineTextBox::paintDecoration and here? (and maybe it's even missing from some of the other painting methods)
There is this 'start += 1;' a few lines below, does it work fine with RTL?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>