jQuery: The Write Less, Do More JavaScript Library

Ticket #2077 (closed bug: fixed)

Opened 5 months ago

Last modified 5 months ago

Scope Leaked in jQuery.find() (1.2.2b)

Reported by: Byron Assigned to: anonymous
Type: bug Priority: critical
Milestone: 1.2.2 Component: core
Version: 1.2.1 Keywords:
Cc: Needs: Commit

Description

the object "merge" is being leaked into the global scope here : http://dev.jquery.com/browser/trunk/jquery/src/selector.js - line 143

To reproduce this leak do the following:

go to http://byron.adams54.googlepages.com/mutation.html

click "Insert Node", and then click "Remove Node"

Attachments

Change History

Changed 5 months ago by davidserduke

  • status changed from new to closed
  • resolution set to fixed

Fixed in [4239]. Thanks for catching that one.

Note: See TracTickets for help on using tickets.