#15843 closed defect (wontfix)
dojo/ready is never called when the dojo firebug extension is enabled
Reported by: | Wouter Hager | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | General | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It seems the loadCompatCssFiles function is not called in firefox when firebug is open (Windows 7). I found this to be the case in dojox/mobile/TabBar.
Change History (6)
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
Correction: dojo/ready is never called when the dojo firebug extension is enabled. FF 14.0.1 + firebug 1.10.2 + dojo firebug extension 1.1.4
dontfix...
comment:3 Changed 9 years ago by
You want us to mark this as wontfix? I don't see why dojo/ready wouldn't be called, but OTOH there's no reason to use firebug lite when you can use the real firebug.
comment:4 Changed 9 years ago by
Yes wontfix.
Note that the "dojo firebug extension" is not firebug lite. It runs in firefox. Firebug itself does not pose a problem to dojo/ready, only this extension. Besides being incompatible it causes trouble in the 1.8 release.
comment:5 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Summary: | dojox/mobile/_compat CSS not displaying when firebug is open → dojo/ready is never called when the dojo firebug extension is enabled |
Ah I see, OK thanks. BTW please mark dojox/mobile bugs as the DojoX Mobile component.
comment:6 Changed 9 years ago by
I tested in Firefox 14.0.1 on Windows Seven, using a modified version of dojox/mobile/tests/test_TabBar.html - modified to add a dojo/ready which logs a message to the console. I can confirm the following:
- It works fine with the Firefox extension Firebug 10.2 (the most recent release as of today).
- It does NOT work if, in addition to Firebug, the extension Dojo Firebug 1.1.4 (https://addons.mozilla.org/en-us/firefox/addon/dojofirebugextension/ ) is installed and enabled. That is, the Dojo Firebug extension appears to be broken (does not show anything), and, as reported in this ticket, the regular Firebug console doesn't show the log from dojo/ready anymore.
I think the trouble is simply that the Dojo Firebug extension has not yet been updated to be compatible with the fresh new Dojo 1.8.
I gave a try to Dojo Firebug 1.1.5b1 - the most beta recent available from https://getfirebug.com/releases/dojofirebugextension/1.8/, and it didn't work either. This beta is from May 20th, that is before the Dojo 1.8 final release. I guess we have to wait for a new Dojo Firebug release. In the meantime, just disable/remove it from your Firefox.
It seems _compat module is never loaded when firebug is open.