Closed
Bug 592003
Opened 14 years ago
Closed 12 years ago
Web Console Should Activate When Panorama is Shown
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: aza, Unassigned)
Details
(Whiteboard: [panorama] [console-3])
Steps to reproduce:
(1) Go the Panorama
(2) Attempt to open the Web Console
(3) Nothing happens
What should happen is the Web Console should be shown so that we can debug new features, have extension authors able to easily introspect and debug their Panorama extensions, and that we can show off the awesomeness of HTML.
Ddahl thinks that it is simply because we don't have the right DOM structure. He'll write more soon.
Comment 1•14 years ago
|
||
I'm thinking we need to support new configuration options that manually set the scope and parent DOM node for the console to activate in.
Reporter | ||
Updated•14 years ago
|
Whiteboard: [tabcandy]
Comment 2•14 years ago
|
||
The only issue I can see to make this not work is that you are using an iframe and not a browser element as the "root" of panorama's DOM.
The console is pretty welded to that paradigm: browser->document or window->document. I'll have to experiment with passing in the iframe as the "contentWindow".
Updated•14 years ago
|
Whiteboard: [tabcandy] → [kd4b7] [tabcandy]
Updated•14 years ago
|
Whiteboard: [kd4b7] [tabcandy] → [tabcandy]
Updated•14 years ago
|
Whiteboard: [tabcandy] → [panorama]
Comment 3•14 years ago
|
||
not likely to get this for fx4, but we're talking about rebuilding the console using the addon-sdk and provide a globally-scoped console in the process. That should hopefully fulfill this requirement.
Comment 4•14 years ago
|
||
Sounds great. We'll look forward to it, post-fx4.
Updated•14 years ago
|
Target Milestone: --- → Future
Comment 5•14 years ago
|
||
Chrome errors aren't shown in the Web Console afaik. As such, this bug is invalid and useless...
Updated•14 years ago
|
Whiteboard: [panorama] → [panorama] [console-3]
Comment 6•12 years ago
|
||
this will be fixed by a global console.
Status: NEW → RESOLVED
Closed: 12 years ago
Component: Developer Tools → Developer Tools: Console
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•