Login Register

Firebug

1.2.0 Firebug fails in IE, Safari, Opera

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

Charting don't working under Firefox 3

With Firefox 3 (tested v. 3.0.1) charting don't works. Also the simple test:

http://download.dojotoolkit.org/release-0.4.3/dojo-0.4.3-src/tests/chart...

It seems that SVG support is not properly detected: variable dojo.render.svg.capable stores false instead of true.

Of course the solution is simple:

if (isFirefox3)
{
    dojo.render.svg.capable = true;
}

Someone can help me to patch this bug? Where, in code, the browser is detected? Where I can apply the above patch?

firebug "console" feature on IE with Companion.JS

Hi,

I have developed an IE extension which implements the firebug "console" feature under IE : Companion.JS (http://www.my-debugbar.com/wiki/CompanionJS/HomePage) (free tool).

The "console" is implemented as a C++ object injected into the IE window object.
So using "console.log('test')" is working, but the syntax "if (console['log'])" or "if (console.log)" is not working and generates a javascript error.

A possible syntax that is working is "if ("log" in console)". The test for "window.console" is working anyway :

"if (window.console)" is working.

Firebug and dojo 1.1.0

I'm crossposting this:
http://groups.google.com/group/firebug/browse_frm/thread/605d4f79e9704a7...

Maybe a dojo expert could explain what is changed from 1.0.2 to 1.1.0 which causes this behaviour.
Thanks.

Expanding Firebug pane causes entire page to disappear

Am I the only one experiencing this? Every time I expand the Firebug pane in Firefox on a page, all content areas will disappear it seems if the Firebug pane is taking up more screen space than the tallest content area on the page. Resizing browser window won't help redraw, either.

Custom widget code not loading on firebug Dojo 0.9

Hello,

I am now converting one project from Dojo 0.4.3 to 0.9. We have custom widgets that when we were using 0.4 version, the code was loading in the Firebug. However, now that I have started to convert to 0.9, the Firebug doesn't load that code in it's Scrip tab. I wanted to debug our custom widget. Any idea how to do that?

It is similar to this post: http://dojotoolkit.org/forum/cannot-get-debug-work -- second last post by victordoss from 10/15/07.

I am using Firefox 2.0.0.9 and the latest Firebug 1.05.

Thanks in advance.

hmehta

Syndicate content