Closed
Bug 1261533
Opened 10 years ago
Closed 9 years ago
Horizontal scrollbar in console appears when adding multiline input into jsterm
Categories
(DevTools :: Console, defect, P3)
Tracking
(firefox46 wontfix, firefox47 wontfix, firefox48 wontfix, firefox50 wontfix, firefox51 wontfix, firefox52 fixed)
People
(Reporter: Oriol, Unassigned)
References
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160401030216
Steps to reproduce:
1. Open Web Console
2. Clear it in case there is a vertical scrollbar
3. Enter some content (e.g. pressing spacebar+enter few times), but not enough to make scrollbars appear
4. Keep pressing Shift+Enter until a vertical scrollbar appears
Actual results:
A horizontal scrollbar appears too.
Expected results:
There shouldn't be any horizontal scrollbar.
Just resizing the console removes the scrollbar.
Culprit: https://hg.mozilla.org/integration/fx-team/rev/1aed451f1502
| Reporter | ||
Updated•10 years ago
|
Blocks: 1237368
Component: Untriaged → Developer Tools: Console
Flags: needinfo?(bgrinstead)
Keywords: regression
status-firefox46:
--- → affected
status-firefox47:
--- → affected
status-firefox48:
--- → affected
tracking-firefox47:
--- → ?
tracking-firefox48:
--- → ?
Comment 1•10 years ago
|
||
We're doing a rewrite of the console frontend, and this will likely be resolved as part of that rewrite.
Priority: -- → P3
Updated•10 years ago
|
tracking-firefox47:
? → ---
tracking-firefox48:
? → ---
Updated•10 years ago
|
Flags: needinfo?(bgrinstead)
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•10 years ago
|
Summary: Horizontal scrollbar in console still not completely fixed → Horizontal scrollbar in console appears when adding multiline input into jsterm
Comment 2•9 years ago
|
||
This doesn't reproduce anymore in 52+, so sounds like new console frontend did indeed fix it.
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → wontfix
status-firefox51:
--- → wontfix
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•