Closed
Bug 1996103
Opened 5 months ago
Closed 4 months ago
Fix issues with collapsing a tab group that contains a split view
Categories
(Firefox :: Tabbed Browser: Split View, defect)
Firefox
Tabbed Browser: Split View
Tracking
()
VERIFIED
FIXED
146 Branch
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | verified |
People
(Reporter: kcochrane, Assigned: kcochrane)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-splitview])
Attachments
(1 file)
Two issues are going on here:
When collapsing a tab group that contains a split view and no other tabs, the split view is still shown rather than hidden as expected and the overflow count reads "+0". We shouldn't be displaying any overflow count that's less than 1.
Another issue I've seen with tab groups that contain nothing but a split view is that there's supposed to be a transition when collapsing/expanding the tab group that doesn't seem to be applying to the split view.
Note there's already another bug on file for collapsing a tab group not hiding the split view when it doesn't contain an active tab (bug 1995257).
Updated•5 months ago
|
| Assignee | ||
Updated•5 months ago
|
Assignee: nobody → kcochrane
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•4 months ago
|
||
Pushed by kcochrane@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/e957f391a8f3
https://hg.mozilla.org/integration/autoland/rev/38fc633e08c1
Fix issues with collapsing a tab group that contains a split view r=tabbrowser-reviewers,nsharpley,sthompson
Comment 4•4 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox146:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
Comment 5•4 months ago
|
||
Verified that:
- Collapsing a tab group that contains a split view while the split view is not selected will collapse the tab group as expected.
- The overflow count no longer shows a
0value when collapsing a tab group that contains only a split view
Status: RESOLVED → VERIFIED
QA Whiteboard: [qa-ver-done-c146/b145]
Updated•2 months ago
|
Component: Tabbed Browser → Tabbed Browser: Split View
You need to log in
before you can comment on or make changes to this bug.
Description
•