Closed
Bug 793725
Opened 12 years ago
Closed 12 years ago
[markup panel] Add a preview of the DOM tree (à la Sublime Text)
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 18
People
(Reporter: paul, Assigned: paul)
References
Details
Attachments
(3 files, 1 obsolete file)
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
Assignee | ||
Comment 3•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #664486 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Attachment #664546 -
Flags: review?(mratcliffe)
Comment 4•12 years ago
|
||
Comment on attachment 664546 [details] [diff] [review]
v1
Review of attachment 664546 [details] [diff] [review]:
-----------------------------------------------------------------
r+ on condition that:
- Default for devtools.inspector.markupPreview should be true (robcee agrees).
- Please log another bug to make the preview clickable and scrollable (via mousedown).
::: browser/app/profile/firefox.js
@@ +1014,5 @@
> pref("devtools.inspector.htmlHeight", 112);
> pref("devtools.inspector.htmlPanelOpen", false);
> pref("devtools.inspector.sidebarOpen", false);
> pref("devtools.inspector.activeSidebar", "ruleview");
> +pref("devtools.inspector.markupPreview", false);
Default should be true ... robcee agrees.
Attachment #664546 -
Flags: review?(mratcliffe) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 6•12 years ago
|
||
Assignee: nobody → paul
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 18
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•