Closed
Bug 1962371
Opened 27 days ago
Closed 21 days ago
Missing inline previews and variable tooltip in CodeMirror 6 on object shorthand
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1957885
People
(Reporter: nchevobbe, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
79.31 KB,
image/png
|
Details |
Steps to reproduce
- Open the console and evaluate the following
{
const x = 1;
const y = 2;
const pos = {x, y};
debugger;
}
- In the debugger, hover
x
Expected results
The variable tooltip is displayed, showing 1
Actual results
The variable tooltip isn't displayed
We're also missing the inline previews for x
, y
and pos
The tooltip and the inline previews work fine in CodeMirror 5 (see screenshot)
This also works in Firefox 137 with CodeMirror 6
Reporter | ||
Comment 1•27 days ago
|
||
Bug 1945467 regressed the inline previews, the variable tooltip was regressed by a different bug
Keywords: regression
Regressed by: 1945467
Comment 2•27 days ago
|
||
:bomsy, since you are the author of the regressor, bug 1945467, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Flags: needinfo?(hmanilla)
Comment 3•26 days ago
•
|
||
Thanks for filing! This is likely the same base issue as Bug 1957885
Flags: needinfo?(hmanilla)
See Also: → 1957885
Updated•21 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•