Bug 4109
Summary: | onmouseout and onmouseover events only respond to user action | ||
---|---|---|---|
Product: | WebKit | Reporter: | Samrod <samg0d> |
Component: | Layout and Rendering | Assignee: | Dave Hyatt <hyatt> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 412 | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://samrod.com/random/handlevent.html |
Samrod
This issue exists across all browsers I've seen to date.
onmouseout, onmouseover, and even the CSS property :hover are triggered only
when the mouse is moved over or off an object. But if an object slides under or
away from a static mouse on its own, either by page scrolling or animating the
object's location, the events aren't triggered.
This may seem insignificant, but in a more elaborate scenario such as the
sliding icons at the top of my albums:
http://homepage.mac.com/samrod/photos/sailingWariane , the icons don't respond
as expected while in motion.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Samrod
*** This bug has been marked as a duplicate of 4117 ***