Closed
Bug 1959407
Opened 21 days ago
Closed 6 days ago
Moving pinned tab when they are overflowing will not keep the moved tab in view after area is scrolled
Categories
(Firefox :: Sidebar, defect, P2)
Tracking
()
VERIFIED
FIXED
139 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | unaffected |
firefox137 | --- | unaffected |
firefox138 | --- | wontfix |
firefox139 | --- | verified |
People
(Reporter: atrif, Assigned: nsharpley)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [fidefe-sidebar])
Attachments
(2 files)
Found in
- 138.0b5
Affected versions
- 139.0a1 (2025-04-08)
- 138.0b5
Tested platforms
- Affected platforms: Windows 10x64, macOS. Ubuntu 24
- Unaffected platforms: none
Preconditions
- sidebar enabled
- vertical tab enabled
- sidebar placed on the left side
- expand on hover enabled
Steps to reproduce
- Pin multiple tabs until they overflow.
- Move one pinned tab from the top to the bottom.
Expected result
- The pinned tab is kept in view.
Actual result
- The pinned tab is removed from view.
Regression range
- This happens after the implementation of the scrollbar for the pinned tabs (bug 1954990). I will set it as the regressor. Please remove it if you feel otherwise.
Additional notes
- Attached a screen recording.
Updated•21 days ago
|
Comment 1•21 days ago
|
||
:sclements, since you are the author of the regressor, bug 1954990, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Flags: needinfo?(sclements)
Updated•16 days ago
|
Severity: -- → S4
Flags: needinfo?(sclements)
Priority: -- → P2
Updated•16 days ago
|
Assignee: nobody → sclements
Status: NEW → ASSIGNED
Assignee | ||
Updated•7 days ago
|
Assignee: sclements → nsharpley
Assignee | ||
Comment 2•7 days ago
|
||
Pushed by nsharpley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fb2c0705c5ed
Use scrollPosition instead of scrollTop for vertical-pinned-tabs-container r=tabbrowser-reviewers,sthompson
Comment 4•6 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 days ago
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
Reporter | ||
Comment 5•5 days ago
|
||
Verified fixed with 139.0a1 (2025-04-24) on Windows 10x64, macOS 12 and Ubuntu 24.04. The pinned tabs are correctly kept in view while moved, and they overflow.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•