Thank you very much, that worked perfectly.

 

Adriaan

 

 

From: mootools-users@googlegroups.com
[mailto:mootools-users@googlegroups.com] On Behalf Of Arian Stolwijk
Sent: 10 January 2013 23:40
To: mootools-users@googlegroups.com
Subject: Re: [Moo] Firefox 18 breaks mootools 1.2.5 selector engine

 

Yeah, see https://github.com/mootools/mootools-core/issues/2402 and
https://groups.google.com/d/msg/mootools-users/W7MHwTFHYQ4/B4HcR951XQYJ

 

On Thu, Jan 10, 2013 at 10:29 PM, Adriaan <adriaan....@gmail.com> wrote:

Working jsfiddle example here: http://jsfiddle.net/CfJyd/

The problem only occurs in Firefox 18 that I know of.

The following html:

<div class="test">Test Div</div>
<div class="testIgnore">This should stay the same</div>

With this js: 

window.addEvent('domready',function() {
    $$('.test').set('html','Only Test should update');
});

Results in this output:

Only Test should update
Only Test should update
 

Upgrading to Mootools 1.4.5 isn't an option at the moment because of lots of
plugins that use 1.2.5, can anybody point me in the right direction on
getting a fix?

 

Reply via email to