Closed Bug 1560071 Opened 5 years ago Closed 2 years ago

scroll bar incorrectly appears in top section of website, preventing me from using it

Categories

(Web Compatibility :: Site Reports, defect, P3)

defect

Tracking

(firefox67 affected, firefox68 affected, firefox69 affected)

RESOLVED FIXED
Tracking Status
firefox67 --- affected
firefox68 --- affected
firefox69 --- affected

People

(Reporter: billdillensrevenge, Unassigned)

References

()

Details

(Keywords: webcompat:needs-contact)

Attachments

(1 file)

Attached image teamcocoscroll.png

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0

Steps to reproduce:

When I go to https://teamcoco.com/ there is a horizontal scroll bar that is covering the top sections of the website. I think this is because my system display scaling is set to 175%. If I use Firefox's page zoom to zoom out, the scroll bar goes away (I can keep zooming out more and more and it remains useable, but if I zoom in at all, the scroll bar remains there for 110%, 120%, 133% etc. and I cannot navigate the site)

Actual results:

I went to the site in both Chrome and the UWP based Edge (not the new Chromium based Edge) and there is no issue, so it has to be an issue with Firefox. See attached screenshot (I added the red arrows)

Summary: scroll bar incorrect appears in top section of website, preventing me from using it → scroll bar incorrectly appears in top section of website, preventing me from using it

The issue is reproducible more visible on Windows 10 x64 and Ubuntu 18.04 and less visible on Mac OS X 10.14 only when reducing the size of the window on Firefox Nightly 69, Firefox 68.0b12 and on Firefox 67.0.4.

Status: UNCONFIRMED → NEW
Component: Untriaged → Panning and Zooming
Ever confirmed: true
Product: Firefox → Core

The page has these CSS styles:

            .css-bdnz85::-webkit-scrollbar,[data-css-bdnz85]::-webkit-scrollbar {
                display: none;
                opacity: 0;
            }

            .css-bdnz85::-webkit-scrollbar-thumb,[data-css-bdnz85]::-webkit-scrollbar-thumb {
                display: none;
                opacity: 0;
            }

which hide the scrollbar in Chrome. Emilio, do you know if there is a Firefox equivalent to this? If so we can probably move this to Evangelism and request the site to use it.

Flags: needinfo?(emilio)

.css-bdnz85 { scrollbar-width: none } is the standard version of that.

Flags: needinfo?(emilio)

Thanks!

Moving bug to webcompat for reaching out to site owners and requesting they use the CSS from comment 3 instead.

Component: Panning and Zooming → Desktop
Product: Core → Web Compatibility
Version: 67 Branch → unspecified
Flags: needinfo?(miket)
Priority: -- → P3

Added to list of candidates for a site patch, in conjunction with outreach: https://github.com/mozilla/webcompat-team-okrs/issues/89

Flags: needinfo?(miket)
See Also: → 1570119
Whiteboard: [webcompat:sitepatch-applied]
Whiteboard: [webcompat:sitepatch-applied]

The layout has changed and the scroll bar is no longer displayed on top bar menu while resizing the browser window.
https://prnt.sc/245p59x
https://prnt.sc/245pdyu

Tested with:
Browser / Version: Firefox Nightly 103.0a1 (2022-06-22)
Operating System: Windows 10 Pro

Will can you still reproduce it?

Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(billdillensrevenge)
Resolution: --- → FIXED

I can no longer repro but I think this is just because the website is completely different now. If you want to test against the original, here's a webarchive link of the layout from back then https://web.archive.org/web/20190502044648/https://teamcoco.com/ (I assume you would have to delete/disable the intervention to repro?)

Flags: needinfo?(billdillensrevenge)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: