temporary-containers
temporary-containers copied to clipboard
Link context menu doesn't respect browser.tabs.loadInBackground
- Temporary Containers Version: 1.9.2
- Firefox Version: 90.0
Actual behavior
Context menu "open link in new temporary container tab" doesn't respect user preference "browser.tabs.loadInBackground" (about:preferences > general > tabs > when you open a link, image or media in a new tab, switch to it immediately) Link is opened in a new tab but there is no auto switch to that tab
Expected behavior
Auto switch to new tab when browser.tabs.loadInBackground = false
Notes
Firefox's "open in a new tab" context menu does auto switch
Similar to https://github.com/stoically/temporary-containers/issues/523, without Add-ons being able to get the configuration value of browser.tabs.loadInBackground this can't be supported directly and would need some preference in TC instead.