Closed
Bug 938183
Opened 11 years ago
Closed 9 years ago
Separate buttons that allow multiple instances from those that don't e.g. Scratchpad
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: miker, Unassigned)
References
Details
Attachments
(1 file)
|
23.70 KB,
image/png
|
Details |
Tools that allow multiple instances, such as Scratchpad, should be displayed separately from contextual tools.
See attachment.
Comment 1•11 years ago
|
||
Currently the buttons in the toolbox are semi-customizable. There is a string in prefs that we parse into a bunch of commands, and create buttons from those.
So the string is something like "paintflashing toggle|tilt toggle|scratchpad|responsivemode on"
We *could* do this by allowing a spacer element:
"paintflashing toggle|tilt toggle|responsivemode on||scratchpad"
And retain the customizability.
Comment 2•11 years ago
|
||
Other things to think about:
* space along this bar is at a premium already
* we want to allow addons to be able to add to this bar
* we may want to allow users to customize it too
Comment 3•9 years ago
|
||
Marking as WFM, this was already implemented in FN45
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•