You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I experience some position issues since Leaflet 1.0-rc2 : the top left corner of the popup always gets positioned on the marker, instead of the end of the tip
Thanks for reporting the issue, @buchanan-fh. I admit I haven't been tracking progress with the long-delayed Leaflet 1.0 but I'm glad to know that people continue to find rrose useful and are planning to continue to use it with this upcoming major release.
Thanks, too, for identifying the potential source of the problem. I'll try and get a fix in place before the end of this upcoming weekend.
With today's release of Leaflet 1.0.0 I've upgraded the demo page. I haven't seen any positioning issues with the released version or any of the candidates in the context of Rrose's modest intended use case.
I've been trying some thing to spot the problem compared to your example : it seems that when I don't define the offset when creating the popup gets it mispositioned.
Defining offset: new L.Point(0,0) seems to solve the problem
I experience some position issues since Leaflet 1.0-rc2 : the top left corner of the popup always gets positioned on the marker, instead of the end of the tip
I think this might be related to this code change : Leaflet/Leaflet#4662
The text was updated successfully, but these errors were encountered: