Closed Bug 768485 Opened 12 years ago Closed 12 years ago

Some tools should be mutually exclusive

Categories

(DevTools :: General, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: paul, Unassigned)

References

Details

With the developer toolbar coming, we have direct access to 4 tools. 3 of them can (or will be able to) be opened below the browser (webconsole, debugger, style editor). And the inspector (4th tool) can open a Tree View that is too below the browser.

(web console will be moved by default below the browser - bug 764545 - and we are working on docking the style editor - bug 707906)

So we can get 4 boxes right under the browser.

I think we should have only one slot below the browser, and any tool that needs this slot needs to close the previous tool.
Generally, this is probably a reasonable idea. Some of the specifics get interesting:

- People like to be able to open the web console concurrently with other tools (Firebug and Chrome both offer this)

- If you have the Page Inspector with the HTML view open, and click the Debugger button, what happens? Does the Page Inspector close, or does the HTML view get replaced with the Debugger but the rest of the Inspector stays open? (If we have a view of event handlers attached to the element, does this behavior change?)

It seems like people don't simultaneously work on their designs and debug JavaScript code, but things like an event handler view make this a little blurrier since an element needs to be selected as part of the workflow.

I've cc'ed Brian Dils here for his input
Blocks: 782593
Not relevant anymore.

Bug triage, filter on PINKISBEAUTIFUL
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.