Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: Reload on December 06, 2006, 02:13:42 AM

Title: RoundCube and Internet Explorer 7.0
Post by: Reload on December 06, 2006, 02:13:42 AM
Here are the reported bugs (and possible solutions) for Roundcube viewed with Internet Explorer 7.0 as the default browser.


1. The Search field isn't displayed good. (http://roundcubeforum.net/forum/index.php?topic=910.0)
   => Coren_ita made a fix, check this. (http://roundcubeforum.net/forum/index.php?topic=910.msg5193#msg5193)

2. The 'top right' icons are cut off. (http://roundcubeforum.net/forum/index.php?topic=46.msg4218#msg4218)
  => Possible solution (http://roundcubeforum.net/forum/index.php?topic=910.msg4315#msg4315)

3. The preview pane isn't filling the complete screen. (http://roundcubeforum.net/forum/index.php?topic=971.0)
  => SVN 406 with the Preview pane fix (http://trac.roundcube.net/trac.cgi/changeset/406)
  => Unofficial SVN Shapshot 407 with the Preview pane fix (http://roundcubeforum.net/forum/index.php?topic=23.0)
Title: Re: RoundCube and Internet Explorer 7.0
Post by: jpweb on December 12, 2006, 07:25:52 PM
I have been searching though all the style sheets and found one correction that can be made in the common.css so that the image are viewed correctly replace this with the original and all images in the taskbar will display correctly in IE 7

#taskbar
{
 position: absolute;
 top: 0px;
 right: 0px;
 width: 600px;
 height: 37px;
 background: url('images/taskbar.gif') no-repeat top right;
 text-align: right;
 white-space: nowrap;
 z-index: 2; padding-left:0px; padding-right:24px; padding-top:10px; padding-bottom:10px
}

But I am having no luck with the search box still not looking good in IE 7
Title: Re: RoundCube and Internet Explorer 7.0
Post by: seansan on December 14, 2006, 07:20:04 AM
Using IE7 - preview pane fix and CSS Fix both work for me.


// Edit - Reload //

The fix is included within SVN 406

// End Edit //
Title: Re: RoundCube and Internet Explorer 7.0
Post by: codybaker on December 30, 2006, 12:13:44 AM
I've been having problems with the non MCE spell checker after updating to the SVN version. Updating googiespell seem to fix it. I caught a guy having a similar problem in the beta version. I think his just happened to be the same error message though, because his problem was mozilla related and not solved by the update. See http://roundcubeforum.net/forum/index.php?topic=568.msg4722 (http://roundcubeforum.net/forum/index.php?topic=568.msg4722) for the info on how i did my update.
Title: Re: RoundCube and Internet Explorer 7.0
Post by: seansan on January 04, 2007, 07:29:48 AM

I am still having problems with IE7 as seen in the attachment.

These problems still exist

1. The Search field isn't displayed good.

2. The 'top right' icons are cut off.
   => Possible solution





Title: Re: RoundCube and Internet Explorer 7.0
Post by: Reload on January 04, 2007, 02:56:00 PM
Indeed, those two problems aren't fixed on the moment... :'(