Bug 11739
Summary: | onMouseOver and onMouseOut incorrectly triggered on URL inside table in Safari | ||
---|---|---|---|
Product: | WebKit | Reporter: | Micah S. Cox <micahcox> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | ap |
Priority: | P2 | ||
Version: | 419.x | ||
Hardware: | Mac (PowerPC) | ||
OS: | OS X 10.4 | ||
URL: | http://www.k12.com |
Micah S. Cox
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
I can reproduce this with shipping Safari, but the problem appears to have been already fixed in nightly builds: <http://nightly.webkit.org>.