Opened 15 years ago
Closed 13 years ago
#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 |
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 15 years ago by
Cc: | ericbojo flesler added |
---|---|
need: | Review → Test Case |
comment:2 Changed 14 years ago by
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 13 years ago by
Status: | new → 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!
comment:4 Changed 13 years ago by
Status: | pending → closed |
---|
Automatically closed due to 14 days of inactivity.
Can you please provide a test case ? that is, a small html file with the minimum html/css/js necessary to reproduce the problem.