Closed
Bug 775389
Opened 12 years ago
Closed 11 years ago
On readonly, dragging and dropping text does cut and paste.
Categories
(DevTools :: Source Editor, defect, P2)
DevTools
Source Editor
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: espadrine, Unassigned)
References
Details
(Whiteboard: [fixed by switch to codemirror, see bug 816756])
1. Open the debugger.
2. Open a JS file in it (in the debugger).
3. Select some text.
4. Drag it and drop it somewhere else in the editor.
What happens is the text is cut and pasted where you dropped it.
Since this is readonly, I expect it not to be cut and pasted.
Comment 1•12 years ago
|
||
Good find! Thanks for the report. This should be an easy fix for upstream.
Whiteboard: [orion]
Comment 2•12 years ago
|
||
Bug reported upstream:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=386163
Priority: -- → P2
Updated•12 years ago
|
Whiteboard: [orion] → [orion][fixed upstream]
Comment 3•11 years ago
|
||
This had been fixed with the CodeMirror switch.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Whiteboard: [orion][fixed upstream] → [fixed by switch to codemirror, see bug 816756]
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•