Closed
Bug 644186
Opened 15 years ago
Closed 12 years ago
Shift-clicking the "Open a new tab" button should open a new window
Categories
(Firefox :: Tabbed Browser, enhancement)
Firefox
Tabbed Browser
Tracking
()
VERIFIED
FIXED
Firefox 30
People
(Reporter: emddudley, Assigned: beberveiga)
Details
Attachments
(1 file, 1 obsolete file)
|
1.83 KB,
patch
|
dao
:
review+
manishearth
:
feedback+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0) Gecko/20100101 Firefox/4.0
Shift-clicking the "Open a new tab" button on the tab bar should open a new window. I like the new minimalistic look in Firefox 4, and I'd prefer not to add a big custom button to the main toolbar or up next to the tab bar.
Having a button to open a new window allows me to do so in a single click, unlike the File menu. Using the keyboard shortcut (CTRL+N) requires me to move my hand from the mouse to the keyboard, which also slows me down.
Reproducible: Always
Steps to Reproduce:
1. Hold Shift key and left-click the "Open a new tab" button on the tab bar.
Actual Results:
A new tab is opened.
Expected Results:
A new window is opened.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #8357732 -
Flags: review?(dao)
Comment 2•12 years ago
|
||
Comment on attachment 8357732 [details] [diff] [review]
644186-shift-clicking-the-open-a-new-tab-button-opens-new-window.patch
>+ if (event.shiftKey) {
>+ openUILinkIn(BROWSER_NEW_TAB_URL, "window");
Seems like this should be consistent with Ctrl+N / File -> New Window and just call OpenBrowserWindow.
Comment 3•12 years ago
|
||
But that would then probably lead to confusing behavior due to bug 725579.
| Assignee | ||
Comment 4•12 years ago
|
||
Attachment #8357732 -
Attachment is obsolete: true
Attachment #8357732 -
Flags: review?(dao)
Comment 5•12 years ago
|
||
Changing that is entirely up to bug 725579. Making different methods of opening a new window behave differently just adds to the confusion.
| Assignee | ||
Updated•12 years ago
|
Attachment #8357736 -
Flags: review?(dao)
Updated•12 years ago
|
Assignee: nobody → contact
Comment 6•12 years ago
|
||
Comment on attachment 8357736 [details] [diff] [review]
644186-shift-clicking-the-open-a-new-tab-button-opens-new-window.patch
Review of attachment 8357736 [details] [diff] [review]:
-----------------------------------------------------------------
Tested, seems to work :)
Attachment #8357736 -
Flags: feedback+
Updated•12 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•12 years ago
|
Attachment #8357736 -
Flags: review?(dao) → review+
Updated•12 years ago
|
Keywords: checkin-needed
Comment 7•12 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Updated•12 years ago
|
Comment 8•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 30
You need to log in
before you can comment on or make changes to this bug.
Description
•