Opened 9 years ago
Closed 7 years ago
#17536 closed defect (fixed)
dojo-firebug Property Breaks Dojo Loading in Mozilla's XULRunner
Reported by: | jmyszka | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.11 |
Component: | Core | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When Using an application based on XULRunner, whether it be Eclipse's swt browser, a XUL application, etc., if a web page sets dojoConfig.has.dojo-firebug to true, that page will fail to load at all, and will give errors such as the following:
- _1.addOnLoad is not a function
- dojo.require is not a function
- dojo.registerModulePath is not a function
At the very least, this property needs to be ignored for XULRunner browsers.
Change History (2)
comment:1 Changed 7 years ago by
Component: | General → Core |
---|
comment:2 Changed 7 years ago by
Milestone: | tbd → 1.11 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I removed firebug-lite completely for 1.11 so it's fixed there. Possibly in earlier versions too, since I made firebug lite disabled in more places. See #18727.