Hi, I''m just wondering whether there''s any estimate of when a new release of Prototype is likely to be made - I''d like to deploy the updated dom:loaded coded for IE and need to decide whether to backport those routines into my app as a special case or just to wait until I can upgrade the whole library. Thanks, Phil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Hey Phil, pcowans a écrit :> I''m just wondering whether there''s any estimate of when a new release > of Prototype is likely to be made - I''d like to deploy the updated > dom:loaded coded for IE and need to decide whether to backport those > routines into my app as a special case or just to wait until I can > upgrade the whole library.Why exactly can''t you deploy 1.6.0.2 here? It works beautifully on all supported browsers (see matrix at http://prototypejs.org/download). This aside, from what I''ve seen, 1.6.0.3, with countless tiny fixes and speed improvements, should release very soon… -- Christophe Porteneuve aka TDD tdd-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
We don''t know the exact release date yet, but as Christopher pointed out - it should be ready very soon. Expect, tons of bug fixes and minor improvements. - kangax On Jun 3, 10:02 am, pcowans <pcow...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > I''m just wondering whether there''s any estimate of when a new release > of Prototype is likely to be made - I''d like to deploy the updated > dom:loaded coded for IE and need to decide whether to backport those > routines into my app as a special case or just to wait until I can > upgrade the whole library. > > Thanks, > > Phil--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Hi Christophe, On Jun 3, 6:06 pm, Christophe Porteneuve <t...-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org> wrote:> Why exactly can''t you deploy 1.6.0.2 here? It works beautifully on all > supported browsers (see matrix athttp://prototypejs.org/download).I''m a little limited by difficulty of debugging in Internet Explorer, but the result is that a listener attached to the dom:loaded event sometimes triggers the dreaded ''operation aborted'' error in IE 6 and 7, leading me to suggest that it''s not reliably executed after the DOM is fully loaded. The code in question is part of a plug-in for third party sites, so has to work around other people''s code which may be poorly written and may change after deployment. Looking through the code I notice that the strategy taken to implement dom:loaded in IE has essentially been rewitten since 1.6.0.2, and other forum posts imply that the problems I''m facing are a known issue.> This aside, from what I''ve seen, 1.6.0.3, with countless tiny fixes and > speed improvements, should release very soon…Great - hopefully it''ll be available before I need to ship this code... Thanks, Phil --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
pcowans a écrit :> I''m a little limited by difficulty of debugging in Internet Explorer, > but the result is that a listener attached to the dom:loaded event > sometimes triggers the dreaded ''operation aborted'' error in IE 6 and > 7, leading me to suggest that it''s not reliably executed after the DOM > is fully loaded. The code in question is part of a plug-in for third > party sites, so has to work around other people''s code which may be > poorly written and may change after deployment.Actually, whenever I had "operation aborted" on IE, it meant I had some inline script that tried to update a part of the DOM while not residing immediately under <body>. Google it, you''ll find plenty. I never had any with external script bound unobtrusively, though…> Looking through the code I notice that the strategy taken to implement > dom:loaded in IE has essentially been rewitten since 1.6.0.2, and > other forum posts imply that the problems I''m facing are a known > issue.Ah, indeed. To prevent double-triggering and stuff.> Great - hopefully it''ll be available before I need to ship this > code...Probably :-) -- Christophe Porteneuve aka TDD tdd-x+CfDp/qHev2eFz/2MeuCQ@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---