Yup, that's the issue precisely - I tried various combinations of flicker/flash/bounce when searching track but forgot about blink.
http://trac.openlayers.org/ticket/1257 Looks to me like it's happening in Vector.js moveTo, the layer div is repositioned to match the new map extent using style.top and style.left and this shifts the vml shape with the layer. The vml shape is then repositioned using coordorigin attribute and it's shifted back to it's proper position. Stepping through with firebug, the same problem does not *appear* to take place with FF (I need to reverify this). I haven't actually looked at that part of the svg yet to see what might be the difference (barring fundamental differences between svg and vml) and why repositioning/shifting the layer div in firefox leaves the svg element in place. Pierre GIRAUD wrote: > > I think this is more related to http://trac.openlayers.org/ticket/1257. > > On Jan 15, 2008 3:34 PM, Christopher Schmidt <[EMAIL PROTECTED]> > wrote: >> On Tue, Jan 15, 2008 at 03:25:25PM +0100, Bart van den Eijnden (OSGIS) >> wrote: >> > Hi Chris, >> > >> > and what about: >> > >> > http://trac.openlayers.org/ticket/965 >> > >> > which is in trunk? >> >> Well, cmose indicated that this was still happening in trunk, earlier in >> the thread. I was assuming, based on that report, that it didn't work >> for whatever problem he's having. (Of course, maybe I'm wrong :)) >> >> >> Regards, >> -- >> Christopher Schmidt >> MetaCarta >> _______________________________________________ >> Users mailing list >> [email protected] >> http://openlayers.org/mailman/listinfo/users >> > _______________________________________________ > Users mailing list > [email protected] > http://openlayers.org/mailman/listinfo/users > > -- View this message in context: http://www.nabble.com/IE7-vector-flicker-when-panning-tp11691083p14843600.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
