Open
Bug 1327694
Opened 8 years ago
Updated 3 years ago
Can't use context menu to edit text in "Edit as HTML" codemirror instance
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: arni2033, Unassigned)
Details
>>> My Info: Win7_64, Nightly 49, 32bit, ID 20160526082509
STR_1:
1. Open url data:text/html,<body></body>
2. Open devtools -> inspector
3. Right-click <body> element, click "Inspect as HTML"
4. Right-click in the text field opened in Step 3
AR: No context menu
ER: Context menu for the text field should appear, with menuitems "undo","cut","delete","select all"
Component: Developer Tools: Animation Inspector → Developer Tools: Inspector
Comment 1•8 years ago
|
||
On Nightly and dev-edition OSX + Win 7, I do have a context menu, but it is the markup view context menu.
Which is not really helpful here (mainly because the usual copy/cut/paste options are missing).
We should indeed get a context menu more appropriate for an editable field.
> 3. Right-click <body> element, click "Inspect as HTML"
I suppose you mean "Edit as HTML"
Priority: -- → P3
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
•