Summary | Time picker incorrectly replaces keyboard-entered values |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | bklang (at) horde (dot) org |
Created | 11/11/2011 (4985 days ago) |
Due | |
Updated | 08/29/2012 (4693 days ago) |
Assigned | 11/13/2011 (4983 days ago) |
Resolved | 11/14/2011 (4982 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 9c009d2c8ea3e528787603e26adb8a7106b3d986
Author: Chuck Hagenbuch <chuck@horde.org>
Date: Tue Nov 15 10:17:58 2011 -0500
Port time-selection fixes from Kronolith to Nag (Krono bug was
#10737).nag/js/task.js | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/9c009d2c8ea3e528787603e26adb8a7106b3d986
Port time-selection fixes from Kronolith to Nag (Krono bug was
#10737).1 files changed, 17 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/b5b869b884dc45715d5945610eccf5dfc54dfec4
Allow replacing an existing, selected, time with a user-entered time
that is *not* in the list.
Bug: 107371 files changed, 13 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/4145745a4fc0340bb0d7893ef6eff185c8f4f1ab
Don't clear out user-entered values if they don't match an available
time choice.
Bug: 107371 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/e21efa164a250c22e7838aab68bf6b1f11784a96
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Time picker incorrectly replaces keyboard-entered values
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
list of times that may be chosen. If the user does not select from
this list, and instead enters a time using the keyboard, upon leaving
the field it is cleared. Similarly, if the user selects a value and
subsequently types a different value, the selected field from the
drop-down overwrites the types value. If the drop-down is not present
then typing the value works as expected.