Changeset 6625
- Timestamp:
- 03/26/08 19:43:45 (10 months ago)
- Files:
-
- sandbox/euzuro/pop/lib/OpenLayers/Popup.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/pop/lib/OpenLayers/Popup.js
r6615 r6625 527 527 // adjust for that. 528 528 // 529 var style = document.defaultView.getComputedStyle(530 this.contentDiv, null529 var currentOverflow = OpenLayers.Element.getStyle( 530 this.contentDiv, "overflow" 531 531 ); 532 var currentOverflow = style.getPropertyValue("overflow");533 532 if ( (currentOverflow == "auto") && 534 533 (clippedSize.equals(safeSize)) ) {
