Modify ↓
Ticket #4727 (closed bug: duplicate)
IE6: fadeIn() fails to take previous, stylesheet-defined opacity into account
| Reported by: | joern | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | effects | Version: | 1.3.2 |
| Keywords: | fadein opacity ie6 | Cc: | |
| Blocking: | Blocked by: |
Description
When fading an element with opacity 0.3 (defined via stylesheet) using fadeIn(), the element ends up with opacity 1 in IE6. Testcase: http://jsbin.com/idime/edit http://jsbin.com/idime
Could be somewhat related with #3981. In any case, the patch there didn't fix this issue, I tested with trunk, too.
Attachments
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.


Testcase patch against trunk