Овај сајт ће имати ограничену функционалност док га будемо ажурирали у циљу побољшања вашег искуства. Ако неки чланак не реши ваш проблем и желите да поставите питање, на располагању ће вам бити наше заједнице подршке @FirefoxSupport на Twitter-у и /r/firefox на Reddit-у.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

Restore previous scrollbar behavior in Firefox 46.0

  • 3 одговорa
  • 1 има овај проблем
  • 2 прегледа
  • Последњи одговор послао cjsmall

more options

Firefox 46.0 Xubuntu 15.10

Prior to 46.0, I could make a B2 click in the scrollbar gutter and have the content jump to that position directly. As of 46.0, this no longer works and it is very annoying. How can I restore the old behavior?

Firefox 46.0 Xubuntu 15.10 Prior to 46.0, I could make a B2 click in the scrollbar gutter and have the content jump to that position directly. As of 46.0, this no longer works and it is very annoying. How can I restore the old behavior?

Изабрано решење

Looks like this is a known bug related to use of the GTK+ 3.0 library. See:

https://bugzilla.mozilla.org/show_bug.cgi?id=1197590

Workaround solution by Jim Rees, from that Bugzilla bug report:

Create/edit: ~/.config/gtk-3.0/settings.ini

Add following to this file:

[Settings] gtk-primary-button-warps-slider = false

Restart Firefox and scrollbar clicking works as it always has.

Прочитајте овај одговор са објашњењем 👍 0

Сви одговори (3)

more options

That would be a middle-click with the mouse scroll wheel. You can check the middlemouse.scrollbarPosition pref on the about:config page.

You can open the about:config page via the location/address bar. You can accept the warning and click "I'll be careful" to continue.

more options

Thanks for the suggestion, but this is set to True and always has been. From MozillaZine:

> Middlemouse.scrollbarPosition > > True: Center the scroll position on the location of the middle click. > (Default for Linux/Unix.) > > False: Do nothing. (Default for all but Linux/Unix.)

This has always worked up until 46.0. Now, it has no effect of you set it to True or False. But I did notice that B1 is now operating the way B2 used to work. It positions the scrollbar at the cursor location rather than scrolling a page at a time.

This looks like something that has been broken in this release. Can anyone else confirm this on a Linux system? I will report it as a bug.

more options

Одабрано решење

Looks like this is a known bug related to use of the GTK+ 3.0 library. See:

https://bugzilla.mozilla.org/show_bug.cgi?id=1197590

Workaround solution by Jim Rees, from that Bugzilla bug report:

Create/edit: ~/.config/gtk-3.0/settings.ini

Add following to this file:

[Settings] gtk-primary-button-warps-slider = false

Restart Firefox and scrollbar clicking works as it always has.

Измењено од стране cjsmall