Bug 175893 Make XUL <tab>'s focusable Relanding missing line from tabbrowser.xml following landing of aviary branch - previously reviewed

This commit is contained in:
bugzilla@arlen.demon.co.uk 2007-08-21 21:59:47 -07:00
parent 8153628155
commit 4c2bd999f9

View File

@ -636,7 +636,8 @@
document.commandDispatcher.suppressFocusScroll = false;
}
setTimeout(setFocus, 0, window.content);
// Use setTimeout to avoid focus outline ghosting.
setTimeout(setFocus, 0, whatToFocus);
]]>
</body>
</method>