RESOLVED FIXED Bug 34634
copying list items and pasting into the middle of another list item should split the list item
https://bugs.webkit.org/show_bug.cgi?id=34634
Summary copying list items and pasting into the middle of another list item should sp...
Tony Chang
Reported 2010-02-05 00:21:26 PST
For example: * one two * three^four * monsters walking across the floor If you copy say the first list item into the pasteboard, then you put the cursor at ^ and press cmd+v, you should get: * one two * three * one two * ^ * four * monsters walking across the floor We currently just put the pasted list item into a new row below "*threefour". This is a follow up to https://bugs.webkit.org/show_bug.cgi?id=24872
Attachments
Patch (6.38 KB, patch)
2010-02-19 00:19 PST, Tony Chang
no flags
Tony Chang
Comment 1 2010-02-19 00:19:14 PST
Eric Seidel (no email)
Comment 2 2010-02-22 13:07:59 PST
Comment on attachment 49061 [details] Patch OK.
WebKit Commit Bot
Comment 3 2010-02-23 02:19:53 PST
Comment on attachment 49061 [details] Patch Clearing flags on attachment: 49061 Committed r55135: <http://trac.webkit.org/changeset/55135>
WebKit Commit Bot
Comment 4 2010-02-23 02:19:58 PST
All reviewed patches have been landed. Closing bug.
Tony Chang
Comment 5 2010-02-23 04:21:50 PST
This is failing on the bot. I'm going to revert and try to land again tomorrow.
Tony Chang
Comment 6 2010-02-23 04:28:04 PST
Tony Chang
Comment 7 2010-02-23 17:47:01 PST
Note You need to log in before you can comment on or make changes to this bug.