From e7e6b8396989aeb9dad4e320e7745e4237e5faed Mon Sep 17 00:00:00 2001 From: piro Date: Fri, 17 Sep 2010 02:45:23 +0000 Subject: [PATCH] update comment git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7249 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletab.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/treestyletab/treestyletab.css b/content/treestyletab/treestyletab.css index d408eca4..9ef3f615 100644 --- a/content/treestyletab/treestyletab.css +++ b/content/treestyletab/treestyletab.css @@ -161,11 +161,9 @@ tabbrowser[treestyletab-tabbar-autohide-mode="1"][treestyletab-tabbar-autohide=" min-height: 1px !important; opacity: 0 !important; /** - * "transitionend" event will not fire if new transitions start before - * old transitions are finished. When treestyletab-removed="true" is set - * new transitions will start by these declarations, so, ghost tabs - * possibly because "max-width" transition is canceled. To prevent ghost - * tabs, we have to re-define new max-width to fire transitionend event. + * Sometimes "transitionend" event for "max-width" doesn't fire so ghotst + * tabs are left. To do cleanup process forcedly, we have to re-define new + * max-width to fire transitionend event. */ max-width: 64000px !important; }