Bug 75843 - NULL ptr in WebCore::AppendNodeCommand::AppendNodeCommand
Summary: NULL ptr in WebCore::AppendNodeCommand::AppendNodeCommand
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-09 04:40 PST by Berend-Jan Wever
Modified: 2012-05-02 10:44 PDT (History)
6 users (show)

See Also:


Attachments
Fixes the crash (4.14 KB, patch)
2012-04-30 18:30 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Berend-Jan Wever 2012-01-09 04:40:09 PST
Chromium: http://code.google.com/p/chromium/issues/detail?id=109599
Repro:

<style>
  :after{
    content: "]";
  }
</style>
<script>
  window.onload = function() {
    document.execCommand("SelectAll",false);
    document.execCommand("Indent", false);
  };
</script>
<e>
x
<body contenteditable="true">


id: chrome.dll!WebCore::sendAXTextChangedIgnoringLineBreaks ReadAV@NULL (e7fd35d29f87a37fff6d75fd08406b28)
Comment 1 Ryosuke Niwa 2012-04-30 18:30:10 PDT
Created attachment 139567 [details]
Fixes the crash
Comment 2 WebKit Review Bot 2012-05-02 10:44:32 PDT
Comment on attachment 139567 [details]
Fixes the crash

Clearing flags on attachment: 139567

Committed r115848: <http://trac.webkit.org/changeset/115848>
Comment 3 WebKit Review Bot 2012-05-02 10:44:36 PDT
All reviewed patches have been landed.  Closing bug.