Closed
Bug 1750395
Opened 3 years ago
Closed 3 years ago
GeckoView should use the mozshowdropdown events rather than its own click handler to show select dropdowns.
Categories
(GeckoView :: General, defect, P3)
Tracking
(firefox98 fixed)
RESOLVED
FIXED
98 Branch
Tracking | Status | |
---|---|---|
firefox98 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Otherwise you can't keyboard-activate selects on GeckoView.
Assignee | ||
Comment 1•3 years ago
|
||
After bug 1744009 Gecko will consistently fire these events. This allows
activating stuff via keyboard on Android like in every other OS (if you
have a keyboard attached of course) and is generally more consistent.
We remove MOZ_USE_NATIVE_POPUP_WINDOWS since it's unused.
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e7b06b2582e9
Use mozshowdropdown events to show select dropdown. r=agi
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox98:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 98 Branch
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•