Hi, I think I found a bug in MooTools, but it’s hard for me to tell.
It seems that this occurs in the earlier version of MooTools too, as well as the latest version, which can be seen in Chrome at http://whatsock.com/bootstrap/mootools/ If you activate the Carousel tab, MooTools appears to be choking on the line "testNode.style is undefined" within MooTools Core. It also won’t render at all in Firefox, which is strange, but it does in IE11. Any idea what would be causing this? You can see the MooTools version file and code file in the GitHub repo at https://github.com/accdc/bootstrap-mootools Within the folder js/mootools-core.js. It would be great to track down why this is occurring. Best wishes, Bryan From: [email protected] [mailto:[email protected]] On Behalf Of Sérgio Crisóstomo Sent: Thursday, January 21, 2016 12:49 PM To: MooTools Users <[email protected]> Subject: Re: [Moo] 1.6.0 is out! Hi Bryan, I don't know whatsock in depth so I cannot answer with confidence. In the compat layer we made no API changes. In the no-compat layer we made a change to adapt to ES6 "Array.from". We renamed the ".from" method in Array, Function, String and Number to ".convert". Cheers -- --- 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] <mailto:[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]. For more options, visit https://groups.google.com/d/optout.
