[Proto-Scripty] Re: Problems with Chrome

2008-10-14 Thread kangax
On Oct 14, 4:32 am, __proto__.__proto__ [EMAIL PROTECTED] wrote: I think the problem comes from : Element.extend = (function() {   if (Prototype.BrowserFeatures.SpecificElementExtensions)     return Prototype.K; ... } Runtime created elements do not behave as HTML source elements, in

[Proto-Scripty] Re: Problems with Chrome

2008-10-14 Thread __proto__.__proto__
I think the problem comes from : Element.extend = (function() { if (Prototype.BrowserFeatures.SpecificElementExtensions) return Prototype.K; ... } Runtime created elements do not behave as HTML source elements, in Chrome... It looks like they do not share the same prototype ! It seems