Re: [Moo] Conflict between MS Ajax and MooTools...

2010-01-06 Thread Sanford Whiteman
An experimental tactic here, using custom getter. Would take care of broader MSAjax context, but is fated to be demonstration-only for now because there are no getters in IE pre-8. Haven't timed it but there is going to also be some overhead. http://mootools.net/shell/gYSyV/3/ I worked on

Re: [Moo] Conflict between MS Ajax and MooTools...

2010-01-05 Thread Thomas Aylott
Try this as a quick fix/workaround: http://gist.github.com/269990 Basically it appears as if `clientID` is a function and not a string. So it doesn't have the `startsWith` method and therefore breaks. This workaround simple adds the method they expect to find. This workaround shouldn't effect

Re: [Moo] Conflict between MS Ajax and MooTools...

2010-01-05 Thread Thomas Aylott
I added a detailed explanation of the original problem along with the original source code here: http://gist.github.com/269990#file_microsoft_ajax_web_forms.debug.js There are essentially two issues. 1) Microsoft's client-side code is not written to be very defensive. They use essentially `if