Closed
Bug 1399036
Opened 7 years ago
Closed 7 years ago
Enable date/time input by default on all builds
Categories
(Core :: Layout: Form Controls, enhancement)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: jessica, Assigned: jessica)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
1.16 KB,
patch
|
mconley
:
review+
|
Details | Diff | Splinter Review |
We plan to ship this in Firefox v57.
Comment 1•7 years ago
|
||
Oh YES!
Assignee | ||
Comment 2•7 years ago
|
||
We got the pre-beta signoff report with green light from QA, yay!
Attachment #8907636 -
Flags: review?(mconley)
Comment 3•7 years ago
|
||
Comment on attachment 8907636 [details] [diff] [review] patch. Review of attachment 8907636 [details] [diff] [review]: ----------------------------------------------------------------- \o/!! Great job, everyone!
Attachment #8907636 -
Flags: review?(mconley) → review+
Assignee | ||
Comment 4•7 years ago
|
||
Thanks everyone! :) https://treeherder.mozilla.org/#/jobs?repo=try&revision=de8606af7e6951915df896c839d56eb545b30e2a&group_state=expanded
Pushed by jjong@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/2769237547ba Enable date/time input by default on all builds. r=mconley
Comment 6•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2769237547ba
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Updated•7 years ago
|
Keywords: dev-doc-needed
Comment 7•7 years ago
|
||
I have documented this; the browser compat data has been updated on relevant pages: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#Browser_compatibility https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date#Browser_compatibility https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time#Browser_compatibility I have also removed date/time from the MDN experimental features page, and added a note to the Fx57 rel notes page: https://developer.mozilla.org/en-US/Firefox/Releases/57#HTML
Keywords: dev-doc-needed → dev-doc-complete
Assignee | ||
Comment 8•7 years ago
|
||
Thanks for updating the pages!
Comment 9•7 years ago
|
||
Hi Jessica, Here are my observations about this feature: 1. In case of partially filled date, validity state's badInput is not getting set to true. 2. when clear button is clicked and user clicks outside, in that case blur event of input control is not getting fired. I will report these bugs. I know this feature is in development stage.
Assignee | ||
Comment 10•7 years ago
|
||
(In reply to Parthiv Shah from comment #9) > Hi Jessica, > Here are my observations about this feature: > 1. In case of partially filled date, validity state's badInput is not > getting set to true. > 2. when clear button is clicked and user clicks outside, in that case blur > event of input control is not getting fired. > I will report these bugs. I know this feature is in development stage. Thanks for reporting these issues. For 1, validity state can only be verified when a valid date/time is set in .value, if date is not complete, we can't verify its validity. For 2, I could not reproduce it on Nightly macOS. But, please, do file separate bugs for better tracking. Thanks again.
Comment 11•7 years ago
|
||
Hi Jessica, Thank you for your reply. For 1, in webkit (chrome) validity state's badInput is set to true in case of partially filled date. Is there any way in Firefox to distinguish between partially filled date and empty date as my validation relies on this. For 2, Did you fill the date and clear the date using X button? I am able reproduce it on Firefox 57 (64 bit) and Developer Edition 58.0b7 (64-bit). I have filed separate bugs (Bug 1421555 and Bug 1421558) for better tracking. I have attached demo files so that you can test it and let me know if it is reproducible or not. Thanks Again Jessica.
You need to log in
before you can comment on or make changes to this bug.
Description
•