Bug 27044 - Copying a bulleted list results in incorrect nesting
Summary: Copying a bulleted list results in incorrect nesting
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://www.mozilla.org/editor/midasdemo/
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-07 14:28 PDT by Venkat Karun
Modified: 2010-09-24 11:25 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Venkat Karun 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
Comment 1 Ryosuke Niwa 2010-09-24 11:24:21 PDT
Closing this bug since the reproduction steps no longer produces the expected result as of r68272.
Comment 2 Ryosuke Niwa 2010-09-24 11:25:29 PDT
I meant say that the reported problem is no longer reproducible and WebKit produces the expected results.