Ticket #3292 (closed bug)
$().fadeIn() crash/ ghost text
| Reported by: | ericbojo | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.3 |
| Component: | effects | Version: | 1.2.6 |
| Keywords: | fadeIn() bug | Cc: | ericbojo, flesler |
| Blocking: | Blocked by: |
Description
using $().fadeIn() on an element (DIV) can cause IE7 to crash under certain circumstances or cause some strange "ghost" text to appear on a <a> link after un-hovered.
Change History
comment:1 Changed 5 years ago by flesler
- Cc ericbojo, flesler added
- need changed from Review to Test Case
comment:2 Changed 4 years ago by bgrinstead
http://jquery.nodnod.net/cases/192
I made a quick test case for this. I was unable to reproduce the crashing from the div fadeIn, and can only guess what is meant by "ghost" text but i did notice that in IE7, hovering over the 'Hover me' link seems to cause the text to become unbold, but this happens even if you do hide/show instead of fadeOut/fadeIn.
comment:3 Changed 3 years ago by snover
- Status changed from new to pending
This ticket has been marked as missing a test case. In an effort to reduce the number of outstanding tickets in the bug tracker, it will be closed automatically in 30 days. In order to prevent this from happening, please provide a working test case. If a test case has already been provided and our records are wrong, please respond to the ticket so that it can be fixed. Thank you!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Can you please provide a test case ? that is, a small html file with the minimum html/css/js necessary to reproduce the problem.