[Webkit-unassigned] [Bug 35068] New: pasting list+stuff into a bulleted list should break out of the bulleted list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 17 18:42:07 PST 2010


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

           Summary: pasting list+stuff into a bulleted list should break
                    out of the bulleted list
           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, if I want to paste

"""
* item

some random text not in a list
"""

Into

* one
* two
* three

We currently get:

* one
* two
* item
  some random text not in a list
* three

While Firefox gives:

* one
* two
* item

some random text not in a list

* three

I'm not sure what is the preferred behavior.  I can see either being useful. 
Julie or Annie want to comment?

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