Closed
Bug 1795949
Opened 3 years ago
Closed 3 years ago
Fix IllegalStateException crash when returning to Firefox while a <select> is open
Categories
(Firefox for Android :: General, defect, P1)
Tracking
()
People
(Reporter: aputanu, Assigned: aputanu)
Details
Crash Data
Attachments
(2 files)
To fix https://github.com/mozilla-mobile/fenix/issues/27433 we should only dismiss the ChoiceDialogFragment when it is attached.
| Assignee | ||
Comment 1•3 years ago
|
||
Assignee: nobody → aputanu
Status: NEW → ASSIGNED
Comment 2•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Comment 3•3 years ago
|
||
Alexandru, should this exception fix be uplifted to Fenix 107 Beta?
Severity: -- → S1
status-firefox106:
--- → wontfix
status-firefox107:
--- → affected
status-firefox108:
--- → fixed
status-firefox-esr102:
--- → wontfix
tracking-firefox107:
--- → ?
tracking-firefox108:
--- → ?
Flags: needinfo?(aputanu)
Priority: -- → P1
Comment 4•3 years ago
|
||
Do we understand why this crash was not caught by our crash reporter?
Updated•3 years ago
|
| Assignee | ||
Comment 5•3 years ago
|
||
I think we should uplift the fix to 107. In the Fenix issue, the crash was reported on 106. The PR that introduced this crash landed in AC on August 8th.
Flags: needinfo?(aputanu)
Comment 6•3 years ago
|
||
I see this PR was merged into main.
Do we still plan on approving the uplift for 107?
Flags: needinfo?(aputanu)
| Assignee | ||
Comment 7•3 years ago
|
||
Sure, I'll create the backport PR and fill in the required details. For approval I'll ask Chris Peterson.
Flags: needinfo?(aputanu)
Comment 8•3 years ago
|
||
Updated•3 years ago
|
Crash Signature: [@ java.lang.IllegalStateException: at androidx.fragment.app.Fragment.getParentFragmentManager(Fragment.java)]
Comment 9•3 years ago
|
||
Setting 107 to fixed, PR was merged into the 107 release branch.
The fix will be available in Fenix/Focus 107.0b5.
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•