Bug 34253 - onmousemove fired on load
Summary: onmousemove fired on load
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.5
: P2 Normal
Assignee: Nobody
URL: https://dl.dropbox.com/u/490362/hover...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-28 04:49 PST by Torjus
Modified: 2011-07-01 10:09 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Torjus 2010-01-28 04:49:47 PST
The event 'onmousemove' will fire on page load even if the mouse haven't actually moved.

In the example provided in the URL field, the 'Mouseover box.' is bound to 'onmousemove', and whenever it's fired, 'Mouse moved.' box is shown. If you reload the page while your mouse is over the 'Mouseoverbox', the 'onmousemove' event will fire, even if you didn't move your mouse.

This only happens in safari.
Comment 1 Gavin Barraclough 2011-06-30 22:32:48 PDT
This isn't a JSC bug, switching components, hoping it'll find some experts in this area.
Comment 2 Alexey Proskuryakov 2011-07-01 10:09:33 PDT
See also: bug 26401.