Closed
Bug 708214
Opened 13 years ago
Closed 12 years ago
Implement a generic docking module for page-centric developer tools
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: cedricv, Unassigned)
References
Details
Attachments
(1 file)
73.06 KB,
image/jpeg
|
Details |
As discussed with Paul, see https://bugzilla.mozilla.org/show_bug.cgi?id=707906#c1
We should have a generic Docking module that will host Scratchpad, Style Editor, and any other page-centric tool.
Comment 1•13 years ago
|
||
(in this mockup, "global tool" == "page centric tool")
Here is how I see it:
1) a "page centric" tool can live in a horizontal sidebar, vertical sidebar or in a window.
2) Firefox should be able to stack "page centric" tools next to each other (not just one sidebar placeholder). For example, we should be able to have, at the same time, the scratchpad and the style editor in 2 vertical sidebars (I'm not saying we should have this layout by default, but I think it has to be possible).
3) Sidebars (vertical or horizontal) should be created dynamically. Each tool should live in an iframe. Moving the iframe from a vertical sidebar to a horizontal sidebar, or to a window, should be seamless for the user.
Comment 2•12 years ago
|
||
The Toolbox solves this.
Bug triage, filter on PINKISBEAUTIFUL
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•