WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
76256
NULL ptr in WebCore::VisibleSelection::firstRange
https://bugs.webkit.org/show_bug.cgi?id=76256
Summary
NULL ptr in WebCore::VisibleSelection::firstRange
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
Details
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug