Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Adjust tab bar scroll speed

  • 2 réponses
  • 0 a ce problème
  • 4 vues
  • Dernière réponse par 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.

Modifié le par noel_envode

Toutes les réponses (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.