Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Slow mouse scroll speed only on some websites while mouse wheel scroll works fine on others. Issue does not occur for same site on Chrome browser.

  • 1 답장
  • 1 이 문제를 만남
  • 17 보기
  • 최종 답변자: ellaminnowpea

more options

Issue: Mouse wheel scroll is slow for a few, specific websites.

Build: Firefox Developer Browser 70.0b10 (64-bit)

Description: When navigating to websites such as https://rogue.studio, the mouse scroll wheel scrolls the page very slowly. However, with no settings changed and using same browser instance in different tab, other web pages (such as support.mozilla.org) operate as expected with default mouse wheel scroll speed.

Environment: Firefox Developer Browser. 100% zoom. Resolution/Window Size: 1806 x 900px

Expected Behavior: Mouse wheel scroll has a consistent speed across all websites.

Attempted Fixes: Disabling Smooth Scrolling. Setting general.smoothScroll.msdPhysics.enabled to true.

Notes: I've noticed this behavior on heavily 'designed' sites such as https://rogue.studio. I'm not sure if there's a specific element or script that's causing the change/slow down for the mouse wheel scroll speed, but could be related as I've noticed this issue on this particular 'kind' of site.

Issue: Mouse wheel scroll is slow for a few, specific websites. Build: Firefox Developer Browser 70.0b10 (64-bit) Description: When navigating to websites such as https://rogue.studio, the mouse scroll wheel scrolls the page very slowly. However, with no settings changed and using same browser instance in different tab, other web pages (such as support.mozilla.org) operate as expected with default mouse wheel scroll speed. Environment: Firefox Developer Browser. 100% zoom. Resolution/Window Size: 1806 x 900px Expected Behavior: Mouse wheel scroll has a consistent speed across all websites. Attempted Fixes: Disabling Smooth Scrolling. Setting general.smoothScroll.msdPhysics.enabled to true. Notes: I've noticed this behavior on heavily 'designed' sites such as https://rogue.studio. I'm not sure if there's a specific element or script that's causing the change/slow down for the mouse wheel scroll speed, but could be related as I've noticed this issue on this particular 'kind' of site.

모든 댓글 (1)

more options

I think I may have found the root cause of this issue. It appears that the sites where I've had this issue (rogue.studio and nicholasmunt.com), the overflow-x and overflow-y values are both set to Hidden.

When these values are set to be displayed, the issue resolves and I'm able to scroll at the default mouse wheel scroll speed.

Is this overflow: hidden issue a bug with Firefox?