Open
Bug 295098
Opened 20 years ago
Updated 4 months ago
Add UI for the "browser.tabs.loadBookmarksInBackground" pref (select new tabs opened from bookmarks)
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
NEW
People
(Reporter: Athropos, Unassigned)
References
Details
Attachments
(1 file)
2.85 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050521 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050521 Firefox/1.0+
Users can choose in the preferences if new tabs should be automatically selected
or not. This applies to links in web pages, but not to tabs opened by
middle-clicking on a bookmark in the bookmarks toolbar, these tabs are always
automatically selected. I think the same behavior should be used.
Reproducible: Always
Steps to Reproduce:
1. Go to Options -> Tabs, and uncheck 'select new tabs opened from links'
2. Middle-click on a bookmark in the bookmarks toolbar
Actual Results:
A new tab is opened and automatically focused
Expected Results:
The new tab should not be automatically focused to respect the preferences
Comment 1•20 years ago
|
||
You can control the bookmark behavior by toggling the
browser.tabs.loadBookmarksInBackground pref.
I think it's very unlikely that UI is added for this, but it's a valid request.
Severity: normal → trivial
Status: UNCONFIRMED → NEW
Component: Tabbed Browser → Preferences
Ever confirmed: true
OS: Windows XP → All
QA Contact: tabbed.browser → preferences
Hardware: PC → All
Summary: Tab opened by middle-clicking on a bookmark in the bookmark toolbar should respect the tabs preferences → Add UI for the "browser.tabs.loadBookmarksInBackground" pref (select new tabs opened from bookmarks)
Version: unspecified → Trunk
Reporter | ||
Comment 2•20 years ago
|
||
I don't know if a specific UI should be added for bookmarks, but perhaps the
same UI could be used for both links and bookmarks? They are both about opening
new tabs, so why not?
Comment 3•20 years ago
|
||
(In reply to comment #2)
> They are both about opening new tabs, so why not?
Because people want to have different settings for both.
Comment 4•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511
Firefox/1.0.4
I'm not sure if this was introduced with the latest version of Firefox, but
there's a "Select new tabs opened from bookmarks or history" option right below
the "Select new tabs opened from links" on the Options->Tabs menu.
Reporter | ||
Comment 5•20 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050522
Firefox/1.0+ is the latest version. It seems that this pref has gone on trunk
builds...
Comment 6•20 years ago
|
||
(In reply to comment #5)
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050522
> Firefox/1.0+ is the latest version. It seems that this pref has gone on trunk
> builds...
There is still the <!ENTITY loadBookmarksInBackground.label "Select new tabs
opened from bookmarks or history"> label in the tabs.dtd locale file.
I believe this was removed with the new prefs window that Ben Goodger landed a
few months ago.
Comment 7•19 years ago
|
||
*** Bug 309005 has been marked as a duplicate of this bug. ***
Comment 9•19 years ago
|
||
With the patch above, the prompt says:
Load middle-clicked bookmarks in the background
However, it turns out that this behaviour isn't quite right. This only works as
labeled if "Load middle-clicked URLs in new tabs" is checked. It would make
more sense to move the checkbox below "Select new tabs created by links" and
re-label it:
Select new tabs created by bookmarks
Comment 10•19 years ago
|
||
Comment on attachment 199890 [details] [diff] [review]
Adds checkbox for bookmarks in background option
Given the prior comment, it does not make sense to review the current patch
just yet...
Attachment #199890 -
Flags: review?(beng.bugs)
Comment 11•19 years ago
|
||
Okay. It was probably a good idea to check if I had a tabbar-related extension
installed before getting into this one. Well, I have now disabled it. And what
do you know! The unaltered preferences actually looks "right". More
specifically, the default label is:
Select new tabs opened from bookmarks or history
Now, the "or history" part really should be a separate option, but for now this
is a step in the right direction.
So, can we go with the above patch? I'd like to re-request review but want to
know if this works for others first...
Comment 12•18 years ago
|
||
So, it's a year to the day since there was any activity on this bug and things have moved on slightly. In Fx2 RC3, the relevant preference is...
"When I open a link in a new tab, switch to it immediately".
However, it still only changes the behaviour regarding links but I agree with those who feel it should change the behaviour regarding bookmarks as well. I understand Gavin's point that there should be two settings because some people want to be able to set them differently.
To avoid UI clutter, how about having the UI change both the underlying settings? If power-users want to have the settings set to different values then they can still use about:config to override.
Is this a reasonable approach that would satisfy the various groups?
Comment 13•18 years ago
|
||
*** Bug 356974 has been marked as a duplicate of this bug. ***
Comment 16•6 years ago
|
||
To avoid UI clutter, how about having the UI change both the underlying settings? If power-users want to have the settings set to different values then they can still use about:config to override.
I think this would be a good solution for this. And at the very least defaulting browser.tabs.loadBookmarksInBackground to true would be good to have consistency with normal links.
Updated•2 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•