Ticket #1390: second-reflow.patch
| File second-reflow.patch, 0.6 kB (added by tcoulter, 5 months ago) |
|---|
-
Vector.js
old new 292 292 this.renderer.setExtent(extent); 293 293 294 294 this.renderer.root.style.visibility = "visible"; 295 296 // force a reflow on gecko based browsers to actually hide the svg 297 if (navigator.userAgent.toLowerCase().indexOf("gecko") != -1) { 298 this.div.scrollLeft = this.div.scrollLeft; 299 } 295 300 } 296 301 297 302 if (!this.drawn || zoomChanged) {
