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)

Firefox 138
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1957885

People

(Reporter: nchevobbe, Unassigned)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

Steps to reproduce

  1. Open the console and evaluate the following
{
  const x = 1;
  const y = 2;
  const pos = {x, y};
  debugger;
}
  1. 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

Bug 1945467 regressed the inline previews, the variable tooltip was regressed by a different bug

Keywords: regression
Regressed by: 1945467

: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)

Thanks for filing! This is likely the same base issue as Bug 1957885

Flags: needinfo?(hmanilla)
See Also: → 1957885
Status: NEW → RESOLVED
Closed: 21 days ago
Duplicate of bug: 1957885
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: