Toolkit.scrollbox.scrollIncrement: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
 
(Link to scrollDelay pref, rewording)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


==Background==
==Background==
Firefox 2.0 introduced a number of refinements to its tabbed browsing UI. One area addressed is that of “tab overflow,” or how a large number of tabs is handled: the user can now scroll the tab strip horizontally to see all available tabs. When a tab is dragged over the overflow arrows, the tab strip will scroll automatically. This preference specifies how quickly the strip scrolls.
Firefox 2.0 introduced a number of refinements to its tabbed browsing UI. One area addressed is that of “tab overflow,” or how a large number of tabs is handled: the user can now scroll the tab strip horizontally to see all available tabs. This preference specifies how quickly the strip scrolls when the arrow buttons are pressed or when a tab is dragged over the arrows.


==Possible values and their effects==
==Possible values and their effects==
A positive integer that determines how many pixels to scroll at a time when automatically scrolling the tab strip’s scrollbox. (Default: 20)
A positive integer that determines how many pixels to scroll at a time when scrolling the tab strip’s scrollbox. (Default: 20)


==First checked in==
==First checked in==
Line 15: Line 15:
==Related bugs==
==Related bugs==
* [https://bugzilla.mozilla.org/show_bug.cgi?id=318168 Bug 318168 - Improve tabbed browsing]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=318168 Bug 318168 - Improve tabbed browsing]
==Related preferences==
* [[toolkit.scrollbox.clickToScroll.scrollDelay]]
==External links==
* [http://groups.google.com/group/mozilla.dev.apps.firefox/browse_thread/thread/5a15c3357b03deab/a7b5b4e2521d3030 tab scrolling patch landed on the trunk (mozilla.dev.apps.firefox post)]


[[Category:Preferences]]
[[Category:Preferences]]

Latest revision as of 01:45, 5 July 2006

Background

Firefox 2.0 introduced a number of refinements to its tabbed browsing UI. One area addressed is that of “tab overflow,” or how a large number of tabs is handled: the user can now scroll the tab strip horizontally to see all available tabs. This preference specifies how quickly the strip scrolls when the arrow buttons are pressed or when a tab is dragged over the arrows.

Possible values and their effects

A positive integer that determines how many pixels to scroll at a time when scrolling the tab strip’s scrollbox. (Default: 20)

First checked in

2006-06-26 by Seth Spitzer

Has an effect in

  • Mozilla Firefox (nightly branch builds since 2006-06-26; 2.0)

Related bugs

Related preferences

External links