Fix bug following mail tags management CSS changes

This commit is contained in:
Francis Lachapelle
2013-11-19 13:39:48 -05:00
parent eb9111b5fa
commit 5a3d0d27e0
3 changed files with 11 additions and 1 deletions

View File

@@ -144,6 +144,13 @@ SOGoTabsController.prototype = {
content.addClassName("active");
this.activeTab.fire("tabs:click", content.id);
content.select('.tabsContainer').each(function(c) {
// When the tab contains an inner tabs container,
// show or hide the tabs navigation arrows of this
// inner container
c.controller.recomputeMinOffset();
});
// Prototype alternative
//oldContent.removeClassName("active");