[Webkit-unassigned] [Bug 82689] New: InsertHTML fails to insert h6 if the insertion point is before some text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 29 22:36:07 PDT 2012


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

           Summary: InsertHTML fails to insert h6 if the insertion point
                    is before some text
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: HasReduction, InChromiumBugs, NeedsRadar
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: enrica at apple.com


WebKit fails to execute document.execCommand("insertHTML", false, '<h6>hello world</h6>'); properly (loses h6)
if the selection at the time is before some text.

Reduction:
http://jsbin.com/isibud/3/
(Click "Insert h6").

I suspect this is a bug in markup.cpp. The list of elements there is missing h6 for some reason.

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