Ticket #6588 (closed defect: fixed)
Firebug / Firebug-lite incompatibility: Firebug-lite initializes even on Firefox
| Reported by: | bill | Owned by: | mwilcox |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | General | Version: | 1.1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Posted description here but cross-referencing into this ticket since dojo has it's own version of firebug.
===
I'm seeing a lot of crashes with the latest Firebug and Firefox and trying to trace them down now. The first red flag I noticed is that Firebug-light is initializing on Firefox. (It should only initialize on IE/safari/etc.)
See the original firebug lite (first line) or our modified version (line 61) .... it branches on:
if (!("console" in window) || !("firebug" in console)) {
... the problem is that console.firebug is not defined (anymore?), even though firebug is installed and running.
===
Change History
Note: See
TracTickets for help on using
tickets.