Bug 76260

Summary: NULL ptr in WebCore::CompositeEditCommand::breakOutOfEmptyListItem
Product: WebKit Reporter: Berend-Jan Wever <skylined>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: rniwa
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows Vista   
Attachments:
Description Flags
Repro none

Berend-Jan Wever
Reported 2012-01-13 02:15:04 PST
Created attachment 122398 [details] Repro Chromium: http://code.google.com/p/chromium/issues/detail?id=110147 Repro: <script type="text/javascript"> window.onload=function(){ document.execCommand("SelectAll"); document.designMode="on"; document.execCommand("insertorderedlist"); }; document.addEventListener("DOMNodeInsertedIntoDocument",function(){ document.execCommand("insertparagraph"); },true); </script> <iframe>
Attachments
Repro (337 bytes, text/html)
2012-01-13 02:15 PST, Berend-Jan Wever
no flags
Note You need to log in before you can comment on or make changes to this bug.