So far I haven't found issues with Prototype 1.7 (RC2) and ExtJS
3.2.1. The only incompatibility is the pollDoScroll() method that
needs to be modified in order to work flawlessly because ExtJS
overrides the defer() method from prototype.

Are there any opened issue with 1.7 RC2? When can we expect the final
release?

Thanks & cheers
Florian

On 1 Jun., 09:55, gnaegi <[email protected]> wrote:
> Hello everybody
>
> Did anybody test Prototype 1.7 together with ExtJS 3.2.1? Are there
> any incompatibilities?
>
> With older versions I had to patch the pollDoScroll() function because
> ExtJS overrides the prototype defer() method with something that does
> not seem to be compatible with the line
>
>       timer = pollDoScroll.defer();
>
> in the pollDoScroll() function.
>
> I replaced it with
>       timer = pollDoScroll.delay(0.01);
>
> to make it work.
>
> Does anybody have similar issues or knows if this incompatibility is
> resolved with the 1.7 release?
>
> Thanks
> Florian

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to