Bug Tracker

Modify

Ticket #2422 (closed bug: duplicate)

Opened 5 years ago

Last modified 3 years ago

jQuery fail to keep all filters by using filters in css.

Reported by: ksnk Owned by:
Priority: major Milestone: 1.2.4
Component: css Version: 1.2.3
Keywords: opacity bug Cc:
Blocking: Blocked by:

Description

Here a description and possible solution -  http://docs.jquery.com/User_talk:Ksnk By short word - if you using such a construction - jQuery cant correctly set opacity in IE. <style> #test {

zoom:0.8; opacity:0.5; filter:progId:DXImageTransform.Microsoft.DropShadow(color=gray,offx=3,offy=3),

progId:DXImageTransform.Microsoft.Alpha(opacity=50);

} </style> <h1 id='test'>TEST</h1>

Change History

comment:1 Changed 3 years ago by dmethvin

  • Component changed from core to css

comment:2 Changed 3 years ago by addyosmani

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

comment:3 Changed 3 years ago by addyosmani

Duplicate of #6841.

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.