TypeError: can't access property "kiosk" in Android
Categories
(Firefox :: Translations, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox122 | --- | wontfix |
| firefox123 | --- | wontfix |
| firefox124 | --- | fixed |
People
(Reporter: olivia, Assigned: olivia)
References
(Regression)
Details
(Keywords: regression, Whiteboard: [fxdroid][foundation])
Attachments
(1 file)
[JavaScript Error: "TypeError: can't access property "kiosk", lazy.BrowserHandler is undefined" {file: "resource://gre/actors/TranslationsParent.sys.mjs" line: 463}]
Error showing up in logs when testing Translations in Android loaded through Fenix and GeckoView Example. This line may need a AppConstants.platform !== "android" or similar.
Error is preventing GeckoView from receiving TranslationsParent:OfferTranslation message.
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
This bug adds a platform guard for BrowserHandler.Kiosk for Android in
TranslationsParent.sys.mjs.
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 3•2 years ago
|
||
| bugherder | ||
Comment 4•2 years ago
|
||
Set release status flags based on info from the regressing bug 1867515
Comment 5•2 years ago
|
||
The patch landed in nightly and beta is affected.
:olivia, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox123towontfix.
For more information, please visit BugBot documentation.
| Assignee | ||
Updated•2 years ago
|
Description
•