yenbao1340 / gmaps-utility-library-dev

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

contextmenucontrol and extinfowindow are incompatible #186

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
These the steps to reproduce the problem
1. create a map with contextmenucontrol and extinfowindow 
2. click with right to open context menu
3. items are not allineated and map scrolls few pixels

Windows XP with Explorer 8
See attached file (local test)
Thanks,
Gian Paolo Saliola

Original issue reported on code.google.com by info@okmap.org on 29 Jan 2010 at 2:06

Attachments:

GoogleCodeExporter commented 8 years ago
Yes, when you open the context menu the first time the map scrolls a few pixels 
down.
As far as I see this happens only in Firefox. It's probably a position problem. 
When
you declare the map with an absolute position or let it float left or right this
won't happen.

Hint for IE 8: Never forget to use the special IE 8 crutch primarily as the 
*first*
(only in case of emergency as the second) meta tag in your HTML document

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

Original comment by wolfpil@gmail.com on 29 Jan 2010 at 3:20

GoogleCodeExporter commented 8 years ago
Many thanks, now it's ok.
Gian Paolo

Original comment by info@okmap.org on 30 Jan 2010 at 1:00