Open
Bug 1310831
Opened 9 years ago
Updated 1 month ago
[DateTimeInput] Allow to copy and paste the value of the time field
Categories
(Core :: Layout: Form Controls, enhancement, P3)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | wontfix |
People
(Reporter: sebo, Unassigned)
References
(Blocks 1 open bug)
Details
It should be possible to copy the value from and paste values into a time input field.
This may be implemented via context menu entries and/or via the general keyboard shortcuts Ctrl+C and Ctrl+V.
Copying the value should copy it as plain text in the format shown inside the field, e.g. "12:34 AM".
Pasting should be smart enough to recognize the format. E.g. pasting "17:00" should be converted to "05:00 PM".
Sebastian
Comment 1•9 years ago
|
||
Too late for firefox 52, mass-wontfix.
Updated•9 years ago
|
Priority: -- → P3
| Reporter | ||
Updated•7 years ago
|
Type: defect → enhancement
Updated•3 years ago
|
Severity: normal → S3
Comment 3•1 month ago
|
||
Issue 1617574 was closed as duplicate of this, so this issue here should also cover date fields.
Please allow pasting ISO date strings (YYYY-MM-DD) and local date strings (e.g. DD.MM.YYYY) into date fields. This would make life so much easier when trying to migrate data from one application to the other.
You need to log in
before you can comment on or make changes to this bug.
Description
•