update comment

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7249 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-09-17 02:45:23 +00:00
parent acc3ed80b6
commit e7e6b83969

View File

@ -161,11 +161,9 @@ tabbrowser[treestyletab-tabbar-autohide-mode="1"][treestyletab-tabbar-autohide="
min-height: 1px !important; min-height: 1px !important;
opacity: 0 !important; opacity: 0 !important;
/** /**
* "transitionend" event will not fire if new transitions start before * Sometimes "transitionend" event for "max-width" doesn't fire so ghotst
* old transitions are finished. When treestyletab-removed="true" is set * tabs are left. To do cleanup process forcedly, we have to re-define new
* new transitions will start by these declarations, so, ghost tabs * max-width to fire transitionend event.
* possibly because "max-width" transition is canceled. To prevent ghost
* tabs, we have to re-define new max-width to fire transitionend event.
*/ */
max-width: 64000px !important; max-width: 64000px !important;
} }