#12179 closed bug (duplicate)
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
Change History (4)
comment:1 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
comment:4 Changed 10 years ago by
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.
Note: See
TracTickets for help on using
tickets.
Duplicate of #9106.