[Webkit-unassigned] [Bug 88495] New: [Shadow][Editing] Italic -> InsertUnorderedList crashes in Shadow DOM.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 6 21:30:33 PDT 2012


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

           Summary: [Shadow][Editing] Italic -> InsertUnorderedList
                    crashes in Shadow DOM.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shinyak at chromium.org


HTML
<div id="host" contenteditable></div>

Shadow DOM
<div id="shadow-host" contenteditable>BEFORE (SHADOW)<shadow></shadow>AFTER (SHADOW)</div>

Nested Shadow DOM
BEFORE (NESTED)<shaodw></shadow>AFTER (NESTED)


Select from BEFORE (NESTED) to AFTER (NESTED),
then do document.execCommand('Italic'),
and do document.execCommand('InsertUnorderedList').

It caused a crash without stacktrace...

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