[Webkit-unassigned] [Bug 34634] New: copying list items and pasting into the middle of another list item should split the list item
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Feb 5 00:21:26 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34634
Summary: copying list items and pasting into the middle of
another list item should split the list item
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tony at chromium.org
CC: jparent at google.com, sullivan at google.com
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
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list