Closed
Bug 1628975
Opened 5 years ago
Closed 5 years ago
Double scroll bar on https://www.today.com/video until hover
Categories
(Core :: Layout: Scrolling and Overflow, defect)
Tracking
()
People
(Reporter: atrif, Unassigned)
References
()
Details
Attachments
(1 file)
|
8.93 MB,
image/gif
|
Details |
Affected versions
- 77.0a1 (20200409131623)
- 76.0b3 (20200409223136)
- 75.0 (20200403170909)
- 74.0.1 (20200403064753)
Affected platforms
- Windows 7x64
- Windows 10 x64
- Ubuntu 18.04
- macOS 10.12
Steps to reproduce
- Open Firefox and go to https://www.today.com/video.
- Observe the videos section on the right side of Editor’s Picks.
Expected result
- No scroll bar is shown.
Actual result
- Another scroll bar is presented until hover.
Regression Range
- I will search for one ASAP if there is one.
Notes
- Attached a screen recording with the issue.
| Reporter | ||
Updated•5 years ago
|
Has Regression Range: --- → no
Has STR: --- → yes
| Reporter | ||
Comment 1•5 years ago
|
||
I don't think this is a regression because the issue is reproducible with Firefox 39.0a1 (20150302030204). I see that older builds with a month are not loading the page. If a more accurate investigation is needed please let me know.
Has Regression Range: no → ---
Keywords: regressionwindow-wanted
Thank you for the report!
I think this is the site that has some suboptimal CSS settings. For example with my Linux font setting, if I change the flex property in the following CSS
.list-item__image {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5rem;
flex: 0 0 12.5rem;
}
into flex: 0 0 12rem, the images become a bit smaller, and thus no extra scrollbar is shown.
I tend to close this as invalid. But let me know if you feel otherwise.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•