Closed
Bug 198028
Opened 22 years ago
Closed 18 years ago
"Go" toolbar button should respect key modifiers (Shift/Ctrl/Alt)
Categories
(Firefox :: Toolbars and Customization, enhancement)
Firefox
Toolbars and Customization
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: djst, Unassigned)
References
(Blocks 1 open bug, )
Details
When pressing Shift+Go, the url should open in a new window.
When pressing Ctrl+Go, the url should open in a new tab (background by default)
When pressing Shift+Ctrl+Go, the url should open in a new tab (foreground by
default)
Reporter | ||
Comment 1•22 years ago
|
||
The background/foreground tab behavior could of course be debated, since Hyatt
seems to like not respecting that setting when Ctrl-clicking on a bookmark. But
personally, I'd rather make it consequent everywhere (e.g. ctrl+click should
open in background and shift+ctrl+click should open in foreground), including
bookmarks.
Reporter | ||
Updated•22 years ago
|
Summary: Go button should respect key modifiers (Shift/Ctrl) → "Go" toolbar button should respect key modifiers (Shift/Ctrl)
Reporter | ||
Updated•22 years ago
|
Severity: normal → enhancement
Updated•22 years ago
|
Blocks: link-modifiers
Comment 3•22 years ago
|
||
Related:
bug 197304
bug 187096 (?)
Comment 4•20 years ago
|
||
Middle click on Go should also cause the page to open in a new tab, which it
doesn't.
Reporter | ||
Comment 5•20 years ago
|
||
The Go button is now consistent with the address bar keyboard modifiers.
Although this is better than not respecting key modifiers at all, it's not
consistent with the rest of the Firefox mouse shortcuts. Since Go is a toolbar
button, it should behave like the other toolbar buttons, e.g. Home or a bookmark
on the Bookmark Toolbar. The main reason here is because we're talking about
/mouse/ shortcuts, not /keyboard/ shortcuts.
To re-summarize:
* Shift+Go: open the url in a new window.
* Ctrl+Go: open the url in a new tab (background by default).
* Ctrl+Shift+Go: open the url in a new tab (foreground by
default).
* Alt+Go: save the url target.
Assignee: hyatt → bugs
Summary: "Go" toolbar button should respect key modifiers (Shift/Ctrl) → "Go" toolbar button should respect key modifiers (Shift/Ctrl/Alt)
Reporter | ||
Comment 6•20 years ago
|
||
As a side-note, this would also make the Go button actually useful for a
specific scenario, when you want to save a file from the web to your hard drive,
and you only have the url, not a clickable link.
For example, you want to save http://foo.bar/baz.txt. Normally, you would have
to enter the url in Firefox and hit Enter, which would display the file in this
case, since it's text/plain. Then you would select [File > Save Page As...] to
actually save the file. Or if you are on Linux, you would probably use wget instead.
Anyway, if this bug was fixed, you could just enter the url and hit Alt+Go to
automatically save the file, as if you Alt+clicked on a link.
Updated•19 years ago
|
Assignee: bugs → nobody
QA Contact: bugzilla → toolbars
Comment 7•19 years ago
|
||
As David mentions, bug 206268 fixed this use the same handler as the URL bar, so
the same modifier behavior is observed.
Hardware: PC → All
Version: unspecified → Trunk
Comment 8•18 years ago
|
||
With a few-hours old trunk build:
Shift+Go opens a new window
Ctrl+Go opens a new foreground tab, by the same logic as bookmarks, that you're picking a single thing to look at, unlike links where you may well open dozens at once to look at later.
Ctrl+Shift+Go opens a new background tab
Alt+Go saves the URL.
I'd say you've been fixed, though somewhere else. If you really want to argue the foreground/background thing, that's grounds for a new bug.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Comment 9•18 years ago
|
||
What about ctrl clicking and middle clicking?
You need to log in
before you can comment on or make changes to this bug.
Description
•