Accessibility.tabfocus applies to xul
From MozillaZine Knowledge Base
Contents
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
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)