Key access navigation now can reach content.

This commit is contained in:
mgalli%geckonnection.com 2005-10-07 22:10:54 +00:00
Родитель 8015a5ae5c
Коммит 3357618e98
1 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -163,13 +163,20 @@
<hbox id="browser" context="context" flex="1">
<tabbrowser contentcontextmenu="contentAreaContextMenu"
context="context" disablehistory="false"
accessnextrule="nav-bar" accessrule="content" accessprevrule="toolbar-rss" accessfocus="#tabContainer"
accessnextrule="accesstabcontent" accessrule="content" accessprevrule="toolbar-rss" accessfocus="#tabContainer"
type="content-primary"
id="content"
src="about:blank"
flex="1"
autocompletepopup="PopupAutoComplete"
onnewtab="BrowserOpenTab()"/>
<!-- This element is here to store information for the keyboard access functions -->
<!-- see that id=content's accessnextrule attribute points to this element. -->
<!-- Then the accessfocus="#tabContent" is a special, check the eventHandlerMenu -->
<hiddenelement id="accesstabcontent" accessfocus="#tabContent" />
</hbox>
</hbox>
</hbox>