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

ChatZilla only.
r=samuel
This commit is contained in:
silver%warwickcompsoc.co.uk 2005-08-20 22:45:53 +00:00
Родитель 580a26fb7c
Коммит e92848fd5b
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -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>