Using the code:

jQuery(document).ready(function(){
    jQuery().mousemove(function(e){
        console.log(e.pageX + ', '  + e.pageY);
    });
});


I'm seeing mousemove events double firing in Safari 4, whereas in FF
they fire only once.  I haven't been able to test other browsers yet.

I wanted to see if this is a known problem (couldn't find a reference
to it on google), if it's even considered a problem, and whether it's
worthy of a jQuery fix?

Cheers,
Stephen.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to