搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Vertical scroll bar jumps and skips down especially on long pages

  • 3 回覆
  • 1 有這個問題
  • 611 次檢視
  • 最近回覆由 flexmcmurphy

more options

I know this question has been asked before but I am hoping for an update and maybe to learn something new to try...

I installed the latest Firefox (April 2021) on Ubuntu mate 64 bit.

I use my laptop Touchpad to move the cursor around on web pages. I go to the vertical scroll bar to scroll down the page... I left click on the scroll bar, hold the left button, then start dragging down on the Touchpad but.

Often, when I am on a web page that is long, the scroll bar will jump and skip all the way to the bottom of the screen even though I'm just dragging it down a little and slowly too. Sometimes the scroll bar keeps racing down the page even when I am not dragging the cursor down at all.

I don't notice this behavior in Chrome or Brave or in other Ubuntu mate user interface elements.

This question has been asked before e.g: https://support.mozilla.org/en-US/questions/1314677

I tried solutions in that question such as going in to about:config and tried... general.smoothScroll.scrollbars.durationMaxMS (changed this from 150 to 75) general.smoothScroll.scrollbars.durationMinMS (changed this from 150 to 50)

I also downgraded to Firefox 82.0.3 but this has not solved the problem either.

Is this a known bug that is being worked on? What else can I try apart from switching back to Brave?

Cheers,

Flex

I know this question has been asked before but I am hoping for an update and maybe to learn something new to try... I installed the latest Firefox (April 2021) on Ubuntu mate 64 bit. I use my laptop Touchpad to move the cursor around on web pages. I go to the vertical scroll bar to scroll down the page... I left click on the scroll bar, hold the left button, then start dragging down on the Touchpad but. Often, when I am on a web page that is long, the scroll bar will jump and skip all the way to the bottom of the screen even though I'm just dragging it down a little and slowly too. Sometimes the scroll bar keeps racing down the page even when I am not dragging the cursor down at all. I don't notice this behavior in Chrome or Brave or in other Ubuntu mate user interface elements. This question has been asked before e.g: https://support.mozilla.org/en-US/questions/1314677 I tried solutions in that question such as going in to about:config and tried... general.smoothScroll.scrollbars.durationMaxMS (changed this from 150 to 75) general.smoothScroll.scrollbars.durationMinMS (changed this from 150 to 50) I also downgraded to Firefox 82.0.3 but this has not solved the problem either. Is this a known bug that is being worked on? What else can I try apart from switching back to Brave? Cheers, Flex

被選擇的解決方法

Recap of Observed Problem: I am using a trackpad to control the cursor in Firefox. If I place the cursor a few pixels to the left or right of the Vertical scroll bar "Slider" (and not exactly ON the Slider) then press the trackpad left button then the Slider moves erratically up or down scrolling the page with it. Sometimes the Slider will skip down the screen very quickly even if I am not dragging my finger across the trackpad to move the Slider.

My Solution: I have investigated this further and now I think the issue is a consequence of the design of the Vertical scrollbars in Ubuntu mate.

I created this file in my home folder: /home/flex/.config/gtk-3.0/gtk.css

With this contents:

scrollbar slider {

   /* Size of the slider */
   min-width: 15px;
   min-height: 15px;
   border-radius: 17px;
   /* Padding around the slider */
   border: 2px solid transparent;

}

Now the problem has gone away.

The issue described in this thread was not a Firefox issue.

Flex

從原來的回覆中察看解決方案 👍 0

所有回覆 (3)

more options

Since I cannot edit my question, here is some more info about my situation:

Use smooth scrolling = enabled Use autoscrolling = disabled Always use the cursor keys to navigate within pages = disabled

more options

As another update... Today I installed Manjaro/KDE in Virtualbox (manjaro-kde-21.0.2-210419-linux510.iso)

I don't have this problem with the vertical scroll bar skipping down the page in Firefox running in Manjaro. I also installed Brave in the same OS and couldn't reproduce the problem with that browser either.

Flex

more options

選擇的解決方法

Recap of Observed Problem: I am using a trackpad to control the cursor in Firefox. If I place the cursor a few pixels to the left or right of the Vertical scroll bar "Slider" (and not exactly ON the Slider) then press the trackpad left button then the Slider moves erratically up or down scrolling the page with it. Sometimes the Slider will skip down the screen very quickly even if I am not dragging my finger across the trackpad to move the Slider.

My Solution: I have investigated this further and now I think the issue is a consequence of the design of the Vertical scrollbars in Ubuntu mate.

I created this file in my home folder: /home/flex/.config/gtk-3.0/gtk.css

With this contents:

scrollbar slider {

   /* Size of the slider */
   min-width: 15px;
   min-height: 15px;
   border-radius: 17px;
   /* Padding around the slider */
   border: 2px solid transparent;

}

Now the problem has gone away.

The issue described in this thread was not a Firefox issue.

Flex