[Webkit-unassigned] [Bug 16661] REGRESSION (r27366-r27369): Paste text into a contenteditable div creates a contenteditable div for each line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 30 00:17:46 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16661





------- Comment #4 from ddkilzer at webkit.org  2007-12-30 00:17 PDT -------
Created an attachment (id=18179)
 --> (http://bugs.webkit.org/attachment.cgi?id=18179&action=view)
Test case

* STEPS TO REPRODUCE
1. Launch Safari/WebKit.
2. Open test case (this attachment).
3. Launch BBEdit.
4. Type "Test" followed by the Enter key three times in a new BBEdit document.
5. Select all text.
6. Copy (Cmd-C).
7. Switch to Safari/WebKit.
8. Click in contenteditable div (above the "Test" button).
9. Paste (Cmd-V).
10. Click the "Test" button.

* EXPECTED RESULTS
There should only be one <div> with contenteditable="true".

* ACTUAL RESULTS
Each new line with "Test" text is a <div> with contenteditable="true".

* REGRESSION
This is a regression from shipping Safari 3.0.4 on Mac OS X 10.4.11.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list