Skip to main content

Bug Tracker

Side navigation

#8250 closed bug (fixed)

Opened February 11, 2011 05:42PM UTC

Closed February 11, 2011 08:26PM UTC

Last modified March 09, 2012 10:56AM UTC

ajax does not work in opera 10 widgets

Reported by: gr1b0k@gmail.com Owned by:
Priority: low Milestone: 1.5.1
Component: ajax Version: 1.5
Keywords: Cc:
Blocked by: Blocking:
Description

1.4.1 works nice, but 1.5 has some special checks for crossdomain support or something else

Attachments (0)
Change History (3)

Changed February 11, 2011 08:26PM UTC by jitter comment:1

component: unfiledajax
milestone: 1.next1.5.1
priority: undecidedlow
resolution: → fixed
status: newclosed

Thanks for taking the time to contribute to the jQuery project by writing a bug report.

Already fixed for 1.5.1.

Changeset: 7eba4b76dfb4dde3b514281d614d7ac4fedc0289

Changed February 11, 2011 11:18PM UTC by jaubourg comment:2

If you want to do cross-domain requests while the xhr implementation doesn't support cors, you can try and set jQuery.support.cors to true.

Changed February 12, 2011 07:35AM UTC by gr1b0k@gmail.com comment:3

Thank you, jaubourg!