Update overflow/underflow state for resized tabbar immediately to prevent #1131

This commit is contained in:
YUKI Hiroshi 2016-06-02 18:53:56 +09:00
parent a1fde612d3
commit 7d023b122d

View File

@ -2123,6 +2123,8 @@ TreeStyleTabBrowser.prototype = inherit(TreeStyleTabWindow.prototype, {
else
this.positionPinnedTabsWithDelay(null, null, aReason & this.kTABBAR_UPDATE_BY_AUTOHIDE);
this.updateTabbarOverflow();
this.notifyingRenderedEvent = true;
var event = d.createEvent('Events');
event.initEvent(this.kEVENT_TYPE_TABBAR_RENDERED, true, false);