Accessibility.tabfocus: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(→‎Has an effect in: note about Camino)
(→‎(Other): bugs)
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
===(Other)===
===(Other)===
You can add any of the above values together to combine their functionality. That is, setting this preference to 3 (i.e., 1 + 2) will let you focus both text fields and other form elements. Outside of OS X, the default value for this preference is '''7''' (1 + 2 + 4), or focusable text fields, form elements, and links.
You can add any of the above values together to combine their functionality. That is, setting this preference to 3 (i.e., 1 + 2) will let you focus both text fields and other form elements. Outside of OS X, the default value for this preference is '''7''' (1 + 2 + 4), or focusable text fields, form elements, and links.
Note that at the moment, it is impossible to disable tabbing to text fields; even values for this pref act like their corresponding odd value.  See the [[#Related bugs|Related Bugs]] section below.


==UI==
==UI==
Line 35: Line 37:
* [https://bugzilla.mozilla.org/show_bug.cgi?id=140612 Bug 140612 - (RFE) Tab usage prefs: either "to all links" or "to text fields"]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=140612 Bug 140612 - (RFE) Tab usage prefs: either "to all links" or "to text fields"]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=187508 Bug 187508 - Follow "full keyboard access" setting in System Preferences for tabbing navigation]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=187508 Bug 187508 - Follow "full keyboard access" setting in System Preferences for tabbing navigation]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=341849 Bug 341849 - accessibility.tabfocus can not disable tabbing to textfields]


==Related preferences==
==Related preferences==

Latest revision as of 04:10, 24 June 2006

Background

Pressing [Tab] when a web page is in focus will move the focus from element to element. This is helpful when moving to a link you’d like to visit or moving between form fields without using the mouse. This preference determines which elements can be focused by pressing [Tab].

Note: In OS X (as of 2005-01), if this preference is not explicitly set, the “Full Keyboard Access” setting in System Preferences will be honored. All builds before that date (e.g., Firefox 1.0.x) will ignore that setting.

Possible values and their effects

1

Give focus to text fields only. (The default in OS X.)

2

Give focus to all form elements except text fields.

4

Give focus to links (and linked images) only.

(Other)

You can add any of the above values together to combine their functionality. That is, setting this preference to 3 (i.e., 1 + 2) will let you focus both text fields and other form elements. Outside of OS X, the default value for this preference is 7 (1 + 2 + 4), or focusable text fields, form elements, and links.

Note that at the moment, it is impossible to disable tabbing to text fields; even values for this pref act like their corresponding odd value. See the Related Bugs section below.

UI

Mozilla Suite

Two checkboxes labeled “Links” and “Buttons, radio buttons, checkboxes, and lists” are located under “Edit → Preferences → Advanced → Keyboard Navigation → Tab Key Navigation”. They toggle 4 and 2 above, respectively.

First checked in

2002-09-18 by Akkana Peck

Has an effect in

  • Netscape (all versions since 7.1)
  • Mozilla Suite (all versions since 1.2a)
  • Mozilla Phoenix (all versions)
  • Mozilla Firebird (all versions)
  • Mozilla Firefox (all versions)
  • SeaMonkey (all versions)
  • Camino (any recent version; default is 3 and the OS “Full Keyboard Access” setting has no effect)

Related bugs

Related preferences

External links