Opened 17 years ago
Closed 13 years ago
#91 closed bug (duplicate)
REV 159 fadeIn error on IE
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | ajax | Version: | |
Keywords: | fadeIn | Cc: | " " |
Blocked by: | Blocking: |
Description (last modified by )
when using any sort of fadeTo or FadeIn on the latest version (rev 159) in IE the text becomes bold as if it were doubled.
Also, firefox JS console reports "error parsing value for property 'opacity'. declaration dropped"
Here is sample code:
$(document).ready(function(){
$("a.test").click(function() {
$(this).fadeIn("slow");
});
});
<a class="test" href="#">this will become doubled when you click</a>
Change History (2)
comment:1 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Component: | → ajax |
---|---|
Description: | modified (diff) |
need: | → Review |
Priority: | → blocker |
Resolution: | → duplicate |
Status: | new → closed |
Type: | → bug |
Reopened by spammer.
Note: See
TracTickets for help on using
tickets.
The "bold text in IE" bug can be resolved by setting background of the element that you're fading. It can be anything - it just has to be set.
The bugs mentioned in this report are also contained elsewhere, so I'm closing this particular ticket.