Closed
Bug 1295692
Opened 8 years ago
Closed 4 years ago
fix pasting in inspector when running in content
Categories
(DevTools :: Framework, enhancement, P3)
DevTools
Framework
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: tromey, Unassigned)
References
Details
(Whiteboard: [reserve-html])
In bug 1290230 we are removing uses of nsIClipboardHelper from the inspector,
so that it can run as content.
However, the inspector examines the clipboard, e.g.:
https://dxr.mozilla.org/mozilla-central/rev/054d4856cea6150a6638e5daf7913713281af97d/devtools/client/inspector/inspector-panel.js#1037
... but programmatic pasting doesn't seem to work per spec yet,
see bug 1272296.
Updated•8 years ago
|
Flags: qe-verify?
Whiteboard: [devtools-html] → [devtools-html] [triage]
Updated•8 years ago
|
Priority: -- → P2
Whiteboard: [devtools-html] [triage] → [devtools-html]
Updated•8 years ago
|
Flags: qe-verify? → qe-verify-
Updated•8 years ago
|
Priority: P2 → P3
Whiteboard: [devtools-html] → [reserve-html]
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•4 years ago
|
Comment 1•4 years ago
|
||
We are no longer aiming at running the inspector in content. Let's close this.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•