Opened 11 years ago
Closed 9 years ago
#13757 closed defect (fixed)
dojox/app doesn't run on FF
Reported by: | bill | Owned by: | Ed Chatelain |
---|---|---|---|
Priority: | high | Milestone: | 1.9 |
Component: | DojoX App | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Attachments (2)
Change History (12)
Changed 11 years ago by
Attachment: | screenshot.gif added |
---|
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Summary: | dojox/app completely broken? → dojox/app doesn't run on FF |
---|
comment:3 Changed 11 years ago by
The new transition utility has been applied to run on firefox. Right now the problem is on how to execute js code imported on the view html template page.
comment:4 Changed 11 years ago by
Component: | Dojox → DojoX App |
---|
comment:5 Changed 10 years ago by
add "dojox/mobile/_compat" in the dependencies section and it works now.
comment:6 Changed 10 years ago by
Milestone: | tbd → 1.8 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:7 Changed 10 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Changed 10 years ago by
Attachment: | ffTrunk.gif added |
---|
home button glitchy and other button text wrong color
comment:8 Changed 10 years ago by
Owner: | changed from zhangyp to Ed Chatelain |
---|---|
Status: | reopened → assigned |
comment:9 Changed 10 years ago by
Milestone: | 1.8 → tbd |
---|
comment:10 Changed 9 years ago by
Milestone: | tbd → 1.9 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Sorry I don't know when this was fixed, but it looks fine for me as of 1.9.
Note: See
TracTickets for help on using
tickets.
I need to take a close look at the sample on FF. Currently, the applications are using dojox.mobile controls and it needs to require dojox.mobile.compat to view that sample in FF. Even though with compat mode, it will not look as good as webkit based browsers. The sample applications work well on chrome and safari. I will see whether enabling the compat mode will make it better on firefox.