Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

This was fixed yesterday: http://github.com/jquery/jquery/commit/f68b46d7abb54cdcd3d1ce1713bc989f992d1448#L1R564