-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closing last tab of current panel goes to wrong tab #851
Comments
I have exactly the same problem on FF107, since a couple of weeks. |
Can this be soon looked at, as this makes the navigation really painful (verify and eventually move away from the last tab before closing it; switch back to the previous tab manually if you forgot to do so) ? |
@VBoudry, are you using the last beta version (v5) or the stable (v4)? Does the issue reproduce in clean Firefox profile with only sidebery installed? Could you also provide the addon debug info (In sidebery settings / Help section). |
I was seeing the issue in v4, and just installed the beta and it no longer reproduces. 👍 |
I use the stable version (4.10.2 today).
And yes, I have seen this effect on a clean profile.
Here is the debug info,
Best,
Vincent.
{
"settings": {
"version": "4.10.2",
"nativeScrollbars": false,
"selWinScreenshots": false,
"tabsCheck": true,
"tabsFix": "notify",
"markWindow": false,
"markWindowPreface": "[Sidebery] ",
"ctxMenuNative": false,
"autoHideCtxMenu": "none",
"ctxMenuRenderInact": false,
"ctxMenuIgnoreContainers": "",
"navBarLayout": "vertical",
"navBarInline": false,
"hideAddBtn": true,
"hideSettingsBtn": false,
"navBtnCount": true,
"hideEmptyPanels": true,
"navActTabsPanelLeftClickAction": "new_tab",
"navActBookmarksPanelLeftClickAction": "none",
"navMidClickAction": "none",
"navSwitchPanelsWheel": false,
"groupLayout": "grid",
"skipEmptyPanels": false,
"dndTabAct": true,
"dndTabActDelay": 750,
"dndTabActMod": "shift",
"dndExp": "pointer",
"dndExpDelay": 0,
"dndExpMod": "none",
"stateStorage": "session",
"warnOnMultiTabClose": "collapsed",
"activateOnMouseUp": false,
"activateLastTabOnPanelSwitching": true,
"showTabRmBtn": true,
"showTabCtx": true,
"hideInact": false,
"activateAfterClosing": "prev_act",
"activateAfterClosingPrevRule": "any",
"activateAfterClosingNextRule": "any",
"activateAfterClosingGlobal": false,
"activateAfterClosingNoFolded": false,
"activateAfterClosingNoDiscarded": false,
"shiftSelAct": false,
"askNewBookmarkPlace": false,
"tabsRmUndoNote": true,
"nativeHighlight": true,
"tabsUnreadMark": true,
"tabsReloadLimit": 4,
"tabsReloadLimitNotif": true,
"tabsPanelSwitchActMove": true,
"moveNewTabPin": "start",
"moveNewTabParent": "last_child",
"moveNewTabParentActPanel": true,
"moveNewTab": "end",
"pinnedTabsPosition": "panel",
"pinnedTabsList": false,
"pinnedAutoGroup": true,
"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": "s",
"bgNoise": true,
"animations": true,
"animationSpeed": "norm",
"theme": "default",
"style": "dark",
"sidebarCSS": true,
"groupCSS": false,
"snapNotify": true,
"snapExcludePrivate": true,
"snapInterval": 0,
"snapIntervalUnit": "min",
"snapLimit": 0,
"snapLimitUnit": "snap",
"hScrollThroughPanels": false,
"scrollThroughTabs": "none",
"scrollThroughVisibleTabs": false,
"scrollThroughTabsSkipDiscarded": false,
"scrollThroughTabsExceptOverflow": true,
"scrollThroughTabsCyclic": false,
"tabDoubleClick": "new_after",
"tabLongLeftClick": "none",
"tabLongRightClick": "none",
"tabsPanelLeftClickAction": "expand",
"tabsPanelDoubleClickAction": "tab",
"tabsPanelRightClickAction": "menu",
"tabsPanelMiddleClickAction": "tab",
"syncName": "",
"syncSaveSettings": false,
"syncSaveCtxMenu": false,
"syncSaveStyles": false,
"syncAutoApply": false
},
"permissions": {
"allUrls": true,
"tabHide": true,
"actualAllUrls": true,
"actualTabHide": true
},
"storage": {
"size": "3.4 mb",
"props": {
"containers_v4": "2 kb",
"cssVars": "1.7 kb",
"disabledKeybindings": "2 b",
"favAutoCleanTime": "10 b",
"favUrls": "55.5 kb",
"favicons": "2.9 mb",
"lastSnapTime": "13 b",
"panelIndex": "1 b",
"panels_v4": "4.2 kb",
"prevTabsData_v4": "101.4 kb",
"profileID": "14 b",
"settings": "2.8 kb",
"sidebarCSS": "148 b",
"snapshots_v4": "212 kb",
"tabsData_v4": "103.8 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": "firefox-default",
"dropTabCtx": "firefox-default",
"moveTabCtx": "firefox-default",
"moveTabCtxNoChild": true
},
{
"type": "tabs",
"id": "PL4qYpqg289W",
"name": 3,
"icon": "...",
"color": "...",
"customIconSrc": "",
"customIcon": "",
"lockedTabs": false,
"lockedPanel": false,
"skipOnSwitching": false,
"noEmpty": false,
"newTabCtx": "firefox-container-2",
"dropTabCtx": "firefox-container-2",
"moveTabCtx": "firefox-container-2",
"moveTabCtxNoChild": true,
"urlRulesActive": true,
"urlRules": 250
},
{
"type": "tabs",
"id": "5mdDk4NEP140",
"name": 5,
"icon": "...",
"color": "...",
"customIconSrc": "",
"customIcon": "",
"lockedTabs": false,
"lockedPanel": false,
"skipOnSwitching": false,
"noEmpty": false,
"newTabCtx": "firefox-container-1",
"dropTabCtx": "none",
"moveTabCtx": "firefox-container-1",
"moveTabCtxNoChild": true,
"urlRulesActive": true,
"urlRules": 105
},
{
"type": "tabs",
"id": "oaWrb31Spqt8",
"name": 9,
"icon": "...",
"color": "...",
"customIconSrc": "",
"customIcon": "",
"lockedTabs": false,
"lockedPanel": false,
"skipOnSwitching": true,
"noEmpty": false,
"newTabCtx": "firefox-container-7",
"dropTabCtx": "firefox-container-7",
"moveTabCtx": "firefox-container-7",
"moveTabCtxNoChild": true,
"urlRulesActive": true,
"urlRules": 87
},
{
"type": "tabs",
"id": "CdzKjYOjbPQ1",
"name": 12,
"icon": "...",
"color": "...",
"customIconSrc": "",
"customIcon": "",
"lockedTabs": false,
"lockedPanel": false,
"skipOnSwitching": false,
"noEmpty": false,
"newTabCtx": "firefox-container-6",
"dropTabCtx": "firefox-container-6",
"moveTabCtx": "firefox-container-6",
"moveTabCtxNoChild": true,
"urlRulesActive": true,
"urlRules": 44
},
{
"type": "tabs",
"id": "r2UC1isO4TQ1",
"name": 7,
"icon": "...",
"color": "...",
"customIconSrc": "",
"customIcon": "",
"lockedTabs": false,
"lockedPanel": false,
"skipOnSwitching": false,
"noEmpty": false,
"newTabCtx": "firefox-container-8",
"dropTabCtx": "none",
"moveTabCtx": "firefox-container-8",
"moveTabCtxNoChild": true,
"urlRulesActive": true,
"urlRules": 99
},
{
"type": "tabs",
"id": "3iVTpx0H5q_1",
"name": 9,
"icon": "...",
"color": "...",
"customIconSrc": "",
"customIcon": "",
"lockedTabs": false,
"lockedPanel": false,
"skipOnSwitching": false,
"noEmpty": false,
"newTabCtx": "firefox-container-3",
"dropTabCtx": "firefox-container-3",
"moveTabCtx": "firefox-container-3",
"moveTabCtxNoChild": true,
"urlRulesActive": true,
"urlRules": 144
},
{
"type": "tabs",
"id": "kyzKvAl28el8",
"name": 5,
"icon": "...",
"color": "...",
"customIconSrc": "",
"customIcon": "",
"lockedTabs": false,
"lockedPanel": false,
"skipOnSwitching": false,
"noEmpty": false,
"newTabCtx": "firefox-container-4",
"dropTabCtx": "firefox-container-4",
"moveTabCtx": "firefox-container-4",
"moveTabCtxNoChild": true,
"urlRulesActive": true,
"urlRules": 151
},
{
"type": "tabs",
"id": "yuZpCSQRm3s8",
"name": 9,
"icon": "...",
"color": "...",
"customIconSrc": "",
"customIcon": "",
"lockedTabs": false,
"lockedPanel": false,
"skipOnSwitching": false,
"noEmpty": false,
"newTabCtx": "firefox-container-11",
"dropTabCtx": "firefox-container-11",
"moveTabCtx": "firefox-container-11",
"moveTabCtxNoChild": true,
"urlRulesActive": true,
"urlRules": 22
}
],
"containers": [
{
"id": "firefox-container-1",
"name": 9,
"icon": "...",
"color": "...",
"proxified": false,
"proxy": null,
"includeHostsActive": false,
"includeHosts": "",
"excludeHostsActive": false,
"excludeHosts": "",
"userAgentActive": false,
"userAgent": ""
},
{
"id": "firefox-container-2",
"name": 13,
"icon": "...",
"color": "...",
"proxified": false,
"proxy": null,
"includeHostsActive": false,
"includeHosts": "",
"excludeHostsActive": false,
"excludeHosts": "",
"userAgentActive": false,
"userAgent": ""
},
{
"id": "firefox-container-3",
"name": 8,
"icon": "...",
"color": "...",
"proxified": false,
"proxy": null,
"includeHostsActive": false,
"includeHosts": "",
"excludeHostsActive": false,
"excludeHosts": "",
"userAgentActive": false,
"userAgent": ""
},
{
"id": "firefox-container-4",
"name": 15,
"icon": "...",
"color": "...",
"proxified": false,
"proxy": null,
"includeHostsActive": false,
"includeHosts": "",
"excludeHostsActive": false,
"excludeHosts": "",
"userAgentActive": false,
"userAgent": ""
},
{
"id": "firefox-container-6",
"name": 12,
"icon": "...",
"color": "...",
"proxified": false,
"proxy": null,
"includeHostsActive": false,
"includeHosts": "",
"excludeHostsActive": false,
"excludeHosts": "",
"userAgentActive": false,
"userAgent": ""
},
{
"id": "firefox-container-7",
"name": 9,
"icon": "...",
"color": "...",
"proxified": false,
"proxy": null,
"includeHostsActive": false,
"includeHosts": "",
"excludeHostsActive": false,
"excludeHosts": "",
"userAgentActive": false,
"userAgent": ""
},
{
"id": "firefox-container-8",
"name": 8,
"icon": "...",
"color": "...",
"proxified": false,
"proxy": null,
"includeHostsActive": false,
"includeHosts": "",
"excludeHostsActive": false,
"excludeHosts": "",
"userAgentActive": false,
"userAgent": ""
},
{
"id": "firefox-container-11",
"name": 9,
"icon": "...",
"color": "...",
"proxified": false,
"proxy": null,
"includeHostsActive": false,
"includeHosts": "",
"excludeHostsActive": false,
"excludeHosts": "",
"userAgentActive": false,
"userAgent": ""
}
],
"cssVars": {
"title_fg": "#898989ff",
"sub_title_fg": "#c3c3c3ff",
"label_fg_active": "#ff2422ff",
"btn_bg_active": "#205386",
"btn_fg": "#fafafa",
"btn_fg_hover": "#fff",
"btn_fg_active": "#f2f2f2",
"ctx_menu_bg_hover": "#7f7f7fff",
"nav_btn_fg": "#ff2600ff",
"nav_btn_height": "40px",
"tabs_fg": "#ffffffff",
"tabs_fg_active": "#75d5ffff",
"tabs_bg_hover": "#7f7f7fff",
"tabs_activated_bg": "#004b86ff",
"tabs_activated_fg": "#75d5ffff"
},
"sidebarCSSLen": 139,
"windows": [
{
"state": "normal",
"incognito": false,
"tabsCount": 7
},
{
"state": "minimized",
"incognito": false,
"tabsCount": 74
},
{
"state": "minimized",
"incognito": false,
"tabsCount": 6
},
{
"state": "normal",
"incognito": false,
"tabsCount": 515
},
{
"state": "minimized",
"incognito": false,
"tabsCount": 6
},
{
"state": "minimized",
"incognito": false,
"tabsCount": 84
}
],
"bookmarks": {
"bookmarksCount": 6542,
"foldersCount": 393,
"separatorsCount": 88,
"maxDepth": 6
}
}
Max Badryzlov a écrit le 18/02/2023 à 08:25 :
…
@VBoudry <https://github.com/VBoudry>, are you using the last beta
version (v5) or the stable (v4)? Does the issue reproduce in clean
Firefox profile with only sidebery installed? Could you also provide
the addon debug info (In sidebery settings / Help section).
—
Reply to this email directly, view it on GitHub
<#851 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCIEVLBFHP4DSPEUE36YATWYB2ODANCNFSM6AAAAAASCLJKEM>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I have been trying the berta version (5.0.0b31) for a week now, I am
still seeing such «jumps» but less frequently, somehow.
Bests
Vincent.
Tu13es a écrit le 18/02/2023 à 14:23 :
…
I was seeing the issue in v4, and just installed the beta and it no
longer reproduces. 👍
—
Reply to this email directly, view it on GitHub
<#851 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCIEVN3LJ4KABFE7MAGO43WYDEM3ANCNFSM6AAAAAASCLJKEM>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Steps to reproduce
After closing current tab activate
tonext tab
Hide native tabs of inactive panels
toon
Expected behavior
The top tab of the current panel (or maybe second to last tab of current panel) is activated since tabs of next panel are hidden by
Hide native tabs of inactive panels
Actual behavior
The first tab of the next panel is activated
Debug info
Addon data
{ "addonVersion": "5.0.0b29", "firefoxVersion": "106.0.5", "settings": { "nativeScrollbars": true, "nativeScrollbarsThin": true, "nativeScrollbarsLeft": false, "selWinScreenshots": false, "updateSidebarTitle": true, "markWindow": false, "markWindowPreface": "[Sidebery] ", "ctxMenuNative": true, "ctxMenuRenderInact": true, "ctxMenuRenderIcons": true, "ctxMenuIgnoreContainers": "", "navBarLayout": "horizontal", "navBarInline": false, "navBarSide": "left", "hideAddBtn": false, "hideSettingsBtn": false, "navBtnCount": false, "hideEmptyPanels": true, "navActTabsPanelLeftClickAction": "none", "navActBookmarksPanelLeftClickAction": "none", "navTabsPanelMidClickAction": "none", "navBookmarksPanelMidClickAction": "none", "navSwitchPanelsWheel": true, "groupLayout": "list", "skipEmptyPanels": false, "dndTabAct": false, "dndTabActDelay": 750, "dndTabActMod": "none", "dndExp": "none", "dndExpDelay": 0, "dndExpMod": "none", "dndOutside": "win", "searchBarMode": "dynamic", "warnOnMultiTabClose": "none", "activateLastTabOnPanelSwitching": true, "showTabRmBtn": true, "hideInact": true, "activateAfterClosing": "next", "activateAfterClosingGlobal": true, "activateAfterClosingNoFolded": true, "activateAfterClosingNoDiscarded": true, "askNewBookmarkPlace": false, "tabsRmUndoNote": true, "nativeHighlight": false, "tabsUnreadMark": false, "tabsUpdateMark": "all", "tabsReloadLimit": 5, "tabsReloadLimitNotif": true, "showNewTabBtns": false, "newTabBarPosition": "bottom", "tabsPanelSwitchActMove": true, "tabsUrlInTooltip": "full", "openSubPanelOnMouseHover": false, "colorizeTabs": false, "colorizeTabsSrc": "domain", "moveNewTabPin": "start", "moveNewTabParent": "none", "moveNewTabParentActPanel": false, "moveNewTab": "end", "moveNewTabActivePin": "start", "pinnedTabsPosition": "panel", "pinnedTabsList": false, "pinnedAutoGroup": false, "tabsTree": false, "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", "colorizeTabsBranches": false, "colorizeTabsBranchesSrc": "url", "warnOnMultiBookmarkDelete": "collapsed", "autoCloseBookmarks": false, "autoRemoveOther": false, "highlightOpenBookmarks": false, "activateOpenBookmarkTab": false, "showBookmarkLen": false, "bookmarksRmUndoNote": true, "loadBookmarksOnDemand": true, "pinOpenedBookmarksFolder": true, "loadHistoryOnDemand": true, "fontSize": "xxs", "animations": true, "animationSpeed": "fast", "theme": "proton", "density": "default", "colorScheme": "ff", "sidebarCSS": true, "groupCSS": false, "snapNotify": true, "snapExcludePrivate": false, "snapInterval": 0, "snapIntervalUnit": "min", "snapLimit": 0, "snapLimitUnit": "snap", "hScrollAction": "none", "navSwitchPanelsDelay": 128, "scrollThroughTabs": "none", "scrollThroughVisibleTabs": false, "scrollThroughTabsSkipDiscarded": false, "scrollThroughTabsExceptOverflow": true, "scrollThroughTabsCyclic": false, "scrollThroughTabsScrollArea": 0, "autoMenuMultiSel": true, "multipleMiddleClose": false, "longClickDelay": 500, "wheelThreshold": false, "wheelThresholdX": 10, "wheelThresholdY": 60, "tabDoubleClick": "none", "tabsSecondClickActPrev": true, "shiftSelAct": true, "activateOnMouseUp": true, "tabLongLeftClick": "none", "tabLongRightClick": "none", "tabCloseMiddleClick": "close", "tabsPanelLeftClickAction": "none", "tabsPanelDoubleClickAction": "tab", "tabsPanelRightClickAction": "menu", "tabsPanelMiddleClickAction": "tab", "newTabMiddleClickAction": "new_child", "bookmarksLeftClickAction": "open_in_act", "bookmarksLeftClickActivate": false, "bookmarksLeftClickPos": "default", "bookmarksMidClickAction": "open_in_new", "bookmarksMidClickActivate": false, "bookmarksMidClickPos": "default", "syncName": "", "syncSaveSettings": false, "syncSaveCtxMenu": false, "syncSaveStyles": false, "syncSaveKeybindings": false }, "permissions": { "allUrls": false, "tabHide": true, "clipboardWrite": true, "webRequest": false, "webRequestBlocking": false }, "storage": { "size": "109 kb", "props": { "containers": "1.25 kb", "favDomains": "12.4 kb", "favHashes": "1.1 kb", "favicons": "76.4 kb", "groupCSS": "2 b", "panelIndex": "1 b", "prevTabsDataCache": "4.55 kb", "profileID": "14 b", "settings": "3.61 kb", "sidebar": "1.12 kb", "sidebarCSS": "60 b", "tabsDataCache": "8.05 kb", "ver": "10 b" } }, "sidebar": { "panels": { "firefox-default": { "type": 2, "id": "firefox-default", "name": "len: 4", "color": "toolbar", "iconSVG": "briefcase", "iconIMGSrc": "", "iconIMG": "", "lockedPanel": false, "skipOnSwitching": false, "noEmpty": false, "newTabCtx": "none", "dropTabCtx": "none", "moveTabCtx": "none", "moveTabCtxNoChild": true, "urlRulesActive": false, "urlRules": "", "bookmarksFolderId": -1, "newTabBtns": [] }, "oUe9jQE0gmHN": { "type": 2, "id": "oUe9jQE0gmHN", "name": "len: 8", "color": "toolbar", "iconSVG": "icon_man", "iconIMGSrc": "", "iconIMG": "", "lockedPanel": false, "skipOnSwitching": false, "noEmpty": false, "newTabCtx": "none", "dropTabCtx": "none", "moveTabCtx": "none", "moveTabCtxNoChild": true, "urlRulesActive": false, "urlRules": "", "bookmarksFolderId": -1, "newTabBtns": [] }, "p6eru0cMEUFN": { "type": 2, "id": "p6eru0cMEUFN", "name": "len: 7", "color": "toolbar", "iconSVG": "icon_lock", "iconIMGSrc": "", "iconIMG": "", "lockedPanel": false, "skipOnSwitching": false, "noEmpty": false, "newTabCtx": "none", "dropTabCtx": "none", "moveTabCtx": "none", "moveTabCtxNoChild": true, "urlRulesActive": false, "urlRules": "", "bookmarksFolderId": -1, "newTabBtns": [] } }, "nav": [ "firefox-default", "oUe9jQE0gmHN", "p6eru0cMEUFN", "sp-0", "settings" ] }, "containers": [ { "id": "firefox-container-1", "cookieStoreId": "firefox-container-1", "name": "8", "icon": "...", "color": "blue", "colorCode": "#37adff", "proxified": false, "proxy": null, "includeHostsActive": false, "includeHosts": "", "excludeHostsActive": false, "excludeHosts": "", "userAgentActive": false, "userAgent": "" }, { "id": "firefox-container-2", "cookieStoreId": "firefox-container-2", "name": "4", "icon": "...", "color": "orange", "colorCode": "#37adff", "proxified": false, "proxy": null, "includeHostsActive": false, "includeHosts": "", "excludeHostsActive": false, "excludeHosts": "", "userAgentActive": false, "userAgent": "" }, { "id": "firefox-container-3", "cookieStoreId": "firefox-container-3", "name": "7", "icon": "...", "color": "green", "colorCode": "#37adff", "proxified": false, "proxy": null, "includeHostsActive": false, "includeHosts": "", "excludeHostsActive": false, "excludeHosts": "", "userAgentActive": false, "userAgent": "" }, { "id": "firefox-container-4", "cookieStoreId": "firefox-container-4", "name": "8", "icon": "...", "color": "pink", "colorCode": "#37adff", "proxified": false, "proxy": null, "includeHostsActive": false, "includeHosts": "", "excludeHostsActive": false, "excludeHosts": "", "userAgentActive": false, "userAgent": "" } ], "sidebarCSSLen": "53", "windows": [ { "state": "normal", "incognito": false, "tabsCount": 61 } ], "bookmarks": { "bookmarksCount": 37, "foldersCount": 9, "separatorsCount": 0, "maxDepth": 3 } }
Logs
The text was updated successfully, but these errors were encountered: