Using the Mouse Wheel to open a Bookmark is switching to tab
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
People
(Reporter: andro.marian.v94, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
Click on a Bookmark with mouse Wheel.
Actual results:
The opened tab is focused immediately.
Expected results:
To not focus the tab if the option "When you open a link in a new tab, switch to it immediately" is disabled.
- 2 hotkeys are reversed:
Website link:
* Normal click: Open the link is same page.
* Ctrl+Click: Open the link in new tab. Without Focus.
* Shift: Open the link in a new window.
* Ctrl+Shift: Open the link in new tab. With Focus.
Bookmark link:
* Normal click: Open the link is same page. (SAME)
* Ctrl+Click: Open the link in new tab. With Focus. (WRONG)
* Shift: Open Open the link in a new window. (SAME)
* Ctrl+Shift: Open the link in new tab. Without Focus. (WRONG)
Updated•5 years ago
|
Comment 2•5 years ago
|
||
check browser.tabs.loadBookmarksInBackground in about:config
Description
•