bumbu/svg-pan-zoom
View on GitHubText elements do not redraw in Microsft Edge when zooming
Open
#140 opened on Aug 17, 2015
bughelp wanted
Description
In Microsoft Edge (Win 10) text elements do not redraw when zooming in - see this codepen for an example:
http://codepen.io/ttupper92618/pen/RPmVrp?editors=001
Follow these steps to reproduce:
- Load the pen and wait for the SVG map to appear.
- Click the 'click me to start' button.
- After the dots have drawn, zoom in and out.
You will notice that in Microsoft Edge, the labels will disappear as you zoom in beyond the initial zoom level, and will reappear as you zoom out past the original zoom level.
This bug does not appear to impact other browsers, or other versions of Internet Explorer.
NOTE: This worked fine in Spartan tech previews but fails in the full release of Edge.
There are multiple other scale related rendering issues in Edge. I will open separate tickets for them.