RESOLVED WORKSFORME 27044
Copying a bulleted list results in incorrect nesting
https://bugs.webkit.org/show_bug.cgi?id=27044
Summary Copying a bulleted list results in incorrect nesting
Venkat Karun
Reported 2009-07-07 14:28:23 PDT
1. Type in this text (in the text below, the stars are bulleted list items) * one * two * three * red * blue 2. Using the mouse, select the 3 bullets in the first list (e.g. select the lines one, two, and three) 3. Press "Ctrl+C" on your keyboard to copy these items 4. Click to the right of the empty bullet in the second list 5. Press "Ctrl+V" on your keyboard to paste these items Actual Result: The copied list is indented at level 2 and is not vertically aligned with the first bulleted list at level 1. * red * blue * one * two * three Expected Result: The copied list merges with the first bulleted list. * red * blue * one * two * three
Attachments
Ryosuke Niwa
Comment 1 2010-09-24 11:24:21 PDT
Closing this bug since the reproduction steps no longer produces the expected result as of r68272.
Ryosuke Niwa
Comment 2 2010-09-24 11:25:29 PDT
I meant say that the reported problem is no longer reproducible and WebKit produces the expected results.
Note You need to log in before you can comment on or make changes to this bug.