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

Reload

  • Guest
RoundCube Search and Internet Explorer 7.0
« 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

Offline flosoft

  • Sr. Member
  • ****
  • Posts: 349
    • http://flosoft.biz
Re: RoundCube Search and Internet Explorer 7.0
« Reply #1 on: November 23, 2006, 01:21:32 PM »
Yeah ... It is really ugly. I have noticed this also on Konqueror.

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: RoundCube Search and Internet Explorer 7.0
« Reply #2 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.
 
  

Reload

  • Guest
Re: RoundCube Search and Internet Explorer 7.0
« Reply #3 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....

Offline jpweb

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

Offline coren_ita

  • Newbie
  • *
  • Posts: 1
Re: RoundCube Search and Internet Explorer 7.0
« Reply #5 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.

Reload

  • Guest
Re: RoundCube Search and Internet Explorer 7.0
« Reply #6 on: January 23, 2007, 05:34:37 AM »
It's working... !!!

Thanks mate.

Offline jpweb

  • Jr. Member
  • **
  • Posts: 46
Re: RoundCube Search and Internet Explorer 7.0
« Reply #7 on: January 25, 2007, 01:46:52 PM »
Has anyone checked it in IE 6 its working for me in IE 7

Thanks

Offline jpweb

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

Offline oxygens

  • Jr. Member
  • **
  • Posts: 36
Re: RoundCube Search and Internet Explorer 7.0
« Reply #9 on: January 26, 2007, 05:50:23 AM »
has somebody put this into the bug tracker?

Reload

  • Guest
Re: RoundCube Search and Internet Explorer 7.0
« Reply #10 on: January 26, 2007, 09:17:32 AM »
Yes, I posted it to trac.

Offline oxygens

  • Jr. Member
  • **
  • Posts: 36
Re: RoundCube Search and Internet Explorer 7.0
« Reply #11 on: January 26, 2007, 02:08:09 PM »
nice one!