Bug Tracker

Opened 14 years ago

Closed 12 years ago

#5121 closed bug (invalid)

jQuery fires DOMContentLoaded during initialization in FF2 & Opera 9.27

Reported by: twirl Owned by: john
Priority: major Milestone: 1.4
Component: selector Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:

Description

selector.js, line 813.

Firefox 2 and Opera 9.27 fire DOMContentLoaded event when jQuery tries to use getElementsByClassName function. Such a firing is a trouble when noConflict enabled, because during DOMContentLoaded evaluation window.$ and window.jQuery points to jQuery object.

The solution is not to test getElementsByClassName in these browsers.

Change History (1)

comment:1 Changed 12 years ago by miketaylr

Resolution: invalid
Status: newclosed

Please reopen with a testcase.

Note: See TracTickets for help on using tickets.