Bug 4109 - onmouseout and onmouseover events only respond to user action
Summary: onmouseout and onmouseover events only respond to user action
Status: RESOLVED DUPLICATE of bug 4117
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Dave Hyatt
URL: http://samrod.com/random/handlevent.html
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-22 05:37 PDT by Samrod
Modified: 2005-07-23 18:15 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samrod 2005-07-22 05:37:16 PDT
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.
Comment 1 Samrod 2005-07-23 18:15:30 PDT

*** This bug has been marked as a duplicate of 4117 ***