[Webkit-unassigned] [Bug 32823] WebCore::caretMaxOffset ReadAV at NULL (5785e692fef72522c3ee976bff525d98)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 30 03:24:12 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32823





--- Comment #1 from SkyLined <skylined at chromium.org>  2009-12-30 03:24:12 PST ---
I think the below is a very similar bug, probably same root cause:
WebCore::highestAncestor ReadAV at NULL (6fd56a0a3c08931c7b81ea35e70a582a)
<BODY></BODY>
<SCRIPT>
  document.designMode="on";
  document.execCommand("selectall",Infinity);
  document.execCommand("subscript",false-5);
  document.execCommand("Indent",false,1);
  document.designMode="";
  document.execCommand("Undo","");
  document.designMode="on";
  document.execCommand("JustifyNone",false,"");
</SCRIPT>
I cannot seem to reproduce it in recent builds of Chromium, just reporting in
case.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list