Whoops, didn't reply to the list on that last one.

So anyways, a few suggestions I came up with...

Make sure your /board/report.html is returning an appropriate doctype. IE
is rendering that page in quirks mode, which may be an issue since it's
trying to embed it inside of Fancybox.

I was hoping maybe forcing it to POST instead of GET might work better,
based on a SO comment I saw, but I couldn't easily get it to do that by
adding ajax : { type: 'POST' } to the fancybox construct. Might be worth a
try.

Not ideal, but try setting the type option on Fancybox to iframe instead of
ajax -- that way the resulting page is loaded inside of a frame instead of
being added to the DOM. I tested it by overriding the type from the console
and it worked, albeit a bit ugly...


On Wed, Jun 19, 2013 at 3:02 PM, Michael Jones <[email protected]> wrote:

> I'm seeing the same behavior in IE 9, though without the error in the
> console, so I'm not so sure it's a cross-domain issue. Are you sure the
> allowed domain error isn't coming from one of the ads on the page? That's a
> common issue.. I'm getting an invalid character error right now from one of
> them, but no domain complaints.
>
> There is a bit of a mysterious but semi-known issue with IE having
> problems with AJAX connections when the server returns connection:
> keep-alive, but with higher traffic I don't think I'd want to disable that
> just to appease IE.
>
> The thing that bugs me is I'm not seeing any request or response data at
> all on that request, so as Brian mentioned it might not hurt to test with a
> different version of jQuery if you can to see if it's been addressed.
>
>
> On Wed, Jun 19, 2013 at 12:34 PM, Steve Meyers <[email protected]>wrote:
>
>> On 6/19/13 12:19 PM, Brian J. Rogers wrote:
>> > What version or versions of IE are you seeing this problem in? Could be
>> > that jQuery 2.x is being used which deprecated IE 8and below.
>>
>> This is with IE 10, and it's only jQuery 1.8.3.  I've looked at the IE
>> console, and it's definitely giving an error about not being an allowed
>> domain.
>>
>> Steve
>>
>> _______________________________________________
>>
>> UPHPU mailing list
>> [email protected]
>> http://uphpu.org/mailman/listinfo/uphpu
>> IRC: #uphpu on irc.freenode.net
>>
>
>

_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to