history doesn't respect browser.tabs.loadInBackground
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
People
(Reporter: support, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36
Steps to reproduce:
-
ensure that you have browser.tabs.loadInBackground set to true
-
open history with ctrl+h or chrome://browser/content/places/historySidebar.xhtml
-
ctrl+click any item
Actual results:
firefox switches to the newly opened tab
Expected results:
the new tab must open in the background, you should remain in the tab active before the click
Comment 1•5 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox::Tabbed Browser' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•5 months ago
|
||
Set browser.tabs.loadBookmarksInBackground
to true instead of browser.tabs.loadInBackground
Updated•5 months ago
|
Comment 3•5 months ago
|
||
Hello!
Could you please re-test using the steps from Comment 2 and confirm if the issue is still reproducible with browser.tabs.loadBookmarksInBackground
set to true
?
Thank you.
yes, i confirm that setting browser.tabs.loadBookmarksInBackground to true works
sorry for the late reaction - i somehow missed that comment
thank you
i mean, it is not reproducible after settings browser.tabs.loadBookmarksInBackground to true
i.e. settings browser.tabs.loadBookmarksInBackground to true solves the issue, both for history open in sidebar and in full window
Comment 7•4 months ago
|
||
The severity field is not set for this bug.
:mak, could you have a look please?
For more information, please visit BugBot documentation.
Comment 8•4 months ago
•
|
||
yeah, the naming of the pref is not great, but we can't easily change it. It actually refers to both bookmarks and history views.
Description
•