right vertical scrollbar disappears on this page: https://www.eurovets.ae/
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: wolf.ofner, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
open the page https://www.eurovets.ae/ Firefox Nightly 121.0a1 (2023-10-23) (64-bit)
Actual results:
page opens, but vertical scrollbar disappears after 1 second
i put config layout.testing.overlay-scrollbars.always-visible to true
Still the same
In other browsers works properly
Expected results:
scrollbar should be visible
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Layout' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•2 years ago
|
||
I wasn't able to reproduce. With non-overlay scrollbars the scrollbar did not disappear. With overlay scrollbars the scrollbar disappeared as expected (same as other browsers), if I further add the pref layout.testing.overlay-scrollbars.always-visible to true then the overlay scrollbar does not disappear.
Comment 3•2 years ago
|
||
With layout.testing.overlay-scrollbars.always-visible set to true, the scrollbar remains visible for me.
@Lupo_DXB, are you still seeing this issue? Does the layout.testing.overlay-scrollbars.always-visible work to keep the scrollbar visible for other pages?
Comment 4•2 years ago
|
||
Do you have any extension that tries to deal with the cookie popup or something and maybe fails? While the popup is shown the page is not scrollable.
Comment 5•2 years ago
•
|
||
Agree with Emilio's suspicion. I do see the scrollbar disappear after ~1 second, just like the user reports, but that happens in all browsers (the first time that I load the site, at least), and it's associated with the cookie-popup -- the site explicitly sets overflow: hidden (i.e. "hide scrollbars") on the body element after 1 second, as part of showing that cookie popup. And then when I make a selection in the cookie popup, the site removes that overflow:hidden and restores the scrollbars.
So: it seems likely there might be something -- maybe an add-on? -- that's blocking the cookie-popup-content from being shown, but the page is still setting overflow:hidden and hiding scrollbars, and then there's no user-facing way to recover the scrollbars.
Reporter: if you're still seeing this, could you check if this happens after you disable any popup/ad-blocking add-ons? If you can identify a particular add-on that's causing the problem, this might be worth reporting to the developer of that add-on.
Comment 6•1 year ago
|
||
A needinfo is requested from the reporter, however, the reporter is inactive on Bugzilla. Given that the bug is still UNCONFIRMED, closing the bug as incomplete.
For more information, please visit BugBot documentation.
Description
•