WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
75845
NULL ptr in WebCore::InsertNodeBeforeCommand::InsertNodeBeforeCommand
https://bugs.webkit.org/show_bug.cgi?id=75845
Summary
NULL ptr in WebCore::InsertNodeBeforeCommand::InsertNodeBeforeCommand
Berend-Jan Wever
Reported
2012-01-09 04:55:04 PST
Chromium:
http://code.google.com/p/chromium/issues/detail?id=109600
Repro: <script> window.onload = function() { document.execCommand("selectall"); document.designMode="on"; document.execCommand("indent",false); document.execCommand("delete"); document.designMode=""; document.execCommand("Undo",false); document.designMode="on"; document.execCommand("InsertImage",false); }; </script> <frameset><frame> May be variation or duplicate of issue 75843
Attachments
Test
(364 bytes, text/html)
2022-11-17 09:59 PST
,
Ryosuke Niwa
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2022-11-17 09:59:49 PST
Created
attachment 463587
[details]
Test No longer reproduces the crash.
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