<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>75845</bug_id>
          
          <creation_ts>2012-01-09 04:55:04 -0800</creation_ts>
          <short_desc>NULL ptr in WebCore::InsertNodeBeforeCommand::InsertNodeBeforeCommand</short_desc>
          <delta_ts>2022-11-17 09:59:56 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>HTML Editing</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows Vista</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=239533</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P1</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Berend-Jan Wever">skylined</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>rniwa</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>532102</commentid>
    <comment_count>0</comment_count>
    <who name="Berend-Jan Wever">skylined</who>
    <bug_when>2012-01-09 04:55:04 -0800</bug_when>
    <thetext>Chromium: http://code.google.com/p/chromium/issues/detail?id=109600

Repro:
&lt;script&gt;
  window.onload = function() {
    document.execCommand(&quot;selectall&quot;);
    document.designMode=&quot;on&quot;;
    document.execCommand(&quot;indent&quot;,false);
    document.execCommand(&quot;delete&quot;);
    document.designMode=&quot;&quot;;
    document.execCommand(&quot;Undo&quot;,false);
    document.designMode=&quot;on&quot;;
    document.execCommand(&quot;InsertImage&quot;,false);
  };
&lt;/script&gt;
&lt;frameset&gt;&lt;frame&gt;

May be variation or duplicate of issue 75843</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1913215</commentid>
    <comment_count>1</comment_count>
      <attachid>463587</attachid>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2022-11-17 09:59:49 -0800</bug_when>
    <thetext>Created attachment 463587
Test

No longer reproduces the crash.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>463587</attachid>
            <date>2022-11-17 09:59:49 -0800</date>
            <delta_ts>2022-11-17 09:59:49 -0800</delta_ts>
            <desc>Test</desc>
            <filename>bug75845.html</filename>
            <type>text/html</type>
            <size>364</size>
            <attacher name="Ryosuke Niwa">rniwa</attacher>
            
              <data encoding="base64">PHNjcmlwdD4KICB3aW5kb3cub25sb2FkID0gZnVuY3Rpb24oKSB7CiAgICBkb2N1bWVudC5leGVj
Q29tbWFuZCgic2VsZWN0YWxsIik7CiAgICBkb2N1bWVudC5kZXNpZ25Nb2RlPSJvbiI7CiAgICBk
b2N1bWVudC5leGVjQ29tbWFuZCgiaW5kZW50IixmYWxzZSk7CiAgICBkb2N1bWVudC5leGVjQ29t
bWFuZCgiZGVsZXRlIik7CiAgICBkb2N1bWVudC5kZXNpZ25Nb2RlPSIiOwogICAgZG9jdW1lbnQu
ZXhlY0NvbW1hbmQoIlVuZG8iLGZhbHNlKTsKICAgIGRvY3VtZW50LmRlc2lnbk1vZGU9Im9uIjsK
ICAgIGRvY3VtZW50LmV4ZWNDb21tYW5kKCJJbnNlcnRJbWFnZSIsZmFsc2UpOwogIH07Cjwvc2Ny
aXB0Pgo8ZnJhbWVzZXQ+PGZyYW1lPg==
</data>

          </attachment>
      

    </bug>

</bugzilla>