Roundcube Community Forum

SVN Releases => SVN Discussion => Topic started by: Reload on November 18, 2006, 04:35:45 AM

Title: RoundCube Search and Internet Explorer 7.0
Post by: Reload on November 18, 2006, 04:35:45 AM
Looks like the coding for the search button needs to change a bit to be better within Internet Explorer 7.0
Title: Re: RoundCube Search and Internet Explorer 7.0
Post by: flosoft on November 23, 2006, 01:21:32 PM
Yeah ... It is really ugly. I have noticed this also on Konqueror.
Title: Re: RoundCube Search and Internet Explorer 7.0
Post by: bpat1434 on November 23, 2006, 10:01:10 PM
Or maybe IE7 should be coded to better accept standards ;) But either way, I do agree. Something should be done. And since this will be updated prior to IE being updated, RC will most likely change.
Title: Re: RoundCube Search and Internet Explorer 7.0
Post by: Reload on November 24, 2006, 01:42:08 PM
Good idea, monday morning first thing I will give Bill a call .. .. .. ;D

The only problem is that millions off people are using MS instead off Firefox, Konqueror....
Title: Re: RoundCube Search and Internet Explorer 7.0
Post by: jpweb on December 09, 2006, 11:42:39 AM
I have been searching though all the css and found one correction in common.css so that the image are viewed correctly

#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 not looking good in ie7
Title: Re: RoundCube Search and Internet Explorer 7.0
Post by: coren_ita on January 18, 2007, 10:25:10 PM
Hello everybody

I don't know if it can be useful, but I got the searchbox displayed well on IE7.

In the skins/default/mail.css I commented out the lines 534-538, and everything worked fine. On konqueror 3.5.5 too something begun to show, even if still not as good as firefox or IE7.

Code: [Select]
/*
html>body*#quicksearchbar { background-image: none; }
html>body*#quicksearchbar a { top: 5px; }
html>body*#quicksearchbar #quicksearchbox { width: 180px; top:0px; right: 1px; left: auto; }
*/

I'm using roundcube mail 0.1beta2.2.

I guess commentig those lines out will break the searchbox in IE6, but I cannot check right know, since I got only IE7 installed on a virtual machine.
Title: Re: RoundCube Search and Internet Explorer 7.0
Post by: Reload on January 23, 2007, 05:34:37 AM
It's working... !!!

Thanks mate.
Title: Re: RoundCube Search and Internet Explorer 7.0
Post by: jpweb on January 25, 2007, 01:46:52 PM
Has anyone checked it in IE 6 its working for me in IE 7

Thanks
Title: Re: RoundCube Search and Internet Explorer 7.0
Post by: jpweb on January 25, 2007, 02:49:55 PM
OK I was able to check in IE 6, netscape 8 and Firefox1.5.0.6 looks good in all
Thanks
Title: Re: RoundCube Search and Internet Explorer 7.0
Post by: oxygens on January 26, 2007, 05:50:23 AM
has somebody put this into the bug tracker?
Title: Re: RoundCube Search and Internet Explorer 7.0
Post by: Reload on January 26, 2007, 09:17:32 AM
Yes, I posted it to trac.
Title: Re: RoundCube Search and Internet Explorer 7.0
Post by: oxygens on January 26, 2007, 02:08:09 PM
nice one!