[WebCompat Reporter] "Your report was sent. CLOSE" snackbar disappears too quickly to read
Categories
(Firefox for Android :: General, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox140 | --- | unaffected |
firefox141 | --- | unaffected |
firefox142 | --- | verified |
People
(Reporter: apetridean, Assigned: petru)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(2 files)
Steps to reproduce
- Open a webpage and tap on 3 dots menu -> Report broken site...
- Choose a reason and type some text in order to describe the problem.
- Tap the "Send" button.
- Observe the snack bar.
Expected behavior
"Your report was sent CLOSE" confirmation snack-bar is displayed for 20 seconds.
Actual behavior
"Your report was sent. CLOSE" snack bar disappears too quickly to read.
Device information
Firefox version: Firefox for Android Nightly 142 (2025-07 -11)
Android device model: Samsung Galaxy S23 Ultra (Android 14), Xiaomi Pad5 (Android 13)
After reverting the patch for Bug 1976032, this works. I believe that this is the regressor
Comment 2•2 months ago
|
||
Set release status flags based on info from the regressing bug 1976032
:royang, since you are the author of the regressor, bug 1976032, could you take a look?
For more information, please visit BugBot documentation.
It seems like Roger is on PTO.
Redirecting NI to Petru: Can you take a look please, when you have time? Thanks
Assignee | ||
Comment 4•2 months ago
|
||
Looks to me like Bug 1976032 surfaced pre-existent bugs in a complex flow.
The most important bug is from this change which removed the check for if a translation is shown before attempting to dismiss it.
Checking the current functionality is seems like we'd clear all snackbars whenever there's a change in the translations status of the current website. Tracking such changes with logs added locally I see a lot of.
Seems like we'd need to go back to the previous code where we checked the current/last shown snackbar and only dismiss it if is the "translation is in progress" one.
Comment 5•2 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox for Android::Translations' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Assignee | ||
Comment 6•2 months ago
|
||
Previously we would clear all shown snackbars when there is a translations update.
Comment 7•2 months ago
|
||
Just a friendly reminder that tomorrow is the start of soft code freeze in case you wanted to land this.
Comment 9•2 months ago
|
||
bugherder |
Assignee | ||
Updated•2 months ago
|
Comment 10•2 months ago
|
||
Verified as fixed on the latest Firefox for Android Nightly 142.0a1 from PlayStore (7/18) with a Samsung Galaxy S24 (Android 15), and a Lenovo TB-X606X (Android 10).
Description
•