Search and Top Navigation
#7760 closed bug (notabug)
Opened October 03, 2011 10:01PM UTC
Closed October 04, 2011 01:02PM UTC
$ converts prototype in Firefox
Reported by: | angelfcm | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.core | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi!,
Well, when using setTimeout or setInterval the JQuery is not in variable "$".
Below I put a simple example:
setTimeout(function(){console.log($)},100) /* Output: >[] (function JSTH_$(aId) {try {return aJSTerm._window.document.getElementById(aId);} catch (ex) {aJSTerm.console.error(ex.message);}}) */
And a image:
[[Image(http://i1212.photobucket.com/albums/cc449/angelfcm/etc123/bug_.png)]]
Attachments (0)
Change History (1)
Changed October 04, 2011 01:02PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
This is Firebug behavior, we can't control it. Firebug defines its own $ and seems to be reverting to it in the timeout.