Closed
Bug 417251
Opened 17 years ago
Closed 17 years ago
Search bar magnifying button should respect common shortcuts to open links
Categories
(Firefox :: Search, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: adelfino, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b4pre) Gecko/2008021306 Minefield/3.0b4pre
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b4pre) Gecko/2008021306 Minefield/3.0b4pre
Middle clicking the magnifying button, should open the search results in a new tab, in the background.
Middle clicking the magnifying button while pressing <Shift>, should open the search results in a new tab, in the foreground.
Right now, is works the opposite way, which is confusing.
Reproducible: Always
Reporter | ||
Updated•17 years ago
|
Version: unspecified → Trunk
Comment 1•17 years ago
|
||
This depends on the browser.tabs.loadBookmarksInBackground pref (the pref name is misleading, it applies to most UI elements and not just bookmarks).
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 2•17 years ago
|
||
(In reply to comment #1)
> This depends on the browser.tabs.loadBookmarksInBackground pref (the pref name
> is misleading, it applies to most UI elements and not just bookmarks).
>
Why the need of opt-in for consistent behavior?
Comment 3•17 years ago
|
||
Are you saying that the search button behaves differently than, say, a bookmark in the bookmarks toolbar, when middle clicked? They are consistent for me.
Reporter | ||
Comment 4•17 years ago
|
||
(In reply to comment #3)
> Are you saying that the search button behaves differently than, say, a bookmark
> in the bookmarks toolbar, when middle clicked? They are consistent for me.
The first place where a user learns about middle clicking is in a Web page. When middle clicking a link in a Web page, the user sees how it opens in a background tab. I think everything middle clicked should act that way, to be consistent.
Comment 5•17 years ago
|
||
browser.tabs.loadInBackground controls content area middle clicks, while browser.tabs.loadBookmarksInBackground controls UI middle clicks. They have different default values. I don't think we plan on changing that - the use cases for middle clicking content vs. chrome are different. If you still think this should be revisited, please file a Firefox::General bug with this in mind.
You need to log in
before you can comment on or make changes to this bug.
Description
•