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

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


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





--- Comment #15 from Shinya Kawanaka <shinyak at google.com>  2011-09-12 20:38:05 PST ---
I added test cases for ul and ol. Could you review it again?

(In reply to comment #12)
> 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