Hi, Does anyone know why IE close when I open the sites that use Prototype framework? It is not always close. Some IEs do not close, but some close. Any helps is always appreciate. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
bram.vandersype-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2008-Jan-03 10:22 UTC
Re: Why IE always close?
The actual window closes??? Give some more information about your system: what OS are you on, which sites close, which version of IE are you using etc. I doubt this will be a Prototype related problem but rather a problem on your end. On Jan 3, 5:37 am, Sophy <ungso...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > Does anyone know why IE close when I open the sites that use Prototype > framework? It is not always close. Some IEs do not close, but some > close. > > Any helps is always appreciate.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
i have seen this problem with ''dom:loaded'' and IE6, forcing me to go back to body onloaded. its actually IE6 problem, and prototype is trying its best not to trigger them, but sometimes it fails. On Jan 3, 2008 3:52 PM, bram.vandersype-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <bram.vandersype-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > The actual window closes??? > Give some more information about your system: what OS are you on, > which sites close, which version of IE are you using etc. > > I doubt this will be a Prototype related problem but rather a problem > on your end. > > > On Jan 3, 5:37 am, Sophy <ungso...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hi, > > > > Does anyone know why IE close when I open the sites that use Prototype > > framework? It is not always close. Some IEs do not close, but some > > close. > > > > Any helps is always appreciate. > > >-- Surendra Singhi http://ssinghi.kreeti.com, http://www.kreeti.com --~--~---------~--~----~------------~-------~--~----~ 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 Sophy, I am also getting the same issue. my IE got crashed and closed whenever i opened my page which is having the import on prototype.js. But this is working in Firefox. did you get the solution? if yes please let me know. Thanks, - Thamizharasu S On Jan 3, 3:22 pm, "bram.vanders...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <bram.vanders...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> The actual window closes??? > Give some more information about your system: what OS are you on, > which sites close, which version of IE are you using etc. > > I doubt this will be a Prototype related problem but rather a problem > on your end. > > On Jan 3, 5:37 am, Sophy <ungso...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi, > > > Does anyone know why IE close when I open the sites that use Prototype > > framework? It is not always close. Some IEs do not close, but some > > close. > > > Any helps is always appreciate.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Surendra, you''re probably trying to modify the dom before the dom is fully loaded. Are you getting an "Operation aborted" alert? http://clientside.cnet.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/ -Nicolas On Jan 3, 2008 10:47 AM, Surendra <singhi.surendra-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > i have seen this problem with ''dom:loaded'' and IE6, forcing me to go > back to body onloaded. > > its actually IE6 problem, and prototype is trying its best not to > trigger them, but sometimes it fails. > > > On Jan 3, 2008 3:52 PM, bram.vandersype-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > <bram.vandersype-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > The actual window closes??? > > Give some more information about your system: what OS are you on, > > which sites close, which version of IE are you using etc. > > > > I doubt this will be a Prototype related problem but rather a problem > > on your end. > > > > > > On Jan 3, 5:37 am, Sophy <ungso...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi, > > > > > > Does anyone know why IE close when I open the sites that use Prototype > > > framework? It is not always close. Some IEs do not close, but some > > > close. > > > > > > Any helps is always appreciate. > > > > > > > > > -- > Surendra Singhi > http://ssinghi.kreeti.com, http://www.kreeti.com > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 Jan 3, 2008 9:04 PM, Nicolás Sanguinetti <godfoca-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Surendra, you''re probably trying to modify the dom before the dom is > fully loaded. Are you getting an "Operation aborted" alert? > http://clientside.cnet.com/code-snippets/manipulating-the-dom/ie-and-operation-aborted/Yep! This is the cause. Thanks!> > -Nicolas > > On Jan 3, 2008 10:47 AM, Surendra <singhi.surendra-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > i have seen this problem with ''dom:loaded'' and IE6, forcing me to go > > back to body onloaded. > > > > its actually IE6 problem, and prototype is trying its best not to > > trigger them, but sometimes it fails. > > > > > > On Jan 3, 2008 3:52 PM, bram.vandersype-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > > <bram.vandersype-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > The actual window closes??? > > > Give some more information about your system: what OS are you on, > > > which sites close, which version of IE are you using etc. > > > > > > I doubt this will be a Prototype related problem but rather a problem > > > on your end. > > > > > > > > > On Jan 3, 5:37 am, Sophy <ungso...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > Hi, > > > > > > > > Does anyone know why IE close when I open the sites that use Prototype > > > > framework? It is not always close. Some IEs do not close, but some > > > > close. > > > > > > > > Any helps is always appreciate. > > > > > > > > > > > > > > > -- > > Surendra Singhi > > http://ssinghi.kreeti.com, http://www.kreeti.com > > > > > > > > > > > > > >-- Surendra Singhi http://ssinghi.kreeti.com, http://www.kreeti.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---