Closed (won't fix)
Project:
Openlayers
Version:
6.x-1.x-dev
Component:
OpenLayers API
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2009 at 00:23 UTC
Updated:
9 Feb 2010 at 23:17 UTC
Furthermore, it looks like it breaks all the other javascript on the page.
Comments
Comment #1
spydmobile commentedFYI I have seen this issue before with mapping kit mostly with IE and may be related to openlayers it self.
Franco
Comment #2
phayes commentedI think it's a bug in openlayers. I've opened a ticket: http://trac.openlayers.org/ticket/2187
Comment #3
zzolo commentedIT might also be a good ideea to check out GMap. It has a specific option for this sort of thing. It may just need some logic to render things and then hide them.
Comment #4
zzolo commentedComment #5
tmcw commentedThis bug can be worked around by giving the map a real width instead of auto.
There are some tickets upstream
http://trac.openlayers.org/ticket/2475
http://trac.openlayers.org/ticket/2461
This is basically 'upstream'.
Comment #6
zzolo commentedCould we not do a work around with jQuery that determines the width of the container and assigns it to the map? This could be a behavior as it is not usually needed and adds more processing. This is sort of how GMap does it.