yes it's normal because Element.prototype in old IE was buggy and MooTools puts all methods on the element itself by copying.
On Thursday, 21 January 2016, Nico <[email protected]> wrote: > Thanks for your answer! After some testing i discovered this happens only > if i set the document mode to IE8 or lower but not in IE9, 10 or Edge mode. > > Unfortunately or site needs to run in Quirks (IE5) mode. > > Here is a simple example: > > http://muxpix.de/files/Index.html > > watch the p tag in DOM explorer while you set the document mode to IE8 or > lower... > > > > Am Donnerstag, 21. Januar 2016 10:06:58 UTC+1 schrieb johnnyf: >> >> That doesn't sound right, no. >> >> I would suggest you post an example... if not a jsfiddle, at least a >> sample of your source and the result in your developer console. >> >> Johnny Fuery >> Merus, Inc. >> >> On Thu, Jan 21, 2016 at 12:25 AM, Nico <[email protected]> wrote: >> >>> I wonder if i'm the only one... >>> >>> it seems like whenever i use mootools scripts on a page and, for >>> instance, add events to elements then these elements get totally unreadable >>> in the IE developer tools DOM explorer because all the mootools methods are >>> displayed there. This totally blows up the DOM explorer and i wonder if >>> there is anything i could do to prevent this. I'm not sure if this happens >>> also with other js frameworks. >>> >>> Any hints? >>> >>> -- >>> >>> --- >>> 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 [email protected]. >>> 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 [email protected] > <javascript:_e(%7B%7D,'cvml','mootools-users%[email protected]');> > . > For more options, visit https://groups.google.com/d/optout. > -- Dimitar Christoff "JavaScript is to JAVA what hamster is to ham" @D_mitar - https://github.com/DimitarChristoff -- --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
