Accessibility.tabfocus applies to xul

From MozillaZine Knowledge Base
Revision as of 00:49, 3 February 2006 by Np (talk | contribs) (update template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Background

As with web pages, pressing [Tab] when a XUL document is in focus will shift the focus from element to element. This preference determines whether or not the rules defined in accessibility.tabfocus also apply to XUL documents’ contents.

The main reason this preference exists is to honor OS X’s “full keyboard access” setting for XUL documents.

Possible values and their effects

True

Allows XUL elements to gain focus from [Tab] according to accessibility.tabfocus. (The default in OS X.)

False

accessibility.tabfocus has no bearing on focus navigation in XUL documents. (Default everywhere else.)

First checked in

2005-01-29 by Asaf Romano

Has an effect in

  • Mozilla Suite (all versions since 1.8b1)
  • Deer Park Alpha (all versions)
  • Mozilla Firefox (all versions since 1.5b1)
  • SeaMonkey (all versions)

Related bugs

Related preferences

External links