Closed
Bug 842041
Opened 12 years ago
Closed 11 years ago
Ctrl-w removes text in source view of the debugger
Categories
(DevTools :: Source Editor, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glandium, Unassigned)
References
Details
(Whiteboard: [sourceeditor])
The source view of the debugger doesn't seem like it is supposed to be used as an editor (nothing happens when typing code), but hitting Ctrl-w removes the word preceding the cursor in the source view.
Updated•12 years ago
|
Assignee: nobody → mihai.sucan
Whiteboard: [sourceeditor]
Comment 1•12 years ago
|
||
Perhaps related to bug 775389?
Reporter | ||
Comment 2•12 years ago
|
||
Considering the fix for that bug is http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=146f9214d56fd04fd2b568659018784e9d3b2a63 (why hasn't that landed on our end, btw?), it's not related.
Comment 3•12 years ago
|
||
(In reply to Panos Astithas [:past] from comment #1)
> Perhaps related to bug 775389?
Yes. There were a bunch of bugs related to how read-only works in Orion.
(In reply to Mike Hommey [:glandium] from comment #2)
> Considering the fix for that bug is
> http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/
> ?id=146f9214d56fd04fd2b568659018784e9d3b2a63 (why hasn't that landed on our
> end, btw?), it's not related.
We do not do continuous integration for Orion to avoid regressions and breakage due to upstream API changes.
Depends on: 759351
Updated•12 years ago
|
Component: Developer Tools: Debugger → Developer Tools: Source Editor
Priority: -- → P3
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Assignee: mihai.sucan → nobody
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•