সহায়তা খুঁজুন

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

আরও জানুন

Scrolling Bug - https://www.architecturaldesigns.com/ - Firefox 138.0.1

  • 4 উত্তরসমূহ
  • 0 এই সমস্যাটি আছে
  • 23 দেখুন
  • শেষ জবাব দ্বারা Zelf24

more options

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.

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.

সমাধান চয়ন করুন

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?

প্রেক্ষাপটে এই উত্তরটি পড়ুন। 👍 1

All Replies (4)

more options

চয়ন করা সমাধান

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?

Helpful?

more options

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.
  • 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?

Hi jscher2000!

I certainly do use uBlock Origin. What is your advice leveraging that extension? Thank you for your time!

Helpful?

more options

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

https://www.reddit.com/r/uBlockOrigin/

Helpful?

more options

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!

Helpful?

একটি প্রশ্ন জিজ্ঞাসা করুন

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.