Side navigation
#6257 closed bug (fixed)
Opened March 10, 2010 01:29PM UTC
Closed March 10, 2010 04:25PM UTC
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.
Attachments (0)
Change History (1)
Changed March 10, 2010 04:25PM UTC by comment:1
| component: | unfiled → manipulation |
|---|---|
| milestone: | 1.4.2 → 1.4.3 |
| resolution: | → fixed |
| status: | new → closed |
This was fixed yesterday:
http://github.com/jquery/jquery/commit/f68b46d7abb54cdcd3d1ce1713bc989f992d1448#L1R564