Closed
Bug 1380499
Opened 8 years ago
Closed 8 years ago
Horizontal scrollbar appears in console, again
Categories
(DevTools :: Console, defect, P1)
DevTools
Console
Tracking
(firefox-esr52 unaffected, firefox54 unaffected, firefox55 unaffected, firefox56 verified)
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | --- | unaffected |
firefox56 | --- | verified |
People
(Reporter: Oriol, Assigned: bgrins)
References
Details
(Keywords: regression, Whiteboard: [console-html])
Attachments
(1 file)
2.25 KB,
patch
|
nchevobbe
:
review+
|
Details | Diff | Splinter Review |
Open web console and fill it vertically e.g. by pressing spacebar and enter multiple times.
When the content overflows vertically and a vertical scrollbar appears, an unexpected horizontal scrollbar appears too.
This is basically like bug 1248301, but this time resizing the browser does not remove the scrollbar. A test is needed so that it won't happen a third time.
Updated•8 years ago
|
Whiteboard: [console-html] [triage]
Updated•8 years ago
|
Flags: qe-verify+
Priority: -- → P2
QA Contact: iulia.cristescu
Whiteboard: [console-html] [triage] → [console-html]
Assignee | ||
Comment 1•8 years ago
|
||
Looks like this is due to:
.webconsole-output-wrapper .message {
width: 100vw;
}
Assignee | ||
Comment 2•8 years ago
|
||
(In reply to Brian Grinstead [:bgrins] from comment #1)
> Looks like this is due to:
>
> .webconsole-output-wrapper .message {
> width: 100vw;
> }
Can we remove this property? I can't remember which issue it was working around but OI seems to generally work without it
Flags: needinfo?(nchevobbe)
Comment 3•8 years ago
|
||
Note: On OSX you need to pass the "Show scrollbars" parameters to "always" in System Preferences to see the bug
> Can we remove this property? I can't remember which issue it was working around but OI seems to generally work without it
I think we can, I tested various things and it seems okay without it. I guess it's a left-over from some styling I made when integrating the OI.
Flags: needinfo?(nchevobbe)
Assignee | ||
Comment 4•8 years ago
|
||
I'll take this, but have to wait on Bug 1326937, which moves the CSS back into webconsole.css
Assignee: nobody → bgrinstead
Status: NEW → ASSIGNED
Updated•8 years ago
|
Iteration: --- → 56.3 - Jul 24
Priority: P2 → P1
Assignee | ||
Comment 5•8 years ago
|
||
Attaching via splinter because the dependencies are still on autoland. This has the CSS fix we discussed, and I've expanded the webconsole_init test to assert for the number of messages and added a regression check for the overflow. Didn't think this required a separate test file, but let me know if you think it does.
Attachment #8888842 -
Flags: review?(nchevobbe)
Comment 6•8 years ago
|
||
Comment on attachment 8888842 [details] [diff] [review]
console-css.patch
Review of attachment 8888842 [details] [diff] [review]:
-----------------------------------------------------------------
This looks simple and nice to me.
The test is passing with honza's patches applied, and it fails if I add back the rule you removed, so I guess we're covered.
r+ !
Attachment #8888842 -
Flags: review?(nchevobbe) → review+
Assignee | ||
Comment 7•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a072c721ee16
Prevent horizontal scrollbar from appearing in the console after vertical overflow. r=nchevobbe
Keywords: checkin-needed
![]() |
||
Comment 9•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 56
Updated•8 years ago
|
status-firefox54:
--- → unaffected
status-firefox55:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Comment 10•8 years ago
|
||
Reproduced the initial issue on 56.0a1 (2017-07-12). I can confirm the bug is verified fixed on latest Nightly 56.0a1 (2017-07-24), using Windows 10 x64, Ubuntu 16.04 x64 and Mac OS X 10.11.6.
Status: RESOLVED → VERIFIED
Updated•8 years ago
|
Flags: qe-verify+
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•