Menu

#19 Roundcube-0.4 Display Bug

open
nobody
GUI (3)
5
2010-08-10
2010-08-10
Brad Landis
No

Using Google Chrome, there seems to be an issue displaying in Roundcube version 0.4. It goes under the header on the theme.

See attachment.

Discussion

  • Brad Landis

    Brad Landis - 2010-08-10

    The problem

     
  • Anonymous

    Anonymous - 2010-09-16

    I have duplicated this problem on IE, Firefox, and Opera.

     
  • Ian Levesque

    Ian Levesque - 2010-09-16

    a quick fix: in skins/default/vacation.css, replace #pagecontent with:

    #pagecontent {
    width: 800px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 85px;
    }

     
  • Peter Ajamian

    Peter Ajamian - 2010-10-08

    I ran across the same problem, my fix was a bit different:
    diff -u -r --exclude=config.ini --exclude=default.txt --exclude='*~' vacation/skins/default/templates/vacation.html /var/www/html/mail/roundcube/plugins/vacation/skins/default/templates/vacation.html
    --- vacation/skins/default/templates/vacation.html 2010-02-22 21:31:20.000000000 -0800
    +++ /var/www/html/mail/roundcube/plugins/vacation/skins/default/templates/vacation.html 2010-10-08 02:26:08.000000000 -0700
    @@ -15,12 +15,12 @@

    <div id="pagecontent">
    <form name="vacationform" action="./?_task=settings&_action=plugin.vacation-save" method="post">
    - <div id="prefs-details">
    + <div id="prefs-details"><div id="mainscreen">
    <roundcube:object name="plugin.vacation_form" />
    <roundcube:button command="plugin.vacation-save" type="input"
    class="button mainaction" label="save" title="save" /><br/>
    <p>&nbsp;</p>
    - </div>
    + </div></div>
    </form>
    </div>

     

Log in to post a comment.

MongoDB Logo MongoDB