Clicking a QuickFolders tab from a search result (show as list) should open a new tab. At the moment it apparently doesn't do anything (the title in current folder bar changes, but it doesn't open the folder). AS we have a search results tab, the best approach would be leaving the results in that tab and opening a new tab (or reusing a tab if it already has the folder open).
The error log shows:
ensureNormalFolderView failed:
this._modeTemplate is undefined
aSourceName: chrome://messenger/content/about3Pane.js, line: 2082, copl: 0, flg: 1 _toggleMode
chrome://messenger/content/about3Pane.js:2082:7
set activeModes@chrome://messenger/content/about3Pane.js:1995:12
ensureNormalFolderView@chrome://quickfolders/content/quickfolders-util.js:577:9
QuickFolders_MySelectFolder@chrome://quickfolders/content/quickfolders.js:2283:10
onButtonClick@chrome://quickfolders/content/quickfolders-interface.js:2793:40
addFolderButton/<@chrome://quickfolders/content/quickfolders-interface.js:2461:9
quickfolders-util.js:1335:15
Uncaught TypeError: this._modes[name].containerList is undefined
getRowForFolder chrome://messenger/content/about3Pane.js:2391
QuickFolders_MySelectFolder chrome://quickfolders/content/quickfolders.js:2292
onButtonClick chrome://quickfolders/content/quickfolders-interface.js:2793
addFolderButton chrome://quickfolders/content/quickfolders-interface.js:2461
about3Pane.js:2391:19
debuggee 'resource://devtools/shared/loader/base-loader.sys.mjs:313' would run builtin-modules.js:105:11
Clicking a QuickFolders tab from a search result (show as list) should open a new tab. At the moment it apparently doesn't do anything (the title in current folder bar changes, but it doesn't open the folder). AS we have a search results tab, the best approach would be leaving the results in that tab and opening a new tab (or reusing a tab if it already has the folder open).
The error log shows: