Closed
Bug 1956029
Opened 29 days ago
Closed 22 days ago
The suggested Tabs panel does not have a scroll bar and the Cancel and Done buttons are not visible with a lot of tab suggestions
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
VERIFIED
FIXED
139 Branch
People
(Reporter: rdoghi, Assigned: vbaungally)
References
(Blocks 2 open bugs)
Details
Attachments
(3 files)
Found in
- Nightly 138.0a1 (2025-03-24)
Affected versions
- Nightly 138.0a1 (2025-03-24)
Affected platforms
- all
Preconditions
Enable Smart Tab groups.
Steps to reproduce
- Have a least 30 similar tabs in the Tab strip.
- Right Click a tab and create a new group.
- Click the Suggest more tabs button and Continue opting in.
- Wait for the Tab suggestions to load.
Expected result
- The Tab suggestions panel should have a scroll bar.
Actual result
- There is no scroll bar for the tabs suggestions panel and the cancel and Done buttons are out of view.
Regression range
Not a regression.
Assignee | ||
Comment 3•25 days ago
|
||
Pushed by vbaungally@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/11d95e168d7b
Limit number of tabs suggested to 10. r=rrando,tabbrowser-reviewers
Comment 5•22 days ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 22 days ago
status-firefox139:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
Assignee | ||
Comment 6•21 days ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D243453
Updated•21 days ago
|
Attachment #9476320 -
Flags: approval-mozilla-beta?
Comment 7•21 days ago
|
||
beta Uplift Approval Request
- User impact if declined: The modal is not scrollable if we have overflow for a lot of tabs. This is per spec to limit the number of suggested tabs to 10.
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: First turn on the following prefs:
browser.ml.enable
andbrowser.tabs.groups.smart.enabled
. This enables smart tab grouping. Then open at least 11 tabs with the same url but a number appended at the end (e.g. #11). This will ensure that the tab will be suggested for the suggest flow. Now right click on a tab and click on "Add Tab to Group" and then "Suggest more of my tabs". Only 10 tabs max should be suggested. - Risk associated with taking this patch: There shouldn't be a risk here, just limiting the number of tabs that are suggested
- Explanation of risk level: We're just limiting the number of tabs for better UX.
- String changes made/needed: No
- Is Android affected?: no
Updated•20 days ago
|
Attachment #9476320 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•20 days ago
|
Reporter | ||
Comment 9•20 days ago
|
||
Verified as fixed in our latest Beta 138.0b3 as well as our latest Nightly build 139.0a1 (2025-04-02)
You need to log in
before you can comment on or make changes to this bug.
Description
•