Open
Bug 1230488
Opened 9 years ago
Updated 2 years ago
Allow to toggle panel-specific settings from within the panel
Categories
(DevTools :: General, enhancement, P3)
DevTools
General
Tracking
(Not tracked)
NEW
People
(Reporter: sebo, Unassigned)
References
(Blocks 1 open bug)
Details
Some panels like the Debugger or the Style Editor panel already have a separate options menu (behind a gear button) allowing to switch specific preferences. Though this concept is currently not consistently applied throughout the panels.
I believe that it should always be possible to change panel-specific options within a panel itself instead of having to switch to the settings panel.
This is also how Firebug handles its settings.
E.g. the options 'Show Browser Styles' and 'Default color unit' of the Inspector panel could be made available from within the Inspector panel itself (in an options menu), or the 'Enable persistent logs' from within the Console and the Network panel.
I'm not sure whether the options should be moved from the settings panel or just be copied.
Sebastian
Reporter | ||
Updated•9 years ago
|
Updated•9 years ago
|
Product: Developer Documentation → Firefox
Reporter | ||
Comment 1•9 years ago
|
||
Oops, wrong product. Thanks for correcting it, Will!
Sebastian
Reporter | ||
Comment 2•7 years ago
|
||
Obviously the option to persist logs already got moved to the Console and Network panel.
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 3•4 years ago
|
||
The following panels support the settings menu
- Console
- Debugger
- Network
- Performance
- Accessibility
Not supporting:
- Inspector (should be the next)
- Storage
- Memory
- What's new (doesn't really need it atm)
Blocks: 1289483
Priority: -- → P3
Reporter | ||
Comment 4•4 years ago
|
||
Also not supporting:
- DOM
- Application
Though both currently don't have any options, as far as I know, so no need for it for now.
Sebastian
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•