Closed
Bug 1905993
Opened 1 year ago
Closed 1 year ago
Microsurvey prompt won't close after click the X on the microsurvey sheet.
Categories
(Firefox for Android :: Experimentation and Telemetry, defect, P1)
Tracking
()
RESOLVED
FIXED
130 Branch
| Tracking | Status | |
|---|---|---|
| firefox130 | --- | fixed |
People
(Reporter: amejia, Assigned: rebecatudor273)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid])
Attachments
(1 file)
Steps to reproduce
- Have a microsurvery opened.
- Press continue.
- On bottom sheet, click X
Expected behaviour
The bottom sheet is closed and the microsurvey prompt as well.
Actual behaviour
Only the bottom sheet is closed.
| Reporter | ||
Updated•1 year ago
|
Whiteboard: [fxdroid]
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → rebecatudor273
| Assignee | ||
Comment 2•1 year ago
|
||
The flow wanted is that when the user clicks on the close button of
microsurvey bottom sheet. the prompt is closed as well.
The issue was that when the close button was clicked, the
recomposition was not happening until we moved on another page.
The fix is to add a new variable that will tell us if the microsurvey
prompt was dismissed by clicking either on the close button of the
prompt or of the bottom sheet. Depending on this variable we can
make the prompt visible or not.
Pushed by rtudor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e7e3b2c04283
Fix the closing behaviour for Microsurvey bottom sheet r=android-reviewers,twhite
Comment 4•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
| Assignee | ||
Updated•1 year ago
|
Severity: N/A → S3
Type: task → defect
Priority: -- → P1
You need to log in
before you can comment on or make changes to this bug.
Description
•