Summary | Dynamic kronolith: Moving events sometimes causes uneven times |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 12/20/2012 (4592 days ago) |
Due | |
Updated | 02/26/2014 (4159 days ago) |
Assigned | 11/26/2013 (4251 days ago) |
Resolved | 12/05/2013 (4242 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 6e60d3cdf4e7fdb9d54e9ddf10fdaefac3e698a6
Author: Jan Schneider <jan@horde.org>
Date: Thu Dec 5 10:49:41 2013 +0100
Fix rounding when dragging events (
Bug #11904).kronolith/js/kronolith.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/6e60d3cdf4e7fdb9d54e9ddf10fdaefac3e698a6
commit b7a7d10157e050f1a428be8f165194db7804bc3e
Author: Jan Schneider <jan@horde.org>
Date: Thu Dec 5 10:49:41 2013 +0100
Fix rounding when dragging events (
Bug #11904).kronolith/js/kronolith.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/b7a7d10157e050f1a428be8f165194db7804bc3e
commit 39b9352f2495dca01a8672d8efed8a8eaeb0bc8a
Author: Jan Schneider <jan@horde.org>
Date: Thu Dec 5 10:49:41 2013 +0100
Fix rounding when dragging events (
Bug #11904).kronolith/js/kronolith.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/39b9352f2495dca01a8672d8efed8a8eaeb0bc8a
State ⇒ Resolved
commit b7a7d10157e050f1a428be8f165194db7804bc3e
Author: Jan Schneider <jan@horde.org>
Date: Thu Dec 5 10:49:41 2013 +0100
Fix rounding when dragging events (
Bug #11904).kronolith/js/kronolith.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/b7a7d10157e050f1a428be8f165194db7804bc3e
State ⇒ Feedback
change timeslot heights in a custom theme?
Milestone ⇒
State ⇒ Unconfirmed
Patch ⇒ No
Queue ⇒ Kronolith
Summary ⇒ Dynamic kronolith: Moving events sometimes causes uneven times
Type ⇒ Bug
Priority ⇒ 1. Low
when moving an event with the mouse, sometimes the start time and end time
jump to something like XX:31 instead of XX:30.
To be precise, it only seems to affect the XX:31 one, the others are fine.
Thomas