kkpowar / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

Bug: Problems with drag on IE6 #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reported here originally:
http://code.google.com/p/gmaps-utility-library/issues/detail?id=1

your code is well done, but with IE6 there is a small problem with dragging
(IE thinks you are selecting the page..).

To remove that, I make a little modification to your code. Simply

  GEvent.addDomListener(document, 'mousemove', function(e) {
    return me.drag_(e);
  });

Original issue reported on code.google.com by pamela.fox on 19 Jun 2008 at 9:56

GoogleCodeExporter commented 8 years ago
Can anyone with IE6 verify that this issue still exists?  I believe there have 
been several changes aimed at fixing 
this issue a while ago e.g. r253 - r357?

Original comment by lem...@gmail.com on 3 Jul 2008 at 6:05

GoogleCodeExporter commented 8 years ago
Yeah I can't replicate in IE6 anymore, marking as fixed.

Original comment by pamela.fox on 8 Jul 2008 at 6:48