Hi, i am new to ajax and new to script.aculo.us. I created a blog, http://www.zorpal.com/blog/, using some of the script.aculo.us features and commands. My sites works great in firefox, which everyone should be using, but if you open it in IE it kills it. It only kills it after a script.aculo.us motion has been called and finishs it''s execution. i really like the layout and the visual action but i don''t get why it isn''t working. I have the newest script.aculo.us and prototype lib''s. If anyone has any ideas i would love to hear them i am confounded and confused. and lost. thanks in advance -- ================================Bennington V. Purcell -- Integrated Technology Solutions --- Bennington.Purcell-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Bpurcell-TS4mGoJIzIA@public.gmane.org ================================ _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
Are you using any Ajax requests? I ran into a similar problem when making Ajax requests with IE. I was able to resolve it by explicitly setting the content type (the application was written in J2EE) to "text/html" instead of the default being sent "text/html; encoding=utf-8". The latter causes IE to hang. On 1/18/06, Bennington Purcell <bennington.purcell-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, i am new to ajax and new to script.aculo.us. I created a blog, > http://www.zorpal.com/blog/, using some of the script.aculo.us features and > commands. My sites works great in firefox, which everyone should be using, > but if you open it in IE it kills it. It only kills it after a > script.aculo.us motion has been called and finishs it''s execution. i really > like the layout and the visual action but i don''t get why it isn''t working. > I have the newest script.aculo.us and prototype lib''s. > > If anyone has any ideas i would love to hear them > > i am confounded and confused. and lost. > > thanks in advance > > -- > ================================> Bennington V. Purcell > > -- Integrated Technology Solutions --- > > Bennington.Purcell-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > Bpurcell-TS4mGoJIzIA@public.gmane.org > ================================> > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs > > >
> Are you using any Ajax requests? I ran into a similar problem when > making Ajax requests with IE. I was able to resolve it by explicitly > setting the content type (the application was written in J2EE) to > "text/html" instead of the default being sent "text/html; > encoding=utf-8". The latter causes IE to hang. >I have utf-8 encoded pages using scriptaculous and ajax, and they don''t crash IE. So, I''m not sure that is necessarily the issue. I''m assuming you mean the page that makes the requests is text/html, because the responses should be text/xml. Greg
Do you have Textwares Quickfind BHO installed ? <http://wrath.rubyonrails.org/pipermail/rails-spinoffs/2005-August/000318.ht ml> Matt> -----Original Message----- > From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On > Behalf Of Gregory Hill > Sent: 18 January 2006 18:12 > To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > Subject: RE: [Rails-spinoffs] script.aculo.us killing IE > > > > Are you using any Ajax requests? I ran into a similar problem when > > making Ajax requests with IE. I was able to resolve it by > explicitly > > setting the content type (the application was written in J2EE) to > > "text/html" instead of the default being sent "text/html; > > encoding=utf-8". The latter causes IE to hang. > > > > I have utf-8 encoded pages using scriptaculous and ajax, and > they don''t crash IE. So, I''m not sure that is necessarily > the issue. I''m assuming you mean the page that makes the > requests is text/html, because the responses should be text/xml. > > Greg > _______________________________________________ > Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >*********************************************************************************** The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered Office: 36 St Andrew Square, Edinburgh EH2 2YB. Authorized and regulated by the Financial Services Authority This e-mail message is confidential and for use by the addressee only. If the message is received by anyone other than the addressee, please return the message to the sender by replying to it and then delete the message from your computer. Internet e-mails are not necessarily secure. The Royal Bank of Scotland plc does not accept responsibility for changes made to this message after it was sent. Whilst all reasonable care has been taken to avoid the transmission of viruses, it is the responsibility of the recipient to ensure that the onward transmission, opening or use of this message and any attachments will not adversely affect its systems or data. No responsibility is accepted by The Royal Bank of Scotland plc in this regard and the recipient should carry out such virus and other checks as it considers appropriate. Visit our websites at: http://www.rbos.com http://www.rbsmarkets.com ********************************************************************************
> Do you have Textwares Quickfind BHO installed ? > > <http://wrath.rubyonrails.org/pipermail/rails-spinoffs/2005- > August/000318.html>I''m fairly sure I don''t have that installed and his page crashes my IE as well. My own pages do not, though, so I''m guessing it''s some combination of elements that is causing it for his page. I have used many of the scriptaculous effects on various pages of my own, all utf-8 encoded, and none of them crash IE like his page does. Not that that really helps find the problem. Just ruling out that it''s a common issue with scriptaculous and IE. Greg
Just FYI, but this shows up in my Firefox javascript console: Error: The stylesheet http://zorpal.com/blog/wp-content/themes/double/misc/yellow.css was not loaded because its MIME type, "text/html", is not "text/css". Source File: http://www.zorpal.com/blog/ Line: 0 So, it might be that IE crashes because of that. Doubtful, but worth a look. Greg _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
There is a known bug with I believe 6.0 versions of IE. If the XHR response header shows this: Content-Type: text/html; charset=ISO-8859-1 You are good to go. If the response header shows this, however: Content-Type: text/html;ISO-8859-1; charset=ISO-8859-1 IE will crash and burn horribly. Actually it''ll just lock up. By default Tomcat was spitting that out for the content type. It wasn''t until I put in <%@ page contentType="text/html" %> did the problem go away. However, having said that, it sounds like its a different problem that is being encountered here. On 1/18/06, Gregory Hill <Gregory_Hill-l9nu40+TWxQ@public.gmane.org> wrote:> > I have utf-8 encoded pages using scriptaculous and ajax, and they don''t > crash IE. So, I''m not sure that is necessarily the issue. I''m assuming > you mean the page that makes the requests is text/html, because the > responses should be text/xml. > > Greg > _______________________________________________
my page seems to validate (almost) so i don''t think it is the div or layout methods But it dies RIGHT after my actions take place. I don''t have any ajax or anything, it is just a wordpress blog that i made. basic html page with onclick calls to slide functions On 1/18/06, Kenneth Lee <klee-V4T3VnvIyc0@public.gmane.org> wrote:> > There is a known bug with I believe 6.0 versions of IE. > > If the XHR response header shows this: > Content-Type: text/html; charset=ISO-8859-1 > You are good to go. > > If the response header shows this, however: > Content-Type: text/html;ISO-8859-1; charset=ISO-8859-1 > > IE will crash and burn horribly. Actually it''ll just lock up. > > By default Tomcat was spitting that out for the content type. It > wasn''t until I put in > <%@ page contentType="text/html" %> did the problem go away. > > However, having said that, it sounds like its a different problem that > is being encountered here. > > On 1/18/06, Gregory Hill <Gregory_Hill-l9nu40+TWxQ@public.gmane.org> wrote: > > > > I have utf-8 encoded pages using scriptaculous and ajax, and they don''t > > crash IE. So, I''m not sure that is necessarily the issue. I''m assuming > > you mean the page that makes the requests is text/html, because the > > responses should be text/xml. > > > > Greg > > _______________________________________________ > _______________________________________________ > Rails-spinoffs mailing list > Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs >-- ================================Bennington V. Purcell -- Integrated Technology Solutions --- Bennington.Purcell-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Bpurcell-TS4mGoJIzIA@public.gmane.org ================================ _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs