NEW 64139
Spaces are added before a line wrap even if the caret was after the line wrap in textarea
https://bugs.webkit.org/show_bug.cgi?id=64139
Summary Spaces are added before a line wrap even if the caret was after the line wrap...
Ryosuke Niwa
Reported 2011-07-07 17:59:48 PDT
Reproduction steps: 1. Type as many spaces as need for the caret to disappear in textarea 2. Type "a" (observe that "a" appears on the next line) 3. Place caret immediately before "a" (downstream) 4. Type " " Expected result: " " is added before "a" Actual result: " " is added before the line wrap http://crbug.com/76113
Attachments
Ryosuke Niwa
Comment 1 2011-07-07 18:04:11 PDT
This is a rendering bug. In fact, this is probably caused by our skipping trailing spaces when we're finding the next line break.
Anthony Liatsis
Comment 2 2014-05-12 13:33:46 PDT
I can still reproduce this bug. Spaces simply don't wrap in webkit. It's quite frustrating because it's creating a breaking change in a UI component I've created. Is there any expected time for this to be fixed?
Note You need to log in before you can comment on or make changes to this bug.