yenbao1340 / gmaps-utility-library-dev

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

Key Drag Zoom Defect #142

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In Firefox, when holding the shift key down, the map will disappear. The
map div does not disappear just the map inside it. In Internet Explorer,
the mouse icon will not change until the mouse is moved but the map will
not disappear.

What is the expected output? What do you see instead?
In Firefox, the map should not disappear and a zoom box should be drawn. In
Internet Explorer, the mouse icon should change to a cross hair immediately
when pressing the shift button.

Original issue reported on code.google.com by brian.be...@gmail.com on 6 Aug 2009 at 3:32

GoogleCodeExporter commented 8 years ago

Original comment by pamela.fox on 7 Aug 2009 at 12:16

GoogleCodeExporter commented 8 years ago
What is the exact browser version? Are seeing the problem with the sample or 
your own
app, if your own app please provide a link. 

Original comment by nian...@gmail.com on 7 Aug 2009 at 1:37

GoogleCodeExporter commented 8 years ago
The browser version is Firefox 3.0.13. The problem is with my own app. 
Unfortunately,
I will not be able to provide a link to this application because it is a secure 
app
that is in a non-public domain. I know Google's posting guidelines always say we
should submit a link, but in this case that is not possible.

What I suspect the problem is is either I the GTileLayerOverlay layers added by
ESRI's Google API extension or that I am calculating the size of the map div
dynamically. This is really the only difference between my app and the example.

Original comment by brian.be...@gmail.com on 7 Aug 2009 at 2:44

GoogleCodeExporter commented 8 years ago
Then I suggest you run firebug in more detail. I suspect the bug is either in 
your
code or ESRI's extension. You can fire a bug request for them. They can debug 
against
keydragzoom's code but I can not do the same the other way.  

Original comment by nian...@gmail.com on 7 Aug 2009 at 4:19

GoogleCodeExporter commented 8 years ago
I have ran firebug on this, but nothing shows up. No errors or exceptions are 
thrown.

I also had a similar issue with the dragzoom utility and found there were was a
problem with a 'veil' div that is placed over the map div. I assume the key drag
utility operates in the same fashion. I hacked that code by hiding the 'veil' 
div
that was causing the problems and got it to work.

Original comment by brian.be...@gmail.com on 7 Aug 2009 at 4:37

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Unable to reproduce. No link provided.

Original comment by nian...@gmail.com on 11 Aug 2009 at 4:28