Skip to main content

Bug Tracker

Side navigation

#91 closed bug (duplicate)

Opened July 25, 2006 06:55AM UTC

Closed October 11, 2009 02:06PM UTC

REV 159 fadeIn error on IE

Reported by: will@willjessup.com Owned by:
Priority: undecided Milestone:
Component: ajax Version:
Keywords: fadeIn Cc: ""
Blocked by: Blocking:
Description

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>

Attachments (0)
Change History (2)

Changed August 15, 2006 09:19AM UTC by john comment:1

resolution: → duplicate
status: newclosed

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.

Changed October 11, 2009 02:06PM UTC by dmethvin comment:2

component: → ajax
description: 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>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>
need: → Review
priority: → blocker
resolution: → duplicate
status: newclosed
type: → bug

Reopened by spammer.