RESOLVED FIXED 5764
DIV mouseOver and mouseOut triggered too often
https://bugs.webkit.org/show_bug.cgi?id=5764
Summary DIV mouseOver and mouseOut triggered too often
Calle
Reported 2005-11-16 14:31:31 PST
The onMouseOver and onMouseOut events are triggered at every mouse movement over the test in a DIV, as in the following, <DIV STYLE="width: 300px; height: 30px; border: 1px solid black;" onMouseOver="alert('Irritaing, huh?');">This is a DIV</DIV>
Attachments
testcase (155 bytes, text/html)
2005-11-22 14:16 PST, Joost de Valk (AlthA)
no flags
Joost de Valk (AlthA)
Comment 1 2005-11-22 14:16:31 PST
Created attachment 4774 [details] testcase
Joost de Valk (AlthA)
Comment 2 2005-11-22 14:20:40 PST
of onMouseOver should only trigger once, when you enter the element, this IS a bug. and yes, it is annoying.
Eric Seidel (no email)
Comment 3 2005-12-27 16:10:50 PST
It seems to be related to the text content. Nice testcase.
Maioli Giacomo Luca
Comment 4 2006-03-01 01:48:07 PST
This happens to me too. It doesn't affect Divs, but text elements. It goes fine with divs and images, but it gives problem with elements containing text.
mitz
Comment 5 2006-03-01 09:30:57 PST
I can reproduce with WebKit-417.9 but not with TOT (r13060). Is the bug completely fixed in TOT or is there a test case where it still shows (perhaps along the lines of comment #4)?
Alexey Proskuryakov
Comment 6 2006-03-20 12:50:18 PST
A test for this has been landed with a fix for bug 3439. Please open a new bug (or bugs) if there are other examples of this behavior, still reproducible with current nightly builds.
Note You need to log in before you can comment on or make changes to this bug.