Author Topic: RoundCube and Internet Explorer 7.0  (Read 7484 times)

Reload

  • Guest
RoundCube and Internet Explorer 7.0
« 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.
   => Coren_ita made a fix, check this.

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

3. The preview pane isn't filling the complete screen.
  => SVN 406 with the Preview pane fix
  => Unofficial SVN Shapshot 407 with the Preview pane fix

Offline jpweb

  • Jr. Member
  • **
  • Posts: 46
Re: RoundCube and Internet Explorer 7.0
« Reply #1 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

Offline seansan

  • Jr. Member
  • **
  • Posts: 84
Re: RoundCube and Internet Explorer 7.0
« Reply #2 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 //

Offline codybaker

  • Jr. Member
  • **
  • Posts: 13
Re: RoundCube and Internet Explorer 7.0
« Reply #3 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 for the info on how i did my update.

Offline seansan

  • Jr. Member
  • **
  • Posts: 84
Re: RoundCube and Internet Explorer 7.0
« Reply #4 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






Reload

  • Guest
Re: RoundCube and Internet Explorer 7.0
« Reply #5 on: January 04, 2007, 02:56:00 PM »
Indeed, those two problems aren't fixed on the moment... :'(