appending event pane to the eventsDiv instead of the viewPortDiv. r=fredj (see #3339)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@12037 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2011-06-03 11:28:49 +00:00
parent 5d8468cf0a
commit 71c12ccb78

View File

@@ -108,7 +108,7 @@ OpenLayers.Layer.EventPane = OpenLayers.Class(OpenLayers.Layer, {
}
if (this.isFixed) {
this.map.viewPortDiv.appendChild(this.pane);
this.map.eventsDiv.appendChild(this.pane);
} else {
this.map.layerContainerDiv.appendChild(this.pane);
}