[Prototype-core] IE not updating div element working fine in FF

2007-11-14 Thread kavan
JSP file code snippet: Code: ( html4strict ) 1. div id=adapterList style=display:none 2. center 3. h5 Adapter Selection/h5 4.

[Prototype-core] Re: IE not updating div element working fine in FF

2007-11-14 Thread Tobie Langel
Hi, Please use something like http://pastie.caboo.se/ to paste code as it's just unreadable like that. Also, please post assistance requests to the spinoffs mailing list http://groups-beta.google.com/group/rubyonrails-spinoffs. This list is for development purposes only. Thanks! Tobie On

[Prototype-core] Re: Ticket 10030 - is Ajax.Request.success() broken?

2007-11-14 Thread Ken Snyder
Tobie Langel wrote: ... Regarding the file protocol issue, that's easy: window.location.protocol is all you need as per SOP. But what about http pages accessing files? I was under the impression that this is the prime testing situation. Just discussed the other points with Andrew.

[Prototype-core] Re: Ticket 10030 - is Ajax.Request.success() broken?

2007-11-14 Thread Tobie Langel
Ken, sorry if my last comment sounded a bit harsh - really wasn't my intention. Thanks again for your work on this, it really, really helped. Best, Tobie On Nov 14, 7:22 pm, Tobie Langel [EMAIL PROTECTED] wrote: But what about http pages accessing files? I was under the impression that