RESOLVED WORKSFORME 11739
onMouseOver and onMouseOut incorrectly triggered on URL inside table in Safari
https://bugs.webkit.org/show_bug.cgi?id=11739
Summary onMouseOver and onMouseOut incorrectly triggered on URL inside table in Safari
Micah S. Cox
Reported 2006-12-01 17:53:54 PST
The web site www.k12.com contains a table of URLs used as menu headers. When the mouse floats over the URL header, the onMouseOver event displays a menu. When the mouse moves off of the URL, the onMouseOut closes the menu. In Firefox and Explorer this works fine. In Safari the menu opens and closes repeatedly as the mouse moves over the menu header. Both events are being triggered. When the mouse is still, the menu is closed. I was only able to get the menu to stay open 1 time, but as soon as the mouse was moved to select an item, the menu closed. The problem may be with onMouseOut. It doesn't seem to know when it's truly off of the intended object. The web site www.k12.com contains a table of URLs used as menu headers. When the mouse floats over the URL header, the onMouseOver event displays a menu. When the mouse moves off of the URL, the onMouseOut closes the menu. In Firefox and Explorer this works fine. In Safari the menu opens and closes repeatedly as the mouse moves over the menu header. Both events are being triggered. When the mouse is still, the menu is closed. I was only able to get the menu to stay open 1 time, but as soon as the mouse was moved to select an item, the menu closed. The problem may be with onMouseOut. It doesn't seem to know when it's truly off of the intended object. Safari Version 2.0.4 (419.3)
Attachments
Alexey Proskuryakov
Comment 1 2006-12-02 05:33:04 PST
I can reproduce this with shipping Safari, but the problem appears to have been already fixed in nightly builds: <http://nightly.webkit.org>.
Note You need to log in before you can comment on or make changes to this bug.