[Webkit-unassigned] [Bug 3439] On slow machines javascript doesn't behave as it should

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Mar 13 14:40:44 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=3439


ggaren at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7051|review?                     |review-
               Flag|                            |




------- Comment #3 from ggaren at apple.com  2006-03-13 14:40 PDT -------
(From update of attachment 7051)
Yeah, you do need a test. And a ChangeLog. DumpRenderTree can simulate mouse
events, so a test is possible.

You can test oldUnder itself for truth instead of oldUnder.get().

Doesn't this patch prevent mouseout from firing when you move the mouse between
frames? In general, what's the purpose of the test

    oldUnder->getDocument() != frame()->document()

? To ensure that the node is still in the document? inDocument() is probably
better for that. (Make sure your test covers that case.)


-- 
Configure bugmail: http://bugzilla.opendarwin.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