[#5849] Language selection widget missing
Summary Language selection widget missing
Queue MIMP
Queue Version 1.0
Type Enhancement
State Resolved
Priority 2. Medium
Owners Michael Slusarz <slusarz (at) horde (dot) org>
Requester Matt Selsky <selsky (at) columbia (dot) edu>
Created 11/01/2007 (198 days ago)
Due
Updated 12/22/2007 (147 days ago)
Assigned
Resolved 12/22/2007 (147 days ago)
Attachments
Milestone
Patch

History
12/22/2007 Michael Slusarz Comment #5
State ⇒ Resolved
Assigned to Michael Slusarz
Reply to this comment
Fixed in IMP 4.2.
12/06/2007 Jan Schneider Comment #4 Reply to this comment
> The Horde_Mobile code is calling htmlencode() an extra time.

Horde_Mobile_select needs an extra 'htmlchars' parameter like we use one for the Horde_Form language selection widgets through Horde_Form_enum.
12/06/2007 Matt Selsky Comment #3 Reply to this comment
imp/templates/login/mobile.inc has

if (!empty($lang_select)) {
//    $f->add($lang_select);
}

I uncommented it, and I now see a language widget.  The problem is that the HTML encodings for the foreign languages are now shown as encodings, aka &#x0627; instead of the foreign script.

The Horde_Mobile code is calling htmlencode() an extra time.
11/06/2007 Jan Schneider Comment #2
Priority ⇒ 2. Medium
Type ⇒ Enhancement
State ⇒ Accepted
Reply to this comment
That's not a bug, the language selection simply has never been added to the mobile login screen.
11/01/2007 Matt Selsky Comment #1
Queue ⇒ MIMP
State ⇒ Unconfirmed
Summary ⇒ Language selection widget missing
Priority ⇒ 1. Low
Type ⇒ Bug
Reply to this comment
MIMP 1.0.2

The language selection widget is missing on the login page, even though the preferences for language are not locked.