Ticket #8048 (closed defect: fixed)
Firebug lite broken in 1.2.1 release
| Reported by: | mcbenton | Owned by: | jburke |
|---|---|---|---|
| Priority: | high | Milestone: | 1.2.2 |
| Component: | Core | Version: | 1.2.0 |
| Severity: | major | Keywords: | |
| Cc: |
Description
Downloaded this release:
http://download.dojotoolkit.org/release-1.2.1/dojo-release-1.2.1.tar.gz
Created a basic page with djConfig="isDebug:true" and in IE7 and Safari when you click on the DOM button in the debug console you get an error:
consoleDomInspector is undefined (in IE) Can't find variable: consoleDomInspector (in Safari)
It looks like somehow the build process didn't shrink the variables in dojo/_firebug/firebug.js (line 107).
I tried a custom build with the same code base (http://download.dojotoolkit.org/current-stable/dojo-release-1.2.1-src.tar.gz) and this problem didn't occur.
Change History
Note: See
TracTickets for help on using
tickets.