Bug 64139
Summary: | Spaces are added before a line wrap even if the caret was after the line wrap in textarea | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | anthony.liatsis, enrica, eric, hyatt, leviw, tkent |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
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
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?