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 <[email protected]> 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