sidebery icon indicating copy to clipboard operation
sidebery copied to clipboard

Tabs does not load correct into each panel after close/restart

Open guoliang opened this issue 3 years ago • 5 comments

Steps to reproduce

  1. Create few panels with tabs in each of them
  2. Close and Restart Firefox

Expected behavior

Tabs in each panels should be loaded how it was before close

Actual behavior

All tabs are all in the Default Panel.

Environment info

OS: Windows 10 Firefox version: 93 Addon version: 4.9.4

{ "settings": { "version": "4.9.4", "nativeScrollbars": false, "selWinScreenshots": true, "tabsCheck": true, "tabsFix": "notify", "markWindow": false, "markWindowPreface": "[Sidebery] ", "ctxMenuNative": false, "autoHideCtxMenu": "none", "ctxMenuRenderInact": true, "ctxMenuIgnoreContainers": "", "navBarLayout": "horizontal", "navBarInline": true, "hideAddBtn": false, "hideSettingsBtn": false, "navBtnCount": true, "hideEmptyPanels": true, "navMidClickAction": "none", "navSwitchPanelsWheel": true, "groupLayout": "grid", "skipEmptyPanels": false, "dndTabAct": true, "dndTabActDelay": 750, "dndTabActMod": "none", "dndExp": "pointer", "dndExpDelay": 0, "dndExpMod": "none", "stateStorage": "global", "warnOnMultiTabClose": "collapsed", "activateOnMouseUp": true, "activateLastTabOnPanelSwitching": true, "showTabRmBtn": true, "showTabCtx": true, "hideInact": false, "activateAfterClosing": "next", "activateAfterClosingPrevRule": "visible", "activateAfterClosingNextRule": "tree", "activateAfterClosingGlobal": false, "activateAfterClosingNoFolded": true, "activateAfterClosingNoDiscarded": true, "shiftSelAct": true, "askNewBookmarkPlace": false, "tabsRmUndoNote": true, "nativeHighlight": false, "tabsUnreadMark": false, "tabsReloadLimit": 5, "tabsReloadLimitNotif": true, "moveNewTabPin": "start", "moveNewTabParent": "last_child", "moveNewTabParentActPanel": false, "moveNewTab": "end", "pinnedTabsPosition": "panel", "pinnedTabsList": false, "pinnedAutoGroup": false, "tabsTree": true, "groupOnOpen": true, "tabsTreeLimit": "none", "hideFoldedTabs": false, "autoFoldTabs": false, "autoFoldTabsExcept": "none", "autoExpandTabs": false, "rmChildTabs": "none", "tabsChildCount": true, "tabsLvlDots": false, "discardFolded": false, "discardFoldedDelay": 0, "discardFoldedDelayUnit": "sec", "tabsTreeBookmarks": true, "treeRmOutdent": "branch", "bookmarksPanel": true, "warnOnMultiBookmarkDelete": "collapsed", "openBookmarkNewTab": false, "midClickBookmark": "open_new_tab", "actMidClickTab": false, "autoCloseBookmarks": false, "autoRemoveOther": false, "highlightOpenBookmarks": false, "activateOpenBookmarkTab": false, "showBookmarkLen": false, "bookmarksRmUndoNote": true, "fontSize": "xxs", "bgNoise": true, "animations": true, "animationSpeed": "fast", "theme": "tactile", "style": "dark", "sidebarCSS": false, "groupCSS": false, "snapNotify": true, "snapExcludePrivate": false, "snapInterval": 0, "snapIntervalUnit": "min", "snapLimit": 0, "snapLimitUnit": "snap", "hScrollThroughPanels": false, "scrollThroughTabs": "none", "scrollThroughVisibleTabs": false, "scrollThroughTabsSkipDiscarded": false, "scrollThroughTabsExceptOverflow": true, "scrollThroughTabsCyclic": false, "tabDoubleClick": "none", "tabLongLeftClick": "none", "tabLongRightClick": "none", "tabsPanelLeftClickAction": "none", "tabsPanelDoubleClickAction": "tab", "tabsPanelRightClickAction": "menu", "tabsPanelMiddleClickAction": "tab", "syncName": "", "syncSaveSettings": false, "syncSaveCtxMenu": false, "syncSaveStyles": false, "syncAutoApply": false }, "permissions": { "allUrls": false, "tabHide": false, "actualAllUrls": false, "actualTabHide": false }, "storage": { "size": "144 kb", "props": { "cssVars": "1.6 kb", "favAutoCleanTime": "10 b", "favUrls": "1.6 kb", "favicons": "133.4 kb", "panelIndex": "1 b", "panels_v4": "1 kb", "prevTabsData_v4": "258 b", "profileID": "14 b", "settings": "2.7 kb", "tabsData_v4": "3 kb" } }, "panels": [ { "type": "bookmarks", "id": "bookmarks", "cookieStoreId": "bookmarks", "name": 9, "icon": "...", "bookmarks": true, "lockedPanel": false, "skipOnSwitching": false }, { "type": "default", "id": "firefox-default", "name": 7, "icon": "...", "cookieStoreId": "firefox-default", "lockedTabs": false, "lockedPanel": false, "skipOnSwitching": false, "noEmpty": false, "newTabCtx": "none", "dropTabCtx": "none", "moveTabCtx": "none", "moveTabCtxNoChild": true }, { "type": "tabs", "id": "SV6OkAYVArtd", "name": 6, "icon": "...", "color": "...", "customIconSrc": "", "customIcon": "", "lockedTabs": false, "lockedPanel": false, "skipOnSwitching": false, "noEmpty": false, "newTabCtx": "none", "dropTabCtx": "none", "moveTabCtx": "none", "moveTabCtxNoChild": true, "urlRulesActive": false, "urlRules": "" }, { "type": "tabs", "id": "F-rViQQPwQPd", "name": 5, "icon": "...", "color": "...", "customIconSrc": "", "customIcon": "", "lockedTabs": false, "lockedPanel": false, "skipOnSwitching": false, "noEmpty": false, "newTabCtx": "firefox-container-2", "dropTabCtx": "none", "moveTabCtx": "none", "moveTabCtxNoChild": true, "urlRulesActive": false, "urlRules": "" } ], "containers": [], "cssVars": { "bg": "#323232" }, "windows": [ { "state": "maximized", "incognito": false, "tabsCount": 36 } ], "bookmarks": { "bookmarksCount": 473, "foldersCount": 110, "separatorsCount": 13, "maxDepth": 5 } }

guoliang avatar Oct 28 '21 06:10 guoliang

Toggle "global storage" to "session storage" in the settings/tabs.

ongots avatar Oct 28 '21 06:10 ongots

Toggle "global storage" to "session storage" in the settings/tabs.

found the following ticket with the same issue https://github.com/mbnuqw/sidebery/issues/442

guoliang avatar Oct 28 '21 07:10 guoliang

I always have 4 panels and 200+ tabs in total. Never experienced such issue. It could be incompatibility with other extension you use or even some specific Firefox setting.

pintassilgo avatar Nov 02 '21 04:11 pintassilgo

I always have 4 panels and 200+ tabs in total. Never experienced such issue. It could be incompatibility with other extension you use or even some specific Firefox setting.

yea, just quick update. I did the step which @ongots suggested. And it works now as expected.

guoliang avatar Nov 14 '21 12:11 guoliang

Firefox 105 doesn't have such setting.

michalfita avatar Oct 10 '22 15:10 michalfita

Should be fixed in the latest version.

mbnuqw avatar Mar 18 '24 12:03 mbnuqw