Summary | minicalendar calendarweek selection doesn't work anymore since update to horde 5.2.0 |
Queue | Kronolith |
Queue Version | FRAMEWORK_5_2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | chhaas-ml (at) ukbw (dot) de |
Created | 07/15/2014 (4017 days ago) |
Due | |
Updated | 07/24/2014 (4008 days ago) |
Assigned | |
Resolved | 07/20/2014 (4012 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
4.20 (stable) and it worked there as well.
Assigned to Michael Rubinsky
State ⇒ Resolved
Priority ⇒ 1. Low
commit 19deacb24935c93e69bd33adad32f3cfbec6e2b4
Author: Jasper Olbrich <Jasper.Olbrich@students.uni-marburg.de>
Date: Sun Jul 20 15:04:46 2014 -0400
Bug: 13370Fix detecting td elements and fix catching minical clicks.Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
kronolith/js/kronolith.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/19deacb24935c93e69bd33adad32f3cfbec6e2b4
commit 4e70bbc2fcff325d44f54932fc9d378e4d2c35ef
Author: Jasper Olbrich <Jasper.Olbrich@students.uni-marburg.de>
Date: Sun Jul 20 15:04:46 2014 -0400
Bug: 13370Fix detecting td elements and fix catching minical clicks.Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
kronolith/js/kronolith.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/4e70bbc2fcff325d44f54932fc9d378e4d2c35ef
.toLowerCase() to the tag name (which seems to be returned in upper
case, so it can never match 'td':
if (tmp.tagName.toLowerCase() != 'td') {
tmp = tmp.up('td');
}
According to this
https://developer.mozilla.org/en-US/docs/Web/API/Element.tagName
the tag name is returned "as is" for XHTML and all uppercase for HTML,
so the .toLowerCase()-method is probably bettern than checking for
!='TD'?
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ minicalendar calendarweek selection doesn't work anymore since update to horde 5.2.0
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
weeks in the minicalendar seems to be no more working.
This is a drops - at least for me - the usabilitiy in kronolith!
I ran /usr/bin/horde-clear-cache with no effect on this misbehaviour.
Maybe this is a sideeffect of solving
bug #13327? The releasenotes of5.2.0 are pointing in this direction ...
Christoph.