Closed
Bug 1539308
Opened 6 years ago
Closed 6 years ago
<input pattern> doesn't show validation message on GeckoView
Categories
(GeckoView :: IME, enhancement)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1510450
People
(Reporter: m_kato, Unassigned)
Details
URL is https://developer.mozilla.org/ja/docs/Learn/HTML/Forms/Data_form_validation
<input id="choose" name="i_like" required pattern="banana|cherry">
will show Please match the requested format
when submitting form and pattern doesn't match. Fennec works well, but GV doesn't.
Fennec uses FormAssistant.jsm (and FormAssist:ValidationMessage) to implement this, so we may need new GV API
Reporter | ||
Updated•6 years ago
|
Summary: <input pattern> doesn't sow validation message on GeckoView → <input pattern> doesn't show validation message on GeckoView
Reporter | ||
Comment 1•6 years ago
|
||
Ah, I am sorry. I found same bug.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Comment 2•3 years ago
|
||
Moving some input bugs to the new GeckoView::IME component.
Component: General → IME
You need to log in
before you can comment on or make changes to this bug.
Description
•