6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/20/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#1052] Sidebar, Problem with umlaut (�,�,..) in IE
*
Your Email Address
*
Spam protection
Enter the letters below:
.__..__ . ..__ .___. [__][__)| |[__) | | |[__)|__|| \ |
Comment
> Found the Problem: > > > > The label of the Node with the umlaut was encoded with: > > xxx\0äyyy .... for an "ä" > > xxx\0öyyy ... for an "ö" ... and so on, so the umlaut got a prefix > "\0" (don't know why) > > > > I added to templates/javascript/tree.js on line 319 > > > > var re = new RegExp ('\0', 'gi') ; > > var label = label.replace(re, '') ; > > > > before: > > return '<a' + urlClass + ' href="' + this.nodes[nodeId]['url'] + '"' > + target + onclick + '>' + label + '</a>'; > > > > Dirty hack, but it works .... would be good to find out, why this > "\0" thing happens. > >
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