I'm brand new here, so please bear with me if I'm in the wrong place or approaching this the wrong way...I upgraded to 1.2.0 and the "new" (to me) firebug console APPEARS in IE Safari and Opera, but clicking on the "DOM" button fails in all three browers because "consoleDomInspector" is undefined. I have tracked the line down do: /dojo/_firebug/firebug.js line 107
},openDomInspector:function(){
_inspectionEnabled=true;
_14.style.display="none";
consoleDomInspector.style.display="block"; <---------------------------------------- ERROR in ie, opera, safari
