#249 closed defect (fixed)
Dojo Editor does not play well with MochiKit
Reported by: | rvm | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 0.1 |
Keywords: | Dojo compatibility with other libraries | Cc: | |
Blocked By: | Blocking: |
Change History (5)
comment:1 Changed 15 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 15 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Check scripts on the same server -- the result is identical! (I found bug when play thems on my localhost).
comment:3 Changed 15 years ago by
Milestone: | 0.2release → 0.3release |
---|
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
loading Mochi (1.3.1) after Dojo does not exhibit this error in trunk.
Note: See
TracTickets for help on using
tickets.
Dojo expects to reside on the same server as the page that it is being loaded by. This is because we want to be able to avoid kinks with using XMLHttpRequest (it can't go cross-domain).