Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Compact attribution control does not show in IE11 #1086

Open
gingemonster opened this issue Nov 26, 2015 · 1 comment
Open

Compact attribution control does not show in IE11 #1086

gingemonster opened this issue Nov 26, 2015 · 1 comment

Comments

@gingemonster
Copy link

If you set a map as follows:

var map = L.mapbox.map('map', 'mapbox.streets', {attributionControl:{compact: true} })
.setView([40, -74.50], 9);

To show a compact attribution control then the "i" icon in the bottom right is not visible at all. Seems to be something to do with the :after style not getting priority in IE

@mollymerp
Copy link
Contributor

mollymerp commented Jan 10, 2017

Thanks for your report @gingemonster !

Thanks to @danswick for 🕵️ – this seems to be caused by an IE bug where descendants an invisible element are also made to be invisible 😞

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants