#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)
Change History (10)
Changed 14 years ago by
Attachment: | ie-opacity-bug-demo.zip added |
---|
Changed 14 years ago by
Attachment: | ie-opacity-fix.diff added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Component: | unfilled → core |
---|---|
Milestone: | 1.3.2 → 1.3.3 |
Version: | 1.3.1 → 1.3.2 |
I can try and take a look at this for 1.3.3.
comment:3 Changed 14 years ago by
Owner: | set to john |
---|
comment:4 Changed 14 years ago by
A JSBin testcase for this issue: http://jsbin.com/exicu (http://jsbin.com/exicu/edit)
comment:5 Changed 14 years ago by
Owner: | changed from john to brandon |
---|
comment:6 Changed 14 years ago by
Status: | new → assigned |
---|
Note: See
TracTickets for help on using
tickets.
Any news on this issue?
Loads of plugins and other code using .fadeIn(), .fadeOut(), etc. would benefit from it being fixed.