Open
Bug 1840668
Opened 2 years ago
Updated 1 year ago
Date picker is not shown with `.click()` or dispatched click events, unlike in Chrome for Android
Categories
(GeckoView :: General, defect, P3)
Tracking
(Webcompat Priority:P3)
NEW
Webcompat Priority | P3 |
People
(Reporter: twisniewski, Unassigned)
References
Details
Attachments
(1 file)
381 bytes,
text/html
|
Details |
Dispatching a click event (or calling .click
) on a date input will reveal it on Chrome for Android, but not in Fenix. This is causing a webcompat issue on www.axa-assistance.pl, where they delegate click events to a hidden date input to open its UI.
Reporter | ||
Comment 1•2 years ago
|
||
Attaching a simple testcase.
Updated•2 years ago
|
Severity: -- → S2
Component: Browser Engine → Web APIs
Priority: -- → P3
Product: Fenix → GeckoView
Updated•2 years ago
|
Webcompat Priority: --- → ?
Reporter | ||
Updated•2 years ago
|
Webcompat Priority: ? → P3
Reporter | ||
Comment 2•2 years ago
|
||
Setting to a webcompat p3 for now, since the only breakage we're aware of is being worked around using a webcompat intervention in bug 1849019
Updated•1 year ago
|
Component: Web APIs → General
You need to log in
before you can comment on or make changes to this bug.
Description
•