Bug Tracker

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#3981 closed bug (fixed)

IE 6 & 7 reports incorrect CSS opacity values in jQuery 1.3.1

Reported by: maranomynet Owned by: brandon
Priority: major Milestone: 1.4
Component: core Version: 1.3.2
Keywords: css, opacity, ie, msie Cc:
Blocked by: Blocking:

Description

n IE 6 & 7, jQuery 1.3.1 seems to return incorrect CSS opacity values for elements that have filter: alpha(opacity=N); applied in a stylesheet.

However, elements with their opacity level set with a style="" attribute, return the correct number.

A proposed patch and tests/demos included.

Attachments (2)

ie-opacity-bug-demo.zip (69.4 KB) - added by maranomynet 14 years ago.
ie-opacity-fix.diff (523 bytes) - added by maranomynet 14 years ago.

Download all attachments as: .zip

Change History (10)

Changed 14 years ago by maranomynet

Attachment: ie-opacity-bug-demo.zip added

Changed 14 years ago by maranomynet

Attachment: ie-opacity-fix.diff added

comment:1 Changed 14 years ago by maranomynet

Any news on this issue?

Loads of plugins and other code using .fadeIn(), .fadeOut(), etc. would benefit from it being fixed.

comment:2 Changed 14 years ago by john

Component: unfilledcore
Milestone: 1.3.21.3.3
Version: 1.3.11.3.2

I can try and take a look at this for 1.3.3.

comment:3 Changed 14 years ago by john

Owner: set to john

comment:4 Changed 14 years ago by joern

A JSBin testcase for this issue: http://jsbin.com/exicu (http://jsbin.com/exicu/edit)

comment:5 Changed 14 years ago by brandon

Owner: changed from john to brandon

comment:6 Changed 14 years ago by brandon

Status: newassigned

comment:7 Changed 14 years ago by brandon

Resolution: fixed
Status: assignedclosed

Fixed in r6349

comment:8 Changed 14 years ago by maranomynet

Thank you!!!

Note: See TracTickets for help on using tickets.