It is just a warning, but not an acceptable warning for users of this product 
to see.

The fix included in 1.5.1 does not impact the behaviour, warning still occurs.

Thanks for the heads up Sérgio.

On Aug 26, 2014, at 12:53 PM, Sérgio Crisóstomo <sergios...@gmail.com> wrote:

> Hi Michael,
> 
> can you be more specific if the error is a warning or some loss of 
> functionality?
> There is a small fix in that code actually merged to come out with 1.5.1
> https://github.com/mootools/mootools-core/commit/be3d04548a6d8947375a37b147cc0027854b9012
> 
> Cheers,
> Sérgio
> 
> 
> On Tue, Aug 26, 2014 at 5:43 PM, Michael <mmcwill...@gmail.com> wrote:
> I have further isolated it to this bit of code inside Element:
> var hasCloneBug = (function(test){
>   test.innerHTML = '<object><param name="should_fix" value="the 
> unknown"></object>';
>   return test.cloneNode(true).firstChild.childNodes.length != 1;
> })(document.createElement('div'));
> 
> When that is present the error appears in the browser. Is this a critical 
> piece of code? Is there an alternative? Its nested inside of a <ltIE9> block 
> which makes me think its there for IE8...
> 
> Thanks,
> Michael
> 
> On Tuesday, August 26, 2014 9:17:25 AM UTC-6, Michael wrote:
> I have isolated an IE 9 issue we are encountering to MooTools Core 1.5.0. It 
> did not happen before the upgrade, and only happens on some of our browsers.
> 
> Env:
> - Windows Server 2008 R2 Standard SP1
> - Internet Explorer 9.0.8112.16421 (Update Versions 9.0.21)
> 
> Repro:
> - load page that has mootools core.js included in the header.
> 
> I have methodically isolated the bug to the in the Element chunk of mootools 
> code. I haven't dug into exactly what yet, but wanted to check if this is a 
> known issue and/or if a fix already exists.
> 
> Thanks in advance,
> Michael
> 
> -- 
> 
> --- 
> You received this message because you are subscribed to the Google Groups 
> "MooTools Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to mootools-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
> 
> 
> -- 
> 
> --- 
> You received this message because you are subscribed to the Google Groups 
> "MooTools Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to mootools-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"MooTools Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mootools-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to