Skip to main content

Bug Tracker

Side navigation

#12179 closed bug (duplicate)

Opened August 01, 2012 08:58PM UTC

Closed August 01, 2012 10:46PM UTC

Last modified August 06, 2012 08:14PM UTC

fadeIn display issue FireFox 14.0.1 - jQuery 1.7.2

Reported by: anonymous Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

Hello,

Using Firefox 14.0.1 jQuery 1.7.2 fadeIn does not change

display:none; to

display:block;

Here is a link to the issue:

http://jsfiddle.net/drCRZ/12/

Regards

Otc

Attachments (0)
Change History (4)

Changed August 01, 2012 10:46PM UTC by mikesherov comment:1

resolution: → duplicate
status: newclosed

Changed August 01, 2012 10:47PM UTC by mikesherov comment:2

Duplicate of #9106.

Changed August 06, 2012 04:46PM UTC by anonymous comment:3

Is there a solution yet?

Changed August 06, 2012 08:14PM UTC by mikesherov comment:4

The solution is to not use styling on the body tag. Instead, create a class that has display none and apply it to the body. This is a known WONTFIX.