[Webkit-unassigned] [Bug 105451] Unable to place caret in RTL Override Characters by mouse click

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 11 17:18:03 PDT 2013


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





--- Comment #15 from Ryosuke Niwa <rniwa at webkit.org>  2013-04-11 17:16:18 PST ---
(From update of attachment 197684)
View in context: https://bugs.webkit.org/attachment.cgi?id=197684&action=review

> Source/WebCore/platform/text/BidiResolver.h:511
> +        if (run && run->onlyHasNewlineCharacter()) {

According to L1, we need to reset the embedding level of "[a]ny sequence of white space characters at the end of the line" as well.
Shouldn't we checking that condition instead? Or do we create a run consisting of exactly LF in that case?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list