6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/29/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#13370] minicalendar calendarweek selection doesn't work anymore since update to horde 5.2.0
*
Your Email Address
*
Spam protection
Enter the letters below:
.___.. ..__ .__.. . | | |[__)| ||__| | |__|| \|__|| |
Comment
> I can confirm this behavior and was able to fix this by adding > .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'?
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers