Empty strip remains and stories section cut when scrolling on homescreen with the toolbar set to top with composable toolbar disabled
Categories
(Firefox for Android :: Toolbar, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox144 | --- | unaffected |
| firefox145 | --- | verified |
| firefox146 | --- | verified |
| firefox147 | --- | verified |
People
(Reporter: ljanos, Assigned: petru)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [fxdroid][group3])
Attachments
(9 files)
|
4.18 MB,
video/mp4
|
Details | |
|
3.79 MB,
video/mp4
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
3.01 MB,
video/mp4
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-release+
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-release+
|
Details | Review |
Steps to reproduce
- Make sure Composable toolbar is disabled from Secret Settings.
- Make sure to have the toolbar set on top in Settings>Customize.
- Go to homescreen and scroll down.
- Observe the top part of the screen.
Expected behavior
The whole screen is scrolled.
Actual behavior
- There's an empty strip above the logo and the PB icon that remains there when scrolling.
- Stories section is either cut or not reachable on some devices.
Device information
- Firefox versions: Nightly 146.0a1, Beta 145.0b9, RC 145.0
- Android device model: OnePlus 13R
- Android OS version: 15
Any additional information?
As the composable toolbar is not enabled by default on the latest Beta (145.0b9) and latest RC 145.0 builds, the issue is reproducible without any additional settings, on Nightly the feature needs to be turned off in order to reproduce the issue.
- Last good build: Nightly 145.0a1 from 2025-09-17-16-16-33.
- First bad build: Nightly 145.0a1 from 2025-09-18-09-15-32.
| Reporter | ||
Updated•9 months ago
|
| Reporter | ||
Updated•9 months ago
|
Updated•9 months ago
|
| Reporter | ||
Updated•9 months ago
|
| Reporter | ||
Comment 1•9 months ago
|
||
Stories section is not reachable on Lenovo TB X606X (Android 10)
| Assignee | ||
Updated•9 months ago
|
Updated•9 months ago
|
| Assignee | ||
Comment 4•9 months ago
|
||
The View based toolbar is part of the layout while the composable toolbar is
added as an overlay so only n this case the padding is needed.
Comment 5•9 months ago
|
||
Set release status flags based on info from the regressing bug 1988105
Updated•9 months ago
|
| Assignee | ||
Comment 6•9 months ago
|
||
This is an old bug stemming from the act that home Views are not shown in a
vertical layout group but rather independent from each other so they need
custom padding set to ensure a consistent UI.
(Fix/issue can be observed more easily if the tabstrip is also enabled)
https://hg.mozilla.org/mozilla-central/rev/9e05261f9cde
https://hg.mozilla.org/mozilla-central/rev/90d390c049c7
| Assignee | ||
Updated•9 months ago
|
Comment 9•9 months ago
|
||
The patch landed in nightly and beta is affected.
:petru, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- See https://wiki.mozilla.org/Release_Management/Requesting_an_Uplift for documentation on how to request an uplift.
- If no, please set
status-firefox146towontfix.
For more information, please visit BugBot documentation.
Comment 10•9 months ago
|
||
This issue is still reproducible on the latest Nightly 147.0a1 (2025-11-13) using a Moto G72 (Android 13) and a Realme 14 Pro+ 5G (Android 15). On both devices, both issues are reproducible — the empty strip and the cut Stories section.
On a Samsung S25 Ultra (Android 15) and a Google Pixel 10 (Android 16), the empty strip does not appear, but the Stories section is still cut.
Comment 11•9 months ago
|
||
Verified as fixed on the latest Nighlty 147.0a1 with Realme 14 Pro + 5G - Android 15, Moto G72 (Android 13) , and Google Pixel 10 (Android 16).
Updated•9 months ago
|
Updated•9 months ago
|
| Assignee | ||
Comment 12•9 months ago
|
||
The layout is updated to account for the top View based toolbar inside
HomeToolbarView already.
Original Revision: https://phabricator.services.mozilla.com/D272235
Updated•9 months ago
|
Comment 13•9 months ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined: Incorrect margins for the content of the home screen resulting in either empty space at the top either content being clipped at the bottom.
- Code covered by automated testing: no
- Fix verified in Nightly: yes
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: https://bugzilla.mozilla.org/show_bug.cgi?id=1998100#c0
- Risk associated with taking this patch: low
- Explanation of risk level: Small targeted change verified by QA in Nightly.
- String changes made/needed: --
- Is Android affected?: yes
| Assignee | ||
Comment 14•9 months ago
|
||
This is an old bug stemming from the act that home Views are not shown in a
vertical layout group but rather independent from each other so they need
custom padding set to ensure a consistent UI.
(Fix/issue can be observed more easily if the tabstrip is also enabled)
Original Revision: https://phabricator.services.mozilla.com/D272243
| Assignee | ||
Comment 15•9 months ago
|
||
The layout is updated to account for the top View based toolbar inside
HomeToolbarView already.
Original Revision: https://phabricator.services.mozilla.com/D272235
Updated•9 months ago
|
Comment 16•9 months ago
|
||
firefox-release Uplift Approval Request
- User impact if declined: Incorrect margins for the content of the home screen resulting in either empty space at the top either content being clipped at the bottom.
- Code covered by automated testing: no
- Fix verified in Nightly: yes
- Needs manual QE test: yes
- Steps to reproduce for manual QE testing: https://bugzilla.mozilla.org/show_bug.cgi?id=1998100#c0
- Risk associated with taking this patch: low
- Explanation of risk level: Small targeted change verified by QA in Nightly.
- String changes made/needed: --
- Is Android affected?: yes
| Assignee | ||
Comment 17•9 months ago
|
||
This is an old bug stemming from the act that home Views are not shown in a
vertical layout group but rather independent from each other so they need
custom padding set to ensure a consistent UI.
(Fix/issue can be observed more easily if the tabstrip is also enabled)
Original Revision: https://phabricator.services.mozilla.com/D272243
Updated•9 months ago
|
Updated•9 months ago
|
Updated•9 months ago
|
Comment 18•9 months ago
|
||
| uplift | ||
Comment 19•9 months ago
•
|
||
Verified as fixed on the RC 145.0.1 with Samsung S24 Ultra (Android 15).
Updated•9 months ago
|
Updated•9 months ago
|
Updated•9 months ago
|
Comment 20•9 months ago
|
||
| uplift | ||
Comment 22•9 months ago
•
|
||
Verified as fixed on Fenix 146.0b5 using a Google Pixel 10 (Android 16) and a Moto G72 (Android 13). However, we opened a new issue exclusively affecting tablets in strip mode.
| Assignee | ||
Updated•9 months ago
|
Description
•