Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Caută ajutor

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.

Află mai multe

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

Adjust tab bar scroll speed

  • 2 răspunsuri
  • 0 au această problemă
  • 4 vizualizări
  • Ultimul răspuns de noel_envode

more options

I just built a fresh profile. In about;config, to widen the tabs, I changed browser.tabs.tabMinWidth to 175

With that change, the tabs wheel scrolls too fast, too much tab scroll horizontal movement with each wheel rotation click. It was working fine in my older profile.

I believe it is also about;config setting. I thought I had it written down, but I can't find it.

I tried changing "mousewheel.default.delta_multiplier_y" from 100 to 20, and while it helped with the tab bar, it also slowed the the vertical page scroll speed to a crawl.

To test, I replaced the prefs.js file with one from an older profile where it was working the way I wanted, and while it messed up some things on my toolbar, the tab bar scrolling and page scrolling were the changes i was looking for. I tried searching thru prefs.js, but I didn't recognize the setting I was looking for.

I just built a fresh profile. In about;config, to widen the tabs, I changed browser.tabs.tabMinWidth to 175 With that change, the tabs wheel scrolls too fast, too much tab scroll horizontal movement with each wheel rotation click. It was working fine in my older profile. I believe it is also about;config setting. I thought I had it written down, but I can't find it. I tried changing "mousewheel.default.delta_multiplier_y" from 100 to 20, and while it helped with the tab bar, it also slowed the the vertical page scroll speed to a crawl. To test, I replaced the prefs.js file with one from an older profile where it was working the way I wanted, and while it messed up some things on my toolbar, the tab bar scrolling and page scrolling were the changes i was looking for. I tried searching thru prefs.js, but I didn't recognize the setting I was looking for.

Modificat în de noel_envode

Toate răspunsurile (2)

more options

noel_envode said

I tried changing "mousewheel.default.delta_multiplier_y" from 100 to 20, and while it helped with the tab bar, it also slowed the the vertical page scroll speed to a crawl.

Increase mousewheel.min_line_scroll_amount to adjust the page scroll speed independently of the tab bar.

more options

Thanks. Didn't realize I had to add both settings.