Opened 13 years ago
Closed 13 years ago
#6257 closed bug (fixed)
Bug in cleanData
Reported by: | nicolas | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | manipulation | Version: | 1.4.2 |
Keywords: | cleanData | Cc: | |
Blocked by: | Blocking: |
Description
I can reproduce the bug only with ie(7). Microsoft Script debugger says : line : 4519 events is null (function cleanData) Well, if i add a test : data != null before, it works.
Here is the code that produce the bug in my script : $("#page").hide().html(responsesearch).fadeIn("normal");
I can reproduce the bug with 1.4.3 version.
Change History (1)
comment:1 Changed 13 years ago by
Component: | unfiled → manipulation |
---|---|
Milestone: | 1.4.2 → 1.4.3 |
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This was fixed yesterday: http://github.com/jquery/jquery/commit/f68b46d7abb54cdcd3d1ce1713bc989f992d1448#L1R564