Closed
Bug 1969925
Opened 1 year ago
Closed 1 year ago
`TabUngrouped` not fired if a tab group moves between windows, and it the group is the only thing on the tab strip
Categories
(Firefox :: Tabbed Browser, defect, P1)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
141 Branch
| Tracking | Status | |
|---|---|---|
| firefox141 | --- | fixed |
People
(Reporter: jswinarton, Assigned: jswinarton)
References
Details
(Whiteboard: [fidefe-tabgrps-tabbrowser])
Attachments
(1 file)
STR:
- Open two windows.
- In the second window, create a tab group, and remove all other tabs in the window.
- Drag the tab group into the first window.
Expected result:
- A
TabUngroupedandTabGroupedevent is fired for each tab in the tab group. This is the current behaviour when there are other tabs in the window (and thus the window does not close when the group is moved).
Actual result:
- Only the
TabGroupedevents fire and theTabUngroupedevents do not fire.
| Assignee | ||
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P1
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [fidefe-tabgrps-tabbrowser]
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by jswinarton@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/d51d008ac7b7
https://hg.mozilla.org/integration/autoland/rev/d3beeb6bbbec
Dispatch TabGrouped when adopting tab group and it is the last thing on the tab strip r=sthompson,tabbrowser-reviewers
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
Updated•1 year ago
|
Assignee: jswinarton → nobody
QA Whiteboard: [qa-triage-done-c142/b141]
Updated•1 year ago
|
Assignee: nobody → jswinarton
You need to log in
before you can comment on or make changes to this bug.
Description
•