[Webkit-unassigned] [Bug 25319] caret does not paint after type in characters in right aligned div or after delete all characters in RTL div or 0px right padding RTL textarea

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 16 11:22:39 PDT 2010


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





--- Comment #21 from mitz at webkit.org  2010-04-16 11:22:38 PST ---
I think using cb->x() here is wrong. See bug 33503. This condition looks
suspicious because of its asymmetry:
(cbStyle->direction() == RTL || cbStyle->textAlign() == RIGHT ||
cbStyle->textAlign() == WEBKIT_RIGHT)
it is not immediately clear why left-aligned RTL-text should fall into this
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