Opened 15 years ago
Closed 15 years ago
#3388 closed defect (fixed)
isDebug does not work in xdomain case with non-firefox browsers
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Loader | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Since firebuglight wants to load an HTML file, and communicate with it, this fails in the xdomain loading case. Ugh. Need to figure out how to fix this. I can put in a djConfig that would give a local path to the file, but it makes testing the existing dojo pages hard to do, since none of them define that property, and I don't want to try to enforce that.
Note: See
TracTickets for help on using
tickets.
(In [9113]) Fixes #3388: Converted firebug lite to work as a div in the page instead of an iframe. Now usable in xdomain cases.