Skip to main content

Bug Tracker

Side navigation

#5529 closed bug (fixed)

Opened November 18, 2009 08:45AM UTC

Closed January 05, 2010 03:58PM UTC

ajaxSettings.xhr not correct on Windows Mobile phone

Reported by: edgars.sults Owned by:
Priority: minor Milestone: 1.4
Component: ajax Version: 1.4a2
Keywords: XMLHttpRequest, xhr:function(), opera, widget platform Cc:
Blocked by: Blocking:
Description

I was building a widget for an MDA Compact V which runs WM 6.1 and the T-Mobile widget platform. jQuery couldn't return the XMLHttpRequest object correctly from xhr:function() (returned undefined). I had to change it to always prefer XMLHttpRequest if possible. Currently it prefers to return an ActiveXObject("Microsoft.XMLHTTP") because of some IE7 issue. That fixed the error I was having. I think the widget platform is running some kind of Opera version.

Attachments (0)
Change History (3)

Changed December 10, 2009 03:48AM UTC by dmethvin comment:1

summary: XMLHttpRequest object not returned correctly on Windows Mobile phoneajaxOptions.xhr not correct on Windows Mobile phone

Changed December 10, 2009 03:56AM UTC by dmethvin comment:2

summary: ajaxOptions.xhr not correct on Windows Mobile phoneajaxSettings.xhr not correct on Windows Mobile phone

See related tickets #2849, #3623, #5338 when fixing this.

Changed January 05, 2010 03:58PM UTC by john comment:3

resolution: → fixed
status: newclosed
version: 1.3.21.4a2