Every created tab should have an attribute accessrule="content". So that key access navigation can also work when focus is on a tab.

This commit is contained in:
mgalli%geckonnection.com 2005-09-30 22:38:11 +00:00
parent 7eaa30e2e1
commit 0a20d424de

View File

@ -330,6 +330,15 @@ function findRuleById(outnavTarget,ruleattribute) {
**/
function browserInit(refTab)
{
/*
* addRule access navigational rule to each tab
*/
refTab.setAttribute("accessrule","content");
/*
*
*/
var refBrowser=getBrowser().getBrowserForTab(refTab);
try {
refBrowser.markupDocumentViewer.textZoom = .90;