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 comment:1
summary: | XMLHttpRequest object not returned correctly on Windows Mobile phone → ajaxOptions.xhr not correct on Windows Mobile phone |
---|
Changed December 10, 2009 03:56AM UTC by comment:2
Changed January 05, 2010 03:58PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
version: | 1.3.2 → 1.4a2 |