| 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 |
State ⇒ Resolved
Assigned to Michael Slusarz
Fixed in IMP 4.2.> 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.
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 ا instead of the foreign script.
The Horde_Mobile code is calling htmlencode() an extra time.
Priority ⇒ 2. Medium
Type ⇒ Enhancement
State ⇒ Accepted
That's not a bug, the language selection simply has never been added to the mobile login screen.Queue ⇒ MIMP
State ⇒ Unconfirmed
Summary ⇒ Language selection widget missing
Priority ⇒ 1. Low
Type ⇒ Bug
MIMP 1.0.2
The language selection widget is missing on the login page, even though the preferences for language are not locked.