Side navigation
#3901 closed enhancement (duplicate)
Opened January 17, 2009 04:41PM UTC
Closed November 19, 2010 11:11AM UTC
Last modified March 14, 2012 11:47AM UTC
Automatically disable the Alpha filter in Internet Explorer when opacity is set to 1.0
Reported by: | prefect | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.1 |
Component: | attributes | Version: | 1.3 |
Keywords: | explorer alpha filter opacity | Cc: | |
Blocked by: | Blocking: |
Description
As described and discussed in http://groups.google.com/group/jquery-dev/browse_frm/thread/82a7a5d7921e5e1c
The Alpha filter in Internet Explorer causes a few display bugs in certain cases. jQuery automatically enables this for IE when setting the opacity CSS property, and should probably disable it automatically again when the opacity is set to 1.0.
The best way I know is to disable only the Alpha filter, ie. like this: css('filter', "alpha(enabled='false')").
A test case is provided which demonstrates one side effect in IE, and shows a manual work around.
See also #3502.