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