
Scrolling Bug - https://www.architecturaldesigns.com/ - Firefox 138.0.1
I have noticed a weird scrolling bug in Firefox since either v138.0 or v138.0.1.
If you go to https://www.architecturaldesigns.com/ and select any floor plan, if you attempt to scroll down the page the page will not let you and snap back to the top.
I tried this in Firefox troubleshooting mode with all add-ons / themes disabled and encountered the same behavior. This is something that just started happening in the last version release or two.
This is present both on Windows as well as Mac versions of the Firefox browser.
Isisombululo esikhethiwe
There is something strange going on with the header swap that occurs as you scroll through the page. I think they didn't test their script in Firefox.
- If I disable all scripts in the page, it scrolls normally. However, some features may not be available.
- I have a blank area at the top of the page that I assume is for an ad. If I remove/hide that section, everything works fine, the header swap works as designed.
So... what can I suggest. If you use this site a lot, it may be worth adding a script, style rule, or filter to remove the blank area/ad area in the header. Do you use the uBlock Origin, Tampermonkey/Greasemonkey/Violentmonkey, or Stylus extensions?
Funda le mpendulo ngokuhambisana nalesi sihloko 👍 1All Replies (4)
Isisombululo Esikhethiwe
There is something strange going on with the header swap that occurs as you scroll through the page. I think they didn't test their script in Firefox.
- If I disable all scripts in the page, it scrolls normally. However, some features may not be available.
- I have a blank area at the top of the page that I assume is for an ad. If I remove/hide that section, everything works fine, the header swap works as designed.
So... what can I suggest. If you use this site a lot, it may be worth adding a script, style rule, or filter to remove the blank area/ad area in the header. Do you use the uBlock Origin, Tampermonkey/Greasemonkey/Violentmonkey, or Stylus extensions?
jscher2000 - Support Volunteer said
There is something strange going on with the header swap that occurs as you scroll through the page. I think they didn't test their script in Firefox.So... what can I suggest. If you use this site a lot, it may be worth adding a script, style rule, or filter to remove the blank area/ad area in the header. Do you use the uBlock Origin, Tampermonkey/Greasemonkey/Violentmonkey, or Stylus extensions?
- If I disable all scripts in the page, it scrolls normally. However, some features may not be available.
- I have a blank area at the top of the page that I assume is for an ad. If I remove/hide that section, everything works fine, the header swap works as designed.
Hi jscher2000!
I certainly do use uBlock Origin. What is your advice leveraging that extension? Thank you for your time!
I don't use uBlock Origin, but my understanding is that you can add a filter to hide an element. Here is the hierarchy leading to the element you want to hide (the one with HeaderAd):
<header data-sentry-element="Box" data-sentry-component="Header" data-sentry-source-file="header.tsx" class="css-130utem"> <div class="sticky-outer-wrapper"> <div class="sticky-inner-wrapper"> <div data-sentry-element="Flex" data-sentry-component="HeaderAd" data-sentry-source-file="header-ad.tsx" class="css-1oanla6">
I don't know the best way to do that in uBlock Origin, but in CSS, I would use this:
div[data-sentry-component="HeaderAd"]{display:none!important;}
Maybe another forum volunteer knows how to write that for uBlock Origin, or you could ask on
jscher2000,
I gave your suggestion a whirl and was able to "element picker" my way into removing the problem section. Once that is removed from the page load, the particular page itself scrolls correctly.
What I haven't figured out however, is to assign this globally to the https://www.architecturaldesigns.com/ website. It seems like it only "remembers" my rule on a per-page basis. That isn't the end of the world though, as if a plan particularly interests me, I can do it on a 1:1 basis.
Thank you so much for your assistance!