[x] I'm sure this is a Leaflet Draw code issue, not an issue with my own code nor with the framework I'm using (Cordova, Ionic, Angular, React…)
How to reproduce
Leaflet version I'm using: 1.3.0
Leaflet Draw version I'm using: 0.4.13
Browser (with version) I'm using: Microsoft Edge 41.16299.15.0
OS/Platform (with version) I'm using: Windows 10
On Edge, create a new rectangle, polygon or circle whilst having an openPopup() call on the draw:created event
What behaviour I'm expecting and which behaviour I'm seeing
Since openPopup() is called after a new layer is created, I expect to see a popup come up.
This works on Chrome and Firefox, and also for lines and markers in Edge. But for rectangles, polygons and circles the popup doesn't appear. For polygons you can see the popup flicker up then immediately get closed.
Minimal example reproducing the issue
[x] this example is as simple as possible
[x] this example does not rely on any third party code
[x] I'm sure this is a Leaflet Draw code issue, not an issue with my own code nor with the framework I'm using (Cordova, Ionic, Angular, React…)
How to reproduce
What behaviour I'm expecting and which behaviour I'm seeing
Since openPopup() is called after a new layer is created, I expect to see a popup come up.
This works on Chrome and Firefox, and also for lines and markers in Edge. But for rectangles, polygons and circles the popup doesn't appear. For polygons you can see the popup flicker up then immediately get closed.
Minimal example reproducing the issue
Here's an example jsfiddle