Opened 13 years ago
Closed 13 years ago
#5529 closed bug (fixed)
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.
Change History (3)
comment:1 Changed 13 years ago by
Summary: | XMLHttpRequest object not returned correctly on Windows Mobile phone → ajaxOptions.xhr not correct on Windows Mobile phone |
---|
comment:2 Changed 13 years ago by
Summary: | ajaxOptions.xhr not correct on Windows Mobile phone → ajaxSettings.xhr not correct on Windows Mobile phone |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 1.3.2 → 1.4a2 |
Note: See
TracTickets for help on using
tickets.
See related tickets #2849, #3623, #5338 when fixing this.