Closed
Bug 892275
Opened 12 years ago
Closed 12 years ago
F2 should make the selected node and its children editable as html
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 28
People
(Reporter: fitzgen, Assigned: bgrins)
References
(Blocks 1 open bug)
Details
(Whiteboard: [good first verify] )
Attachments
(1 file)
|
17.54 KB,
patch
|
miker
:
review+
|
Details | Diff | Splinter Review |
Should be able to select a node, press F2, and then edit the node and its children as HTML.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → bgrinstead
| Assignee | ||
Comment 1•12 years ago
|
||
Adds ability to press F2 to edit selected node. When editing, pressing F2 again acts as accel+enter (it will save changes if anything has changed, or close the editor if not). Additionally, we now refocus the doc after editing has finished, so you can continue to use keyboard shortcuts on the selected node.
I've also split up the outerHTML tests, since it was already causing an intermittent timeout and I was adding more to it.
Pushed to try: https://tbpl.mozilla.org/?tree=Try&rev=5a079e25d6e7
Attachment #828696 -
Flags: review?(mratcliffe)
Updated•12 years ago
|
Attachment #828696 -
Flags: review?(mratcliffe) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/3e98116d9d40
https://tbpl.mozilla.org/?tree=Fx-Team&rev=3e98116d9d40
Status: NEW → ASSIGNED
Whiteboard: [fixed-in-fx-team]
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 28
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•