[imp] sidebar overlap

R Phillips R.I.Phillips at bath.ac.uk
Wed Mar 26 12:42:38 UTC 2014



On 26/03/14 11:29, R Phillips wrote:
> 
> 
> On 26/03/14 03:41, Michael M Slusarz wrote:
>> Quoting R Phillips <R.I.Phillips at bath.ac.uk>:
>>
>>> I've upgraded to the latest horde groupware webmail version but I'm
>>> having some troubles with the styles.
>>>
>>> Since the last update from 5.1.3 to 5.1.4 my left hand menu overlaps the
>>> content.
>>>
>>> It would seem that the sidebar is missing it's width value eg from:
>>>
>>> <div style="left:210px" class="horde-splitbar-vert" id="horde-slideleft">
>>>
>>>
>>> to:
>>>
>>> <div style="left:px" class="horde-splitbar-vert" id="horde-slideleft">
>>
>> Width is defined by horde's 'sidebar_width' preference value.
>>
>> michael
>> ___________________________________
>> Michael Slusarz [slusarz at horde.org]
>>
> 
> I can't quite work out what is going wrong with my install, imp sets it
> at 150, turba doesn't set it at all and overlaps the content window, and
> horde appears to ignore the sidebar_width setting as it makes no
> difference.  I was wondering if this is set by javascript instead, I can
> see the resize events, but not the setting to 150.  The turba menu
> cannot be stretched/resized, but this wasn't possible in 5.1.3 either.
> 
> horde/config/prefs.local.php setting (large for testing):
> 
> $_prefs['sidebar_width']['value'] = 350;
> 
> echoing the Horde_View_Sidebar Object indicates $this->width is not set
> to any value.
> 
> Horde_View_Sidebar Object
> (
>     [_templatePath:Horde_View_Base:private] => Array
>         (
>             [0] =>
> /www/vhosts/webmail/horde/imp/lib/../../templates/sidebar/
>             [1] => ./
>         )
> 
>     [_file:Horde_View_Base:private] =>
> /www/vhosts/webmail/horde/imp/lib/../../templates/sidebar/sidebar.html.php
>     [_helpers:Horde_View_Base:private] => Array
>         (
> 
> <snip>
> 
>     [containers] => Array
>         (
>         )
> 
>     [width] =>
>     [left] => left:
>     [newLink] => <a id="composelink" class="icon">
>     [newText] => New Message
> 
> <snip>
> 

It's beginning to look like no preferences are being loaded at all
(hence the custom theme not appearing).  What should I expect to see if
I inspect the $GLOBALS['prefs'] in lib/View/Sidebar.php

The array is set, but no sidebar_width there...




More information about the imp mailing list