Skip to main content

Bug Tracker

Side navigation

#6969 closed bug (duplicate)

Opened August 30, 2010 04:46PM UTC

Closed September 30, 2010 12:45AM UTC

jQuery1.4.2 has introduced a bug regarding the removal of events within dynamically nested objects

Reported by: bgaraventa Owned by:
Priority: undecided Milestone: 1.4.3
Component: unfiled Version: 1.4.2
Keywords: events Cc:
Blocked by: Blocking:
Description

It appears that jQuery1.4.2 has introduced a bug regarding the removal of events within dynamically nested objects, causing a script error to occur that prevents further execution.

Verified using uncompressed jQuery1.4 at

http://whatsock.com/accDCwJ1.4.htm

No problem encountered.

Verified using uncompressed jQuery1.4.1 at

http://whatsock.com/accDCwJ1.4.1.htm

No problem encountered.

Verified using uncompressed jQuery1.4.2 at

http://whatsock.com/accDCwJ1.4.2.htm

Generates the following error using IE8 with Show Notification About All Script Errors enabled:

'events' is null or not an object

Line: 4519

jquery-1.4.2.js

Char: 5

Code: 0

Steps to reproduce using the urls above:

1. From the home page, open the Live Demo tab.

2. Scroll down to the section "Dynamic Editor with XML Generated Menus", and activate the link "Edit Content".

3. Activate the File menu within the dynamic simulated dialog, then activate one of the links that appears in the drop down menu.

4. Now activate the Core API tab link on the left side of the screen.

5. Verify that an error has or has not appeared.

Alternatively: On the Getting Started tab, within the Downloads section, is a clone sample of the WhatSock.com site, which can be used to reproduce the same behavior using a local copy of jQuery.

Attachments (0)
Change History (2)

Changed September 23, 2010 06:16AM UTC by snover comment:1

need: ReviewTest Case
priority: → undecided

The links provided all redirect to the same place. Please create a reduced testcase and link to it. Thanks!

Changed September 30, 2010 12:45AM UTC by dmethvin comment:2

resolution: → duplicate
status: newclosed

From the description I am pretty sure this is a dup of #6355.