cybersthang / gmaps-utility-library-dev

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

Map controls are not fully taken into account when opening, panning #103

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a map with the default map UI
2. Open an ExtInfoWindow that is near upper left corner of screen, causing 
panning.

What is the expected output? What do you see instead?

I expect the window to not be hidden behind the controls (not a z-index 
thing). I expect the map the pan more to the right to avoid being under 
the controls. The same goes for the upper buttons (i.e. 
Map/Satellite/etc). However, this is easily fixed with the paddingX/Y 
options.

What version of the product are you using? On what operating system?

Current release version, on Windows (Firefox)

Please provide any additional information below.

I got nothing else. Sorry.

Original issue reported on code.google.com by jerryab...@gmail.com on 17 Apr 2009 at 8:57

GoogleCodeExporter commented 8 years ago
This is for the ExtInfoWindow project. I didn't see where to enter the class.

Original comment by jerryab...@gmail.com on 17 Apr 2009 at 9:00

GoogleCodeExporter commented 8 years ago
It's not possible for open source extensions to take the other controls into 
account, 
as they have no way of knowing that they exist. The map has an internal 
reference to 
controls that it does not expose. Please continue using padding X/Y.

Original comment by pamela.fox on 19 Apr 2009 at 4:37