[Webkit-unassigned] [Bug 49508] RTL: Caret can paint over letters when in the end of a line in textareas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 18 18:25:35 PDT 2011


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





--- Comment #13 from Xiaomei Ji <xji at chromium.org>  2011-03-18 18:25:35 PST ---
(In reply to comment #12)
> (In reply to comment #11)
> > by doesn't work, I mean it does not break in other platforms simply because of the font differences. Then, should we put it under platform?
> 
> We should figure out a way to reproduce the issue on all platforms.  How about if we computed the width of text and adjusted the width of textarea?

Yes, that will work for no-wrap case if we set the textarea's padding and margin as 0.
by computing the distance of caretRect in 1st and last character, and check the result against the textarea width. 
But what to check against in the no-wrap 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