| Summary | Some preference groups don't work |
| Queue | DIMP |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 2. Medium |
| Owners | Michael Slusarz <slusarz (at) horde (dot) org>, Horde Developers |
| Requester | btj (at) havleik (dot) no |
| Created | 02/12/2008 (89 days ago) |
| Due | |
| Updated | 04/16/2008 (25 days ago) |
| Assigned | 02/12/2008 (89 days ago) |
| Resolved | 04/16/2008 (25 days ago) |
| Attachments | |
| Milestone | 1.0 |
| Patch |
State ⇒ Resolved
Fixed by:http://lists.horde.org/archives/cvs/Week-of-Mon-20080414/077436.html
How about using CSS to hide the menubar in that specific iframe?On further poking around - I don't believe the way we currently handle prefs can be reconciled with DIMP. First, any javascript needed for prefs pages interferes with DIMP's base js (we are showing options in a div, not an iframe). Second, we can't catch links *within* a prefs page because those links might point to a page not handled by Prefs_UI (i.e. the stationery setup page).
I think our only choice at this time is to simply put the prefs in an iframe and rework Prefs_UI stuff for Horde 5. Although any suggestions on how to remove the menubar in these pages would be appreciated.
Assigned to Michael Slusarz
On our way to fixing - see http://lists.horde.org/archives/cvs/Week-of-Mon-20080407/077168.htmlStill TODO:
Make sure all app-defined prefs handlers honor the 'chunk' setting
Make sure all return to options buttons have a 'prefs_return' DOM ID
Test to make sure these handlers don't muck with DIMP in undesired ways (for example, the "Remote Servers" group in Horde currently breaks DIMP
Assigned to
Queue ⇒ DIMP
Queue ⇒ Horde Groupware Webmail Edition
Summary ⇒ Remote Servers or SyncMl doesn't work in dynamic mode
Type ⇒ Bug
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
When pressing buttons for either Remote Servers og SyncML in dynamic mode, nothing happens. Both work as they should in Traditional mode...