Side navigation
#5121 closed bug (invalid)
Opened August 25, 2009 11:41AM UTC
Closed October 26, 2010 05:59PM UTC
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.
Attachments (0)
Change History (1)
Changed October 26, 2010 05:59PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Please reopen with a testcase.