RESOLVED FIXED 9939
REGRESSION: Pasting text into native text area with newline at end does not preserve newline
https://bugs.webkit.org/show_bug.cgi?id=9939
Summary REGRESSION: Pasting text into native text area with newline at end does not p...
David Kilzer (:ddkilzer)
Reported 2006-07-15 13:17:33 PDT
Steps to reproduce: 1. Open a web page with a text area (like this bug). 2. Type "abc" then hit Enter. 3. Select all with Cmd-A. 4. Cut with Cmd-X. 5. Paste with Cmd-V. Expected results: The pasted text should have a newline after "abc". Actual results: The pasted text has no newline after "abc". Regression: This works as expected on production Safari 2.0.4 (419.3) with WebKit 418.8 on Mac OS X 10.4.7 (8J135/PowerPC). Notes: Tested on locally-built WebKit r15458 with the above versions of Safari and Mac OS X.
Attachments
Darin Adler
Comment 1 2006-07-17 07:54:06 PDT
The patch I have attached to bug 9360 should fix this too.
David Kilzer (:ddkilzer)
Comment 2 2006-07-17 08:53:49 PDT
(In reply to comment #1) > The patch I have attached to bug 9360 should fix this too. How about Bug 9630, instead? :)
Darin Adler
Comment 3 2006-07-24 21:34:40 PDT
Committed revision 15617.
Note You need to log in before you can comment on or make changes to this bug.