Bug 75845

Summary: NULL ptr in WebCore::InsertNodeBeforeCommand::InsertNodeBeforeCommand
Product: WebKit Reporter: Berend-Jan Wever <skylined>
Component: HTML EditingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: rniwa
Priority: P1    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows Vista   
See Also: https://bugs.webkit.org/show_bug.cgi?id=239533
Attachments:
Description Flags
Test none

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