Ticket #7604 (closed defect: fixed)
Firebug Lite doesn't work when djConfig.popup == true
| Reported by: | mrblakwell | Owned by: | dante |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | Core | Version: | 1.1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
i set debug: true and popup: true in my djConfig attribute on my script tag, and when the firebug window opens, it just has a black background and nothing happens.
unfortunately, i couldn't debug this in firebug :(
but the problem stems from this line in the createFrame method:
djConfig.debugContainerId = 'fb';
at this point, it should be
dojo.config.debugContainerId = 'fb';
Change History
Note: See
TracTickets for help on using
tickets.