Export to GitHub

gmaps-utility-library - issue #1

Problems with drag on IE6


Posted on Sep 11, 2007 by Grumpy Lion

Hi,

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); });

Bye!

Comment #1

Posted on Jun 19, 2008 by Grumpy Bear

Hi Carmelo-

I've moved this over to the dev project: http://code.google.com/p/gmaps-utility-library-dev/issues/detail?id=45

Closing it here. Thanks for report!

Status: FiledElsewhere

Labels:
Type-Defect Priority-Medium