Re: [symfony-users] Re: IE8 and isXmlHttpRequest

2010-09-08 Thread Gareth McCumskey
, and not a symfony bug. Regards -Original Message- From: Gábor Fási maerl...@gmail.com Sent: mercredi 1 septembre 2010 12:25 To: symfony-users@googlegroups.com Subject: Re: [symfony-users] Re: IE8 and isXmlHttpRequest If you check

[symfony-users] Re: IE8 and isXmlHttpRequest

2010-09-07 Thread Dennis
-Original Message- From: Gábor Fási maerl...@gmail.com Sent: mercredi 1 septembre 2010 12:25 To: symfony-users@googlegroups.com Subject: Re: [symfony-users] Re: IE8 and isXmlHttpRequest If you check the code of isXmlHttpRequest, you'll see

[symfony-users] Re: IE8 and isXmlHttpRequest

2010-09-02 Thread HAUSa
the needed one, and not a symfony bug. Regards -Original Message- From: Gábor Fási maerl...@gmail.com Sent: mercredi 1 septembre 2010 12:25 To: symfony-users@googlegroups.com Subject: Re: [symfony-users] Re: IE8 and isXmlHttpRequest If you check the code

[symfony-users] Re: IE8 and isXmlHttpRequest

2010-09-02 Thread HAUSa
, and not a symfony bug. Regards -Original Message- From: Gábor Fási maerl...@gmail.com Sent: mercredi 1 septembre 2010 12:25 To: symfony-users@googlegroups.com Subject: Re: [symfony-users] Re: IE8 and isXmlHttpRequest If you check the code

[symfony-users] Re: IE8 and isXmlHttpRequest

2010-09-01 Thread HAUSa
Yes, but is there someone who can reproduce this? Seems like a Symfony bug...! On 31 aug, 20:33, Stéphane stephane.er...@gmail.com wrote: Compare the http request headers of the firefox's xhr over the ie8's one Before Printing, Think about Your Environmental Responsibility! Avant d'Imprimer,

Re: [symfony-users] Re: IE8 and isXmlHttpRequest

2010-09-01 Thread Gábor Fási
If you check the code of isXmlHttpRequest, you'll see it is very simple: return ($this-getHttpHeader('X_REQUESTED_WITH') == 'XMLHttpRequest'); So check if your javascript code sets that header, also check if it actually gets sent. On Wed, Sep 1, 2010 at 12:11, HAUSa

RE: [symfony-users] Re: IE8 and isXmlHttpRequest

2010-09-01 Thread Benoit Montuelle
-Original Message- From: Gábor Fási maerl...@gmail.com Sent: mercredi 1 septembre 2010 12:25 To: symfony-users@googlegroups.com Subject: Re: [symfony-users] Re: IE8 and isXmlHttpRequest If you check the code of isXmlHttpRequest, you'll see it is very simple: return ($this-getHttpHeader

Re: [symfony-users] Re: IE8 and isXmlHttpRequest

2010-09-01 Thread Gábor Fási
Fási maerl...@gmail.com Sent: mercredi 1 septembre 2010 12:25 To: symfony-users@googlegroups.com Subject: Re: [symfony-users] Re: IE8 and isXmlHttpRequest If you check the code of isXmlHttpRequest, you'll see it is very simple:    return ($this-getHttpHeader('X_REQUESTED_WITH

[symfony-users] Re: IE8 and isXmlHttpRequest

2010-09-01 Thread HAUSa
code overwriting all http header instead of adding the needed one, and not a symfony bug. Regards -Original Message- From: Gábor Fási maerl...@gmail.com Sent: mercredi 1 septembre 2010 12:25 To: symfony-users@googlegroups.com Subject: Re: [symfony-users] Re: IE8

Re: [symfony-users] Re: IE8 and isXmlHttpRequest

2010-09-01 Thread Gustavo Adrian
:25 To: symfony-users@googlegroups.com Subject: Re: [symfony-users] Re: IE8 and isXmlHttpRequest If you check the code of isXmlHttpRequest, you'll see it is very simple: return ($this-getHttpHeader('X_REQUESTED_WITH') == 'XMLHttpRequest'); So check if your javascript code

[symfony-users] Re: IE8 and isXmlHttpRequest

2010-09-01 Thread HAUSa
septembre 2010 12:25 To: symfony-users@googlegroups.com Subject: Re: [symfony-users] Re: IE8 and isXmlHttpRequest If you check the code of isXmlHttpRequest, you'll see it is very simple:    return ($this-getHttpHeader('X_REQUESTED_WITH') == 'XMLHttpRequest'); So check if your