RESOLVED FIXED 21983
Hitting return at the end of a quoted line creates an extraneous quoted line
https://bugs.webkit.org/show_bug.cgi?id=21983
Summary Hitting return at the end of a quoted line creates an extraneous quoted line
Justin Garcia
Reported 2008-10-30 12:44:14 PDT
Reply to a message containing something like the following. line one line two In the Reply, it looks like this. | line one | line two Put the cursor at the end of "one" and hit Return. You'd expect to see | line one | line two but what you actually get is this. | line one | | line two <rdar://problem/6104369> Hitting return at the end of a quoted line creates an extraneous quoted line
Attachments
some preparation (3.53 KB, patch)
2008-10-30 12:54 PDT, Justin Garcia
darin: review+
fix and layout test (4.95 KB, patch)
2008-10-30 15:06 PDT, Justin Garcia
bdakin: review+
Justin Garcia
Comment 1 2008-10-30 12:54:44 PDT
Created attachment 24777 [details] some preparation
Darin Adler
Comment 2 2008-10-30 12:58:24 PDT
Comment on attachment 24777 [details] some preparation r=me
Justin Garcia
Comment 3 2008-10-30 15:06:02 PDT
Created attachment 24784 [details] fix and layout test
Beth Dakin
Comment 4 2008-10-30 15:43:03 PDT
Comment on attachment 24784 [details] fix and layout test r=me
Note You need to log in before you can comment on or make changes to this bug.