@@ -221,13 +221,13 @@ OpenLayers.Handler.Box = OpenLayers.Class(OpenLayers.Handler, {
|
||||
document.body.removeChild(testDiv);
|
||||
|
||||
var left = parseInt(OpenLayers.Element.getStyle(this.zoomBox,
|
||||
"border-left-width"));
|
||||
"borderLeftWidth"));
|
||||
var right = parseInt(OpenLayers.Element.getStyle(
|
||||
this.zoomBox, "border-right-width"));
|
||||
this.zoomBox, "borderRightWidth"));
|
||||
var top = parseInt(OpenLayers.Element.getStyle(this.zoomBox,
|
||||
"border-top-width"));
|
||||
"borderTopWidth"));
|
||||
var bottom = parseInt(OpenLayers.Element.getStyle(
|
||||
this.zoomBox, "border-bottom-width"));
|
||||
this.zoomBox, "borderBottomWidth"));
|
||||
this.boxOffsets = {
|
||||
left: left,
|
||||
right: right,
|
||||
|
||||
Reference in New Issue
Block a user