Closed
Bug 1969925
Opened 10 months ago
Closed 10 months 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•10 months ago
|
Severity: -- → S3
Priority: -- → P1
| Assignee | ||
Updated•10 months ago
|
Whiteboard: [fidefe-tabgrps-tabbrowser]
Updated•10 months ago
|
| Assignee | ||
Comment 1•10 months 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: 10 months ago
status-firefox141:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 141 Branch
Updated•9 months ago
|
Assignee: jswinarton → nobody
QA Whiteboard: [qa-triage-done-c142/b141]
Updated•9 months ago
|
Assignee: nobody → jswinarton
You need to log in
before you can comment on or make changes to this bug.
Description
•