Fix get alpha opacity in IE8 #1705
Comments
|
Fixed via 3fed4b3 |
markelog
added a commit
that referenced
this issue
Nov 8, 2014
mgol
added a commit
that referenced
this issue
Nov 8, 2014
|
Fixed via c5e8e12 (the previous commit was landed on an incorrect branch). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When setting opacity to an element in IE8+, according to http://www.quirksmode.org/css/opacity.html I can use
note that the
opacityin IE8 filter is in upper casebut jQuery 1.* currently only support getting the result setted in lower case
opacity, likefilter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);see demo http://jsfiddle.net/c9d5ctfa/ in IE8
Also in MSDN, both upper case and lower case are used in the examples.
My PR: #1704
The text was updated successfully, but these errors were encountered: