Opened 8 years ago
Closed 5 years ago
#16232 closed defect (worksforme)
dojox/analytics fails when using dojo/request/script with tests
Reported by: | dylan | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.11 |
Component: | Dojox | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dojox/analytics is failing to work when using dojo/request/script rather than dojo/request.
Error message in FF:
SyntaxError?: invalid label [Break On This Error]
{"eventsReceived": "1", "id": "1"}
dojoxA...0153620 (line 1, col 1)
I've tried various approaches of adding handleAs to make it handle JSON, etc., without success.
Change History (4)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Milestone: | 1.9 → 1.10 |
---|
Bumping this ticket since we are past the deadline for the 1.9RC. The fix can be put into 1.9.1 too, if desired.
comment:3 Changed 7 years ago by
Milestone: | 1.10 → 1.11 |
---|---|
Owner: | changed from Bryan Forbes to dylan |
Status: | new → assigned |
comment:4 Changed 5 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
These seems to be working fine when testing dojox/analytics/tests/test_analytics-async.html, as long as you change the analyticsUrl to be something on the same domain.
is it related to my comment on #16229?