Great, your are my Personal Hero! If I comment out that part of code, it works fine as expected.
Only one question, how can you debugged this? Or it has been only a good intuition? Thanks a lot, really!!! matteo On 17 Dic, 17:58, nutron <[email protected]> wrote: > The only thing I see that looks like a probable culprit is this: > > /** > * Simple shortcut for document.getElementById() > */ > if (typeof $ != 'function') { > function $(element) > { > return document.getElementById(element); > } > > } > > If you define $ somehow after MooTools, you're going to cause issues. You > might add a debug line to your method above and see if it's being used > instead of MooTools' version. > > On Wed, Dec 17, 2008 at 2:37 AM, Matteo Pelucco (via Nabble) < > [email protected]<ml-user%[email protected]> > > > > > wrote: > > > Hi all! > > > We have a problem with domready: > > window.addEvent("domready", function(){ > > alert(""); > > }) > > > We are using Magnolia CMS and when we turn on Magnolia Javascript (a > > sort of JS framework), the event is not more fired *except on Firefox > > 3*!! > > > Here you can see the practical example: > > > **http://tinyurl.com/5td6km** > > > In this example you can see: > > Magnolia turned on + MooTools > > Magnolia turned off + MooTools > > Magnolia turned on + jQuery > > Magnolia turned off + jQuery > > > Can you help me? > > The problem happens even with jQuery... > > > Thanks a lot for your attention... > > M. > > > ------------------------------ > > View message @ > >http://n2.nabble.com/MooTools-and-Magnolia-CMS-tp1667374p1667374.html > > To start a new topic under MooTools Users, email > > [email protected]<ml-node%[email protected]> > > To unsubscribe from MooTools Users, click here< (link removed) >. > > ----- > The MooTools Tutorial: http://www.mootorial.comwww.mootorial.com > Clientcide: http://www.clientcide.comwww.clientcide.com > -- > View this message in > context:http://n2.nabble.com/MooTools-and-Magnolia-CMS-tp1667374p1668757.html > Sent from the MooTools Users mailing list archive at Nabble.com.
