maybe it fires once for the X and once for the Y, lol On Wed, Aug 5, 2009 at 1:47 PM, diogobaeder <diogobae...@gmail.com> wrote:
> > Stephen, > > Did you try to use the native JavaScript implementation to observe the > event? If not, please try it and post the results here; Maybe the > doubled event firing is a browser bug. > > Regards, > > Diogo Baeder > > On Aug 4, 10:42 am, "stephb...@googlemail.com" > <stephb...@googlemail.com> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---