[Prototype-core] Re: *Bug* - transport.responseJSON doesn't work with konqueror

2007-10-08 Thread [EMAIL PROTECTED]

Okay, I have assigned a ticked for this:
http://dev.rubyonrails.org/ticket/9824

Hope that helps even more
Luke

On Oct 8, 10:00 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> hey there, thanks for responding so promptly :)
>
> Tobie, I have tried to use t.getHeader('Content-type'); but returns
> undefined, and I have tried this with a plain Ajax.Request Object and
> still is the same for it... So yeah, the fact that it cannot get the
> response type means that it doesn't know that it should process it as
> json. I'll see if I can post a bug report on it now
>
> Luke
>
> On Oct 8, 12:40 am, Tobie Langel <[EMAIL PROTECTED]> wrote:
>
> > Hi Luke,
>
> > Thanks for the info.
>
> > Mind opening a bug report for it ? That would be really helpful.
>
> > Have you run the test suite on Konqueror, any ajax related tests
> > failing ?
>
> > I'm suspecting it might be an issue with the content headers, could
> > you please let me know what you get for the following:
>
> > t.getHeader('Content-type')
>
> > Thanks,
>
> > Tobie


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[Prototype-core] Re: *Bug* - transport.responseJSON doesn't work with konqueror

2007-10-08 Thread [EMAIL PROTECTED]

hey there, thanks for responding so promptly :)

Tobie, I have tried to use t.getHeader('Content-type'); but returns
undefined, and I have tried this with a plain Ajax.Request Object and
still is the same for it... So yeah, the fact that it cannot get the
response type means that it doesn't know that it should process it as
json. I'll see if I can post a bug report on it now

Luke

On Oct 8, 12:40 am, Tobie Langel <[EMAIL PROTECTED]> wrote:
> Hi Luke,
>
> Thanks for the info.
>
> Mind opening a bug report for it ? That would be really helpful.
>
> Have you run the test suite on Konqueror, any ajax related tests
> failing ?
>
> I'm suspecting it might be an issue with the content headers, could
> you please let me know what you get for the following:
>
> t.getHeader('Content-type')
>
> Thanks,
>
> Tobie


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[Prototype-core] Re: IE bug still there..

2007-10-08 Thread Ihárosi Wiktor

On 10/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> should be
>
> 4014: "src='http://javascript:void(0)'><\/script>");
>
> I forget what brings up the error but.. :) fix! <#3

no :) there is no javascript and http at all.
this it the right way to work with https. (afaik)

it should be as dean wrote:

  "@MSIE.+win": {
init: function() {
  this.base();
  // Matthias Miller/Mark Wubben/Paul Sowden/Me
  document.write("

[Prototype-core] IE bug still there..

2007-10-08 Thread [EMAIL PROTECTED]

I couldn't find the previous thread I created about this, someone
posted a good solution I believe but at least:

4014: "src='://javascript:void(0)'><\/script>");

should be

4014: "src='http://javascript:void(0)'><\/script>");

I forget what brings up the error but.. :) fix! <#3


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---