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)

Desktop
All
defect
Not set
normal

Tracking

()

RESOLVED INVALID
Tracking Status
firefox74 --- wontfix
firefox75 --- wontfix
firefox76 --- wontfix
firefox77 --- wontfix

People

(Reporter: atrif, Unassigned)

References

()

Details

Attachments

(1 file)

Attached image double_scroll.gif

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

  1. Open Firefox and go to https://www.today.com/video.
  2. 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.
Has Regression Range: --- → no
Has STR: --- → yes

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 → ---

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
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: