Open
Bug 1302363
Opened 9 years ago
Updated 3 years ago
Add button for toggling inspector mode of DevTools
Categories
(DevTools :: Inspector, enhancement, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: sebo, Unassigned)
References
(Blocks 1 open bug)
Details
+++ This bug was initially created as a clone of Bug #1302361 +++
There should be a toolbar button added allowing to toggle the inspector mode of the developer tools.
This button should be hidden by default and may be manually added via the customization.
Sebastian
Updated•9 years ago
|
Component: Toolbars and Customization → Developer Tools
Priority: -- → P3
this will make things more comfortable for users migrating from firebug.
for anyone who can't wait, you can create your own button with an overlay extension using the following oncommand:
gDevToolsBrowser.selectToolCommand(event.target.ownerDocument.defaultView.gBrowser,'inspector');
Component: Developer Tools → Developer Tools: Inspector
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•