Closed
Bug 1473187
Opened 7 years ago
Closed 7 years ago
Add ability to select multiple tabs using both Shift + Ctrl/Cmd at the same time
Categories
(Firefox :: Tabbed Browser, enhancement, P2)
Firefox
Tabbed Browser
Tracking
()
VERIFIED
FIXED
Firefox 63
People
(Reporter: ablayelyfondou, Assigned: ablayelyfondou, Mentored)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This should work like mutli-select using shift only except that it doesn't remove tabs from the selection.
For example let's consider the following scenario with five tabs:
1. A,B,C,D,E
2. switch to tab C (Active tab)
3. hold Shift key only and select tab E
4. A,B are not selected and C-E selected
5. Hold Shift+Ctrl/Cmd and select tab A
6. A-E are selected.
Now if only Shift key was held in 5:
a. the selected tabs would be A-C
b. and D,E would be removed from the selection.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8990531 [details]
Bug 1473187 - Add support for using both Shift and Ctrl/Cmd at the same time to select tabs.
https://reviewboard.mozilla.org/r/255554/#review262542
::: browser/base/content/test/tabs/browser_multiselect_tabs_using_Shift_and_Ctrl.js:68
(Diff revision 1)
> + ok(tab1.multiselected, "Tab1 is multi-selected");
> + ok(!tab2.multiselected, "Tab2 is not multi-selected ");
> + ok(tab3.multiselected, "Tab3 is multi-selected");
> + ok(!tab4.multiselected, "Tab4 is not multi-selected");
> + ok(!tab5.multiselected, "Tab5 is not multi-selected");
> + is(gBrowser.multiSelectedTabsCount, 2, "Three tabs are multi-selected");
Nit: "Two tabs..."
Attachment #8990531 -
Flags: review?(gijskruitbosch+bugs) → review+
Comment hidden (mozreview-request) |
Pushed by jwein@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0a40095e5329
Add support for using both Shift and Ctrl/Cmd at the same time to select tabs. r=Gijs
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Comment 6•6 years ago
|
||
Verified fixed in latest nightly 65.0a1(2018-11-08) and latest Beta 64.0b8 on Windows 10x64, macOS 10.13 and Ubuntu 16.04x64.
You need to log in
before you can comment on or make changes to this bug.
Description
•