#13611 closed defect (fixed)
mobile-demo-test.html broken
Reported by: | bill | Owned by: | Chris Mitchell |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX MVC | Version: | 1.6.1 |
Keywords: | dohfail | Cc: | |
Blocked By: | Blocking: |
Description
On IE8 I get many errors on this test. On chrome/win it just hangs for me.
I tried reverting to [25530] but same problem, or even worse.
Attachments (2)
Change History (7)
comment:1 Changed 10 years ago by
Changed 10 years ago by
Attachment: | 13611-dojox-patch.txt added |
---|
This patch has updates for the dojox/mvc/tests/demo with updates for async testing and I changed to use dojo/parser instead of dojox/mobile/parser until I figure out what is wrong on IE with the mobile parser.
Changed 10 years ago by
Attachment: | 13611-demos-patch.txt added |
---|
This patch has updates for the demos/mobileMvc demo with updates for async testing and I changed to use dojo/parser instead of dojox/mobile/parser until I figure out what is wrong on IE with the mobile parser.
comment:2 Changed 10 years ago by
Owner: | changed from rahul to Chris Mitchell |
---|
comment:5 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
I have been working on this, and I am not sure why, but the call to dojox.mobile.parser.parse(); in src.js is failing. If I change the call to dojo.parser.parse(); it works as it had in the past. I will continue to investigate it.