Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Opacity in IE10 #796

Merged
merged 1 commit into from
Jul 11, 2012
Merged

Fix Opacity in IE10 #796

merged 1 commit into from
Jul 11, 2012

Conversation

danzel
Copy link
Member

@danzel danzel commented Jul 11, 2012

IE9 also uses style.opacity rather than the filter.

http://caniuse.com/#feat=css-opacity
Regex from http://msdn.microsoft.com/en-us/library/ms537509(v=vs.85).aspx

mourner added a commit that referenced this pull request Jul 11, 2012
@mourner mourner merged commit 4747b07 into Leaflet:master Jul 11, 2012
@mourner
Copy link
Member

mourner commented Jul 12, 2012

I've made the fix simpler, please check in IE10

@danzel
Copy link
Member Author

danzel commented Jul 12, 2012

Awesome yeah that is tidier. Was thinking about this last night and was going to do the same fix :-)

@mvoltolini
Copy link

.opacity { opacity:0; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" }

@mourner
Copy link
Member

mourner commented Jul 17, 2013

@mvoltolini what's your point?

@Malvoz Malvoz added the ie Internet Explorer label May 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ie Internet Explorer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants