Bug Tracker

Modify

Ticket #3901 (closed enhancement: duplicate)

Opened 4 years ago

Last modified 14 months ago

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

jQuery-ie-filters.html Download (4.6 KB) - added by prefect 4 years ago.
Test case

Change History

Changed 4 years ago by prefect

Test case

comment:1 Changed 4 years ago by dmethvin

See also #3502.

comment:2 Changed 3 years ago by dmethvin

  • Component changed from unfiled to attributes

comment:3 Changed 3 years ago by snover

  • Status changed from new to closed
  • Resolution set to duplicate

comment:4 Changed 3 years ago by snover

Duplicate of #6652.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.