Closed
Bug 2001906
Opened 2 months ago
Closed 1 month ago
Selecting multiple tabs using Shift-Click and adding a note only adds note to the tab that was clicked despite multiple tabs being selected
Categories
(Firefox :: Tabbed Browser, task, P2)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
148 Branch
| Tracking | Status | |
|---|---|---|
| firefox148 | --- | fixed |
People
(Reporter: Tobbi, Assigned: jswinarton)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-tabgrps])
Attachments
(1 file)
Steps to reproduce:
- Open multiple tabs in a session.
- Select any number of these opened tabs by holding down the Shift key, then selecting some of the tabs in sequence.
- Right-click on one of the tabs, select "Add Note", then add a note and confirm.
- Right-click on any of the tabs you selected.
Expected results:
Either all but the active tabs get unselected before adding a note, the "add note" function is not available when selecting multiple tabs or the note is added to all of the selected tabs.
Actual results:
The note is only added to the tab you right-clicked on (all the other context menu options refer to the group, this is the only one that doesn't).
| Reporter | ||
Updated•2 months ago
|
Summary: Selecting multiple tabs using Shift-Click and adding a note only adds note to the rightmost tab → Selecting multiple tabs using Shift-Click and adding a note only adds note to the tab that was clicked despite multiple tabs being selected
| Reporter | ||
Updated•2 months ago
|
Version: unspecified → Trunk
Updated•2 months ago
|
Updated•2 months ago
|
Comment 1•2 months ago
|
||
We'll address this with the following logic:
- if all multiselected tabs have the same canonical URL, allow the "add note"/"edit note" context menu entry
- if the multiselected tabs have more than one canonical URL, disable the "add note"/"edit note" context menu entry
Type: defect → task
Priority: -- → P2
Updated•2 months ago
|
Points: --- → 1
| Assignee | ||
Updated•1 month ago
|
Assignee: nobody → jswinarton
| Assignee | ||
Comment 2•1 month ago
|
||
Pushed by jswinarton@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/c7f62c9b514c
https://hg.mozilla.org/integration/autoland/rev/361696d69437
Improve multiselect behaviour for tab notes r=dwalker,tabbrowser-reviewers
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox148:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 148 Branch
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c149/b148]
You need to log in
before you can comment on or make changes to this bug.
Description
•