Changeset 6395
- Timestamp:
- 02/28/08 11:48:45 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/topp/vespucci/lib/OpenLayers/Layer/Vector.js
r6259 r6395 296 296 if (!dragging) { 297 297 this.renderer.root.style.visibility = "hidden"; 298 // force a reflow on gecko based browsers to actually hide the svg 299 if (navigator.userAgent.toLowerCase().indexOf("gecko") != -1) { 300 this.div.scrollLeft = this.div.scrollLeft; 301 } 298 302 299 303 this.div.style.left = -parseInt(this.map.layerContainerDiv.style.left) + "px";
