Bug Tracker

Changes between Version 1 and Version 2 of Ticket #8033, comment 2


Ignore:
Timestamp:
Jan 21, 2011, 5:45:29 PM (13 years ago)
Author:
SlexAxton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8033, comment 2

    v1 v2  
    1 Hmmm, looks like the issue _does_ happen in recent versions of Prototype as well.
     1Hmmm, looks like the issue _does_ happen in recent versions of Prototype as well (in IEs only) if Scriptaclous is also on the page. (pretty common) (when prototype and scriptaculous come first).
    22
    33http://jsfiddle.net/dU7FB/3/
    44
    55The same fix of moving the jQuery window leak to the bottom works. The build process is the only thing that makes this nontrivial.
     6
     7We created $.noConflict to allow people to work with these other libraries, and since the fix here is just switching where code is executed, it seems like a good faith effort to make things easy for everyone.