OpenLayers OpenLayers

Changeset 6395

Show
Ignore:
Timestamp:
02/28/08 11:48:45 (11 months ago)
Author:
sbenthall
Message:

fixing the gross flicker #279

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/topp/vespucci/lib/OpenLayers/Layer/Vector.js

    r6259 r6395  
    296296        if (!dragging) { 
    297297            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             }  
    298302             
    299303            this.div.style.left = -parseInt(this.map.layerContainerDiv.style.left) + "px";