[Proto-Scripty] Re: Ajax.Updater output garbled only on iPhone first load

2012-04-04 Thread Victor
Is the response header `Content-Type` always properly set? (e.g. Content-Type: text/html;charset=UTF-8) -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To view this discussion on the web visit

[Proto-Scripty] RE: Ajax.Updater output garbled only on iPhone first load

2012-04-04 Thread Brian Marquis
This turned out to be a page loading/timing issue. The original poster resolved it by switching from document.observe('dom:loaded… to Event.observe(window,'load'… Brian Marquis | Quotepro® | Senior Developer | mailto:b...@quotepro.com b...@quotepro.com | Phone: 312.654.8045 x122 / Fax:

[Proto-Scripty] Re: Ajax.Updater output garbled only on iPhone first load

2012-04-04 Thread Junkshops
On Apr 4, 8:49 am, Brian Marquis br...@quotepro.com wrote: This turned out to be a page loading/timing issue. The original poster resolved it by switching from document.observe('dom:loaded… to Event.observe(window,'load'… Yes, thanks very much to Brian for helping me resolve the garbled