WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
76260
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
Details
View All
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug