Bug 1621579 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

#### Affected versions:

Nightly 76.0a1 (RTL), Beta 75.0b2 (RTL)
#### Affected platforms:

ALL
#### Steps:

  1. Launch Firefox Nightly (AR, HE) and navigate to: https://befitting-titanoceratops.glitch.me/
  2. Press F12 to open the devtools panel, select the "Debugger" tab and open JS client.js
  3. Right click on the "resolve" line (line 14) and add a breakpoint.
  4. Press the "Click Me!" button from the page opened in Step 1.

#### Actual result:

The right side of the call stack panel is cut off and the client.js:... are not displayed correctly at the end of the left part in the panel.
#### Expected result:

Call stack panel content should be displayed accordingly, not cut off and the the lines for each frames should be displayed at the left edge of the panel.
#### Affected versions:

Nightly 76.0a1 (RTL), Beta 75.0b2 (RTL)
#### Affected platforms:

ALL
#### Steps:

  1. Launch Firefox Nightly (AR, HE) and navigate to: https://befitting-titanoceratops.glitch.me/
  2. Press F12 to open the devtools panel, select the "Debugger" tab and open JS client.js
  3. Right click on the "resolve" line (line 14) and add a breakpoint.
  4. Press the "Click Me!" button from the page opened in Step 1.

#### Actual result:

The right side of the call stack panel is cut off and the client.js:... are not displayed correctly at the edge of the left part in the panel.
#### Expected result:

Call stack panel content should be displayed accordingly, not cut off and the the lines for each frames should be displayed at the left edge of the panel.

Back to Bug 1621579 Comment 0