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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 8 14:08:35 PDT 2010


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


joyannefoster at yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joyannefoster at yahoo.com




--- Comment #11 from joyannefoster at yahoo.com  2010-07-08 14:08:35 PST ---
I have reproduced this with Safari 5 (on windows but this was based on the a complaint from a mac user).  I have narrowed it down to simple test html - below.  Just select the text at the top and hover over the 2nd text below, then the 3rd and it hangs

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
   <title>Test hang page</title>
</head><body>
<img src="/tg/include/images/transpix.gif">
<div contenteditable="true" style="position: absolute; top: 5px; left: 15px; width: 200px; height: 200px; ">Highlight this and hover above text below<br>Replace this sample text with some text of your own.</div>
<div style="position:relative;top:200px;" onmouseover="document.execCommand('InsertOrderedList',false,null)">highlight above text and hover over this first</div>
<div style="position:relative;top:300px;" onmouseover="document.execCommand('InsertUnorderedList',false,null)">then hover over this</div>

</body></html>

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