Bug 76256

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

Berend-Jan Wever
Reported 2012-01-13 01:48:37 PST
Created attachment 122392 [details] Repro Chromium: http://code.google.com/p/chromium/issues/detail?id=110145 Repro: <script type="text/javascript"> (_=window.layoutTestController) && _.waitUntilDone(); window.onload=function(){ document.execCommand("SelectAll", false); document.designMode="on"; document.execCommand("JustifyCenter"); _ && _.notifyDone(); }; document.addEventListener("DOMNodeRemoved",function(){ document.execCommand("strikethrough"); document.execCommand("outdent", false); },true); document.addEventListener("DOMSubtreeModified",function(){ document.execCommand("indent", false); document.execCommand("StrikeThrough"); document.execCommand("Undo"); },true); </script> x <textarea>
Attachments
Repro (657 bytes, text/html)
2012-01-13 01:48 PST, Berend-Jan Wever
no flags
Ahmad Saleem
Comment 1 2024-04-09 06:18:28 PDT
It hangs in Safari 17 and Debug build does not show any failure etc. as well.
Note You need to log in before you can comment on or make changes to this bug.