Open
Bug 1562198
Opened 5 years ago
Updated 2 years ago
move the FormValidation (FormValidationParent.jsm, FormValidationChild.jsm) modules from browser to toolkit
Categories
(Toolkit :: General, task, P5)
Toolkit
General
Tracking
()
NEW
People
(Reporter: mkmelin, Unassigned)
References
Details
The FormValidationHandler.jsm let' form validation show nice popups with error messages, when using standard html5 input validation.
This seems like general functionality, and in Thunderbird we'd like to this as well, for internal UI element validation error messages.
Any objections to moving it to toolkit?
Comment 1•5 years ago
|
||
It sounds reasonable to me, but I'm not the most qualified to decide.
Note you'll presumably need the child process side as well (FormValidationChild.jsm)
Priority: -- → P5
Reporter | ||
Comment 2•3 years ago
|
||
Nowadays the code is FormValidationParent.jsm, FormValidationChild.jsm
Summary: move the FormValidationHandler.jsm module from browser to toolkit → move the FormValidation (FormValidationParent.jsm, FormValidationChild.jsm) modules from browser to toolkit
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•