Bug 1776262 Comment 1 Edit History

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

Hello drmccoy, thanks a lot for the report
I think I was able to narrow down the issue

**Steps to reproduce**
1. Open the `console_pinned_bottom_xhr.html` attachment
1 [review]. Open the console
1. Evaluate `1 + 1`
1. Try to scroll up

**Expected results**

You can scroll up fine

**Actual results**

The console keep scrolling back to the bottom

---

This only seems to happen when the last displayed message in the list is an evaluation result, so if a new log comes in, it will "unstuck" the scroll.

Can you confirm drmccoy ?
Hello drmccoy, thanks a lot for the report
I think I was able to narrow down the issue

**Steps to reproduce**
1. Go to https://ffx-devtools-console-stuck-bottom-evaluation-xhr.glitch.me/
1. Open the console
1. Evaluate `1 + 1`
1. Try to scroll up

**Expected results**

You can scroll up fine

**Actual results**

The console keep scrolling back to the bottom

---

This only seems to happen when the last displayed message in the list is an evaluation result, so if a new log comes in, it will "unstuck" the scroll.

Can you confirm drmccoy ?

Back to Bug 1776262 Comment 1