Ticket #1257 (closed bug: duplicate)

Opened 5 years ago

Last modified 5 years ago

blinking features with the VML renderer (in IE) at the end of a map panning.

Reported by: amasciotra Owned by:
Priority: minor Milestone: 2.7 Release
Component: Renderer.VML Version: 2.5
Keywords: vml , blink, feature Cc:
State:

Description

If you have a map with a VML renderer layer (like : GML, WFS, Vector ...). At the end of pan, when you release the mouse button, all features blink from their old positions to their new. This is wired because just before this behavior, they are in the right place.

The blink is fast but annoying. This problem doesn't exist on Firefox (SVG renderer).

This bug is also present in the SVN version.

Change History

Changed 5 years ago by amasciotra

  • summary changed from blinking features with the VML renderer (with IE) at the end of a map panning. to blinking features with the VML renderer (in IE) at the end of a map panning.

Changed 5 years ago by openlayers

It looks like this is 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.

Changed 5 years ago by crschmidt

  • milestone changed from 2.6 Release to 2.7 Release

Changed 5 years ago by pgiraud

  • status changed from new to closed
  • resolution set to duplicate

Marked as duplicate because sbenthall opened a new ticket in #1340 with an attached patch.

Note: See TracTickets for help on using tickets.