Opened 11 years ago
Closed 11 years ago
#13647 closed defect (fixed)
[patch] making dojo/_base/xhr baseless
Reported by: | zhangyp | Owned by: | bill |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | Core | Version: | 1.7.0b1 |
Keywords: | Cc: | Chris Mitchell | |
Blocked By: | Blocking: |
Description
This patch makes dojo/_base/xhr baseless and depend on minimal modules. It passed unit test dojo/tests/_base/xhr.js after the patch was applied.
Attachments (2)
Change History (8)
Changed 11 years ago by
comment:1 Changed 11 years ago by
Owner: | set to bill |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 11 years ago by
Priority: | normal → highest |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
After this patch, it seems all tests throw an exception on IE8 and 9. For example:
dojo/tests/_base/abs.html
comment:4 Changed 11 years ago by
I have fixed the missing "on" dependency for IE. It passed dojo/tests/_base/xhr.js on ie9. I have not ie8 to have a try on. Doug, would you have a try on IE8 and commit the patch if it passed on ie8?
comment:6 Changed 11 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
In [26148]: