Leaflet provides this, why not include it?

Comments

pvhee’s picture

Status: Active » Fixed

Great, committed

gmclelland’s picture

Status: Fixed » Active
StatusFileSize
new354 bytes

This needs one more line added. I noticed it was including the css in Chrome when it should only be applying the conditional for IE. Without this patch, Leaflet popup tips will look weird.

Patch is attached. Hope that helps. Thanks for making this great module!

ronan’s picture

Status: Active » Reviewed & tested by the community

I can confirm that this patch is necessary and works.

okeedoak’s picture

StatusFileSize
new40.75 KB

Here's what the problem looks like without the patch.
Pop tip problem

Patch solves the problem

pvhee’s picture

Status: Reviewed & tested by the community » Fixed

Patch from #2 now committed, thanks!

okeedoak’s picture

Status: Fixed » Active

'!IE' => FALSE, is missing. Was the wrong patch committed?

pvhee’s picture

Status: Active » Fixed

This is committed, but dev releases are only generated once a day if you don't use git.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.