Bug 1969925 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

STR:

1. Open two windows.
2. In the second window, create a tab group, and remove all other tabs in the window.
3. Drag the tab group into the first window.

Expected result:
A `TabUngrouped` and `TabGrouped` event is fired for each tab in the tab group. This is the current behaviour when there are other tabs in the window, and therefore the window does not close.

Actual result:
Only the `TabGrouped` event fires and the `TabUngrouped` event does not fire.
STR:

1. Open two windows.
2. In the second window, create a tab group, and remove all other tabs in the window.
3. Drag the tab group into the first window.

Expected result:
- A `TabUngrouped` and `TabGrouped` event 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 `TabGrouped` events fire and the `TabUngrouped` events do not fire.

Back to Bug 1969925 Comment 0