[Webkit-unassigned] [Bug 19735] webkit hangs when bulleting lists in google presentations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 27 09:15:28 PDT 2008


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





------- Comment #5 from eric at webkit.org  2008-06-27 09:15 PDT -------
Without a test case, this bug is going to soon be useless to us, since the
docs.google.com reproduction is going away. :(  Perhaps something like this
will work?

a<br>
b<br>
c
<script>
document.designMode = "on";
document.execCommand("selectall");
document.execCommand("insertUnorderedList");
</script>


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



More information about the webkit-unassigned mailing list