Opened 11 years ago
Closed 11 years ago
#11645 closed bug (invalid)
Using xhrFields breaks ajax in IE 6
Reported by: | flowersinthesand | Owned by: | flowersinthesand |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
IE 6 throws an error when some property is set on an instance of ActiveXObject("Microsoft.XMLHTTP"), so that fail callbacks are fired when sending an request with xhrFields option. The error thrown should be swallowed.
Change History (3)
comment:1 Changed 11 years ago by
Owner: | set to flowersinthesand |
---|---|
Status: | new → pending |
comment:2 Changed 11 years ago by
Status: | pending → new |
---|
Never mind this issue, sorry. https://github.com/jquery/jquery/pull/751
comment:3 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
If you're expecting xhrFields to work on IE6 isn't that a problem?