Bug 15344
Summary: | REGRESSION: Safari text editor wraps text between double spaces | ||
---|---|---|---|
Product: | WebKit | Reporter: | Peter Kasting <pkasting> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | ap, mrowe |
Priority: | P1 | Keywords: | NeedsReduction, Regression |
Version: | 523.x (Safari 3) | ||
Hardware: | All | ||
OS: | All |
Peter Kasting
Visit gmail using Safari for Windows, and start composing a mail. Compose a sentence such that the sentence ends just at the right edge of the composition area (but not so close that it will wrap the last word when you hit a space), then type two spaces and start a new sentence. Notice that the line wrap is inserted between the two spaces, causing the subsequent sentence to be "indented" one space on the next line.
In other browsers, and in Safari 2 on the Mac, the wrap happens after the double spaces. (I have not tested trunk on Mac.)
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Peter Kasting
Also happens in Mac Safari w/ WebKit r25796, so this is a regression for Safari 3. (I don't know how I'm supposed to mark that.)
Alexey Proskuryakov
Confirmed as a regression with r27834.
Peter Kasting
I can no longer repro this.