You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a tab is maximized, there's no way to see its pinned state. The leaf's .tabHeaderStatusPinEl needs to be moved from the .tabHeaderStatusContainerEl to its view header, and back again when unmaximized. The .setPinned() method needs to be wrapped so that fresh pins are moved right away.
This will probably require refactoring the existing maximize implementation (which is something of a hack). It might also make sense to move the tab's close "x" (.tabHeaderCloseEl) onto the view header as well, perhaps as the last action before the "more" menu items.
The text was updated successfully, but these errors were encountered:
When a tab is maximized, there's no way to see its pinned state. The leaf's
.tabHeaderStatusPinEl
needs to be moved from the.tabHeaderStatusContainerEl
to its view header, and back again when unmaximized. The.setPinned()
method needs to be wrapped so that fresh pins are moved right away.This will probably require refactoring the existing maximize implementation (which is something of a hack). It might also make sense to move the tab's close "x" (
.tabHeaderCloseEl
) onto the view header as well, perhaps as the last action before the "more" menu items.The text was updated successfully, but these errors were encountered: