Bug 300622 - Hack around bugs in <tabs> element, introduced by bug 175893.

ChatZilla only.
r=samuel


git-svn-id: svn://10.0.0.236/trunk@178521 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
silver%warwickcompsoc.co.uk
2005-08-20 22:45:53 +00:00
parent 758746ff34
commit d08597d8a3

View File

@@ -124,7 +124,10 @@
<hbox id="tabstrip-box" flex="0" crop="right">
<hbox id="view-tabs" persist="collapsed" flex="1">
<scrollbox flex="1">
<tabs class="tabs-bottom" id="views-tbar-inner" flex="1" crop="right">
<tabs class="tabs-bottom" id="views-tbar-inner" flex="1" crop="right"
setfocus="false">
<!-- setfocus="false" is a hack to work around tab bugs,
see bug 300622. -->
<tab collapsed="true"/> <!-- dummy tab to keep the freaking xbl from
causing an exception -->
</tabs>