NEW76260
NULL ptr in WebCore::CompositeEditCommand::breakOutOfEmptyListItem
https://bugs.webkit.org/show_bug.cgi?id=76260
Summary NULL ptr in WebCore::CompositeEditCommand::breakOutOfEmptyListItem
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.