The "Collection deleted" snack bar overlaps the toolbar
Categories
(Firefox for Android :: Collections, defect, P3)
Tracking
()
People
(Reporter: dpop, Assigned: rebecatudor273)
References
Details
(Whiteboard: [fxdroid])
Attachments
(3 files)
Preconditions
- Set the toolbar placement to "Bottom".
- Create a collection.
Steps to reproduce
- From homepage > Collections, expand the collection.
- Tap the 3 dot menu and select "Delete collection".
- Observe the snack bar placement.
Expected behavior
The snack bar is displayed above the toolbar.
Actual behavior
The snack bar is displayed overlapping the toolbar.
Device information
- Firefox version: Nightly 122.0a1 from 12/18, Beta 121.0b9, RC 121.0 build 2
- Android device model: Motorola Moto G30
- Android OS version: Android 13
Any additional information?
Reproducible with any device and on older Firefox for Android versions as well.
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
When a collection was deleted, the snackbar that contains the undo
button was overlapping the search toolbar.
The issue was that there wasn't a view to anchor the snackbar.
The fix was only to change the anchorView attribute from the function
allowUndo from null to snackbarAnchorView.
Assignee | ||
Updated•1 year ago
|
Comment 3•1 year ago
|
||
bugherder |
Comment 4•1 year ago
|
||
Managed to reproduce on the latest Beta 125.0b9 build.
Verified as fixed on the latest Nightly build (126.0a1 from 2024-04-09).
The snack bar is now displayed above the toolbar.
Device used: Samsung Galaxy S23 Ultra (Android 14).
Marking the ticket as verified on 126.
Comment 5•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
Comment 6•1 year ago
|
||
Please don't close the bug when your patch lands on autoland. Bugs aren't considered fixed until they reach mozilla-central and we have automation which handles closing the bugs at that point and making sure that all appropriate metadata is set.
Assignee | ||
Comment 7•1 year ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #6)
Please don't close the bug when your patch lands on autoland. Bugs aren't considered fixed until they reach mozilla-central and we have automation which handles closing the bugs at that point and making sure that all appropriate metadata is set.
I understand now! Thank you for letting me know!
Description
•