[Webkit-unassigned] [Bug 67918] Crashes in WebCore::InsertListCommand::unlistifyParagraph

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 12 20:09:09 PDT 2011


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




--- Comment #12 from Ryosuke Niwa <rniwa at webkit.org>  2011-09-12 20:09:09 PST ---
Annie pointed out that we should probably add test cases for

<ul><div id="div" contenteditable="true"A><script>
div.focus();
document.execCommand("InsertUnorderedList");
</script>

and

<ol><div id="div" contenteditable="true"A><script>
div.focus();
document.execCommand("InsertUnorderedList");
</script>

because she's working on a patch to make isListElement return false for dl.

-- 
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