6.0.0-beta1
7/25/25

[#5471] Broken language selection menu
Summary Broken language selection menu
Queue Horde Base
Queue Version 3.1.3
Type Bug
State Not A Bug
Priority 2. Medium
Owners
Requester gmb256 (at) yahoo (dot) com
Created 06/17/2007 (6613 days ago)
Due
Updated 06/19/2007 (6611 days ago)
Assigned 06/17/2007 (6613 days ago)
Resolved 06/17/2007 (6613 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
06/19/2007 06:38:35 AM gmb256 (at) yahoo (dot) com Comment #7 Reply to this comment
You're almost certainly missing 'escaped' => true.
Excellent suggestion!

It completely resolved the issue, and cpanel team also confirms this.

Many thanks!
06/17/2007 05:22:39 PM Chuck Hagenbuch Comment #6 Reply to this comment
Most likely, your horde/config/prefs.php is out of date. The entry for 
language should look like this:



// user language

$_prefs['language'] = array(

     'value' => '',

     'locked' => false,

     'shared' => true,

     'type' => 'select',

     'escaped' => true,

     'desc' => _("Select your preferred language:")

);



You're almost certainly missing 'escaped' => true.
06/17/2007 05:12:47 PM Jan Schneider Comment #5
State ⇒ Not A Bug
Reply to this comment
Could even be a bug in cPanel's Horde version.
06/17/2007 05:07:19 PM gmb256 (at) yahoo (dot) com Comment #4 Reply to this comment
I can't reproduce this with Horde 3.1.4.
If everything works in 3.1.4, feel free to close the ticket.



The broken behaviour with 3.1.3 can be demonstrated here:

http://x3demoa.cpx3demo.com:2095/webmail/x3/



username: x3demoa

password: x3demoa
06/17/2007 12:26:46 PM Jan Schneider Comment #3
State ⇒ Feedback
Reply to this comment
I can't reproduce this with Horde 3.1.4.
06/17/2007 09:29:55 AM gmb256 (at) yahoo (dot) com Comment #2 Reply to this comment
The HTML source shows:



<option value="sk_SK">Slovak (Sloven&amp;#x010d;ina)</option>



Of course this can't be recognised as Unicode character, since there's

&amp instead of single &
06/17/2007 09:24:50 AM gmb256 (at) yahoo (dot) com Comment #1
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Queue ⇒ Horde Base
Summary ⇒ Broken language selection menu
Type ⇒ Bug
Reply to this comment
The language selection list in Global Options -> Locale and Time is broken.



It shows the HTML tags (e.g. &#x010d;) instead of national characters.



It's interesting however, that on the login screen, the language 
selection is OK

Saved Queries