Closed
Bug 1795948
Opened 3 years ago
Closed 3 years ago
Support browserAction.openPopup on Android
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: oliver, Unassigned)
Details
Steps to reproduce:
Call browser.browserAction.openPopup()
from an extension in Firefox for Android.
Actual results:
Nothing happens.
Expected results:
Extension popup is opened for the current active window.
The issue here is a missing override in android-components: https://github.com/mozilla-mobile/android-components/blob/f5ac21c0250fdf7bb837130ca7cb3c43733d917f/components/browser/engine-gecko/src/main/java/mozilla/components/browser/engine/gecko/webextension/GeckoWebExtension.kt#L221.
I found this while working on some related changes in https://phabricator.services.mozilla.com/D139796.
Reporter | ||
Comment 1•3 years ago
|
||
Closing for now, this is actually a Fenix/a-c issue.
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•