Anyone else getting intermittent errors in IE due to the dom:loaded event being fired before the DOM is fully ready? I have had a difficult time reproducing these bugs, but the testers I work with keep finding them in various places (of course they cannot be reproduced when I am standing there, however). I''ve narrowed it down to my initializers that are being invoked with the dom:loaded event are not able to find the page elements they are expecting. This does not occur in Firefox/Safari. Only IE, and more typically IE6, but there have been a few reports from IE7 as well. Just curious if anyone has run into this and what they have done, if anything, to address the problem. -justin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Yep. Take a look at this ticket http://dev.rubyonrails.org/ticket/9394 Would be great if you more people could test if the proposed patch fixes it. Best, kangax On Mar 12, 7:44 pm, "Justin Perkins" <justinperk...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Anyone else getting intermittent errors in IE due to the dom:loaded > event being fired before the DOM is fully ready? > > I have had a difficult time reproducing these bugs, but the testers I > work with keep finding them in various places (of course they cannot > be reproduced when I am standing there, however). I''ve narrowed it > down to my initializers that are being invoked with the dom:loaded > event are not able to find the page elements they are expecting. > > This does not occur in Firefox/Safari. Only IE, and more typically > IE6, but there have been a few reports from IE7 as well. > > Just curious if anyone has run into this and what they have done, if > anything, to address the problem. > > -justin--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Wed, Mar 12, 2008 at 7:07 PM, kangax <kangax-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Would be great if you more people could test if the proposed patch > fixes it.Thanks, I''ll drop that patch in tomorrow and try to follow-up after significant testing. -justin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
> On Wed, Mar 12, 2008 at 7:07 PM, kangax <kangax-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Would be great if you more people could test if the proposed patch > > fixes it.OK, it hasn''t exactly been "significant testing", but in the past we could consistently reproduce this error in IE6 with automated tests (watir), usually 2/20 times. I merged in your diff and since then we haven''t seen this error a single time. If we find something out later to the contrary, I will let you know. -justin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---