Closed (fixed)
Project:
Leaflet
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Nov 2012 at 18:32 UTC
Updated:
22 Dec 2012 at 17:40 UTC
Jump to comment: Most recent file
Leaflet provides this, why not include it?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | leaflet-fix-ie8-1830440-6756597.patch | 354 bytes | gmclelland |
| oldie_support.patch | 403 bytes | tnightingale |
Comments
Comment #1
pvhee commentedGreat, committed
Comment #2
gmclelland commentedThis 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!
Comment #3
ronan commentedI can confirm that this patch is necessary and works.
Comment #4
okeedoak commentedHere's what the problem looks like without the patch.

Patch solves the problem
Comment #5
pvhee commentedPatch from #2 now committed, thanks!
Comment #6
okeedoak commented'!IE' => FALSE,is missing. Was the wrong patch committed?Comment #7
pvhee commentedThis is committed, but dev releases are only generated once a day if you don't use git.