[Webkit-unassigned] [Bug 27044] New: Copying a bulleted list results in incorrect nesting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 7 14:28:24 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27044

           Summary: Copying a bulleted list results in incorrect nesting
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.mozilla.org/editor/midasdemo/
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vkarun at google.com
                CC: jparent at google.com


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

-- 
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