Attempt at further explanation wrt IE screwiness... For some crazy stupid reason... If the div doesn't affect the layout in any visible way, IE tries to be smart and ignores the div (does not put it into the G_MAP_MARKER_PANE layer as instructed), but it recognizes the attempt to listen for clicks and somehow merges it with the G_MAP_OVERLAY_LAYER_PANE (if any overlays already exist -- applying zIndex within this pane) listening only for clicks within the boundaries of existing overlays (but ignoring clicks in the above marker layer). As soon as I made the div affect the layout (via the afore-mentioned color + transparency method), it did what I told it to and stuck the div into the correct layer and listened for clicks as it was told to. Go figure...
On Jun 28, 3:16 pm, Shadow <[email protected]> wrote: > In IE (7 and 8 -- VML), it is ignoring all zIndex information > (div.style.zIndex = 99999) as well as panel layer information. Oddly, > it only hijacks clicks where there is already another GPolygon > (outside the polygon, all clicks are ignored and passed on to the > GMap2). It also only hijacks clicks where there is not already another > GMarker (which according to docs should be below the custom hijacker's > pane and is also below the custom overlay's zIndex). -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
