Ticket #3901 (closed enhancement: duplicate)
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: | |
| Blocking: | Blocked by: |
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.
Attachments
Change History
Changed 4 years ago by prefect
-
attachment
jQuery-ie-filters.html
added
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Test case