Closed
Bug 1915636
Opened 1 year ago
Closed 1 year ago
select text + tab in Console no longer indents the text
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(firefox-esr115 unaffected, firefox-esr128 unaffected, firefox129 unaffected, firefox130 unaffected, firefox131 fixed)
RESOLVED
FIXED
131 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr128 | --- | unaffected |
| firefox129 | --- | unaffected |
| firefox130 | --- | unaffected |
| firefox131 | --- | fixed |
People
(Reporter: jdescottes, Assigned: bomsy)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
STRs:
- open console
- type something
- select the text
- press tab
ER: should indent
AR: nothing happens
The changes from Bug 1913693 effectively prevent from combining a custom Tab handler with the default Tab handler.
Comment 1•1 year ago
|
||
Set release status flags based on info from the regressing bug 1913693
:bomsy, since you are the author of the regressor, bug 1913693, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
status-firefox129:
--- → unaffected
status-firefox130:
--- → unaffected
status-firefox131:
--- → affected
status-firefox-esr115:
--- → unaffected
status-firefox-esr128:
--- → unaffected
Flags: needinfo?(hmanilla)
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → hmanilla
Status: NEW → ASSIGNED
| Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(hmanilla)
Pushed by hmanilla@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dccb8269d900
[devtools] Fix regression of tab key working with selected content in the js terminal r=devtools-reviewers,nchevobbe
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•