[Webkit-unassigned] [Bug 52846] New: InsertUnorderedList breaks up paragraphs when they contain non-editable elements.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 20 14:39:18 PST 2011


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

           Summary: InsertUnorderedList breaks up paragraphs when they
                    contain non-editable elements.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alberthilbert at gmail.com


Created an attachment (id=79652)
 --> (https://bugs.webkit.org/attachment.cgi?id=79652&action=review)
Html file showing the reported issue

Let's suppose the text caret is into a paragraph within an editable environment and that paragraph contains
non-editable elements. If 'insertunorderedlist' is executed the paragraph breaks up and just the portion containing
the caret and bounded by the nearest non-editable elements is moved inside the list.
Obviously that isn't the intended behavior: the whole paragraph, non-editable elements included, must be moved inside the list.

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