Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#1484161 closed Bugs (fixed)

IE 7 search field display problem

Reported by: jpweb Owned by:
Priority: 10 - Lowest Milestone: 0.1-rc1
Component: User Interface Version: 0.1-beta2
Severity: major Keywords:
Cc:

Description

I have installed 0.1beta2 I am have an issue with the search bar in IE 7 as we are now updating to IE 7 the search field does not display properly. I need to know what has to be up dated in my version since i installed it in august. Is there an updated version to reinstall with all the fixes in it?

Change History (5)

comment:1 Changed 6 years ago by jpingle

You can use Subversion to track the current development release. For more information how how to download RoundCube via Subversion, see here:
http://trac.roundcube.net/trac.cgi/wiki/Dev_SVN

If you still have issues with the current SVN revision (at the moment it is [d831af99]) you may also want to attach a screencap to show exactly how the search box is displayed on your system.

comment:2 Changed 6 years ago by jpingle

  • Summary changed from IE 7 to IE 7 search field display problem

comment:3 Changed 6 years ago by seansan

  • Milestone set to 0.1-rc1

Added comment from duplicate ticket

This is the solution for the Search box and Internet Explorer 7.0

http://roundcubeforum.net/forum/index.php?topic=910.msg5193#msg5193

comment:4 Changed 6 years ago by robin

The solution in the forum breaks the search box in Safari. This ugly hack (found here) seems to work and not break things on IE7, Safari, Opera and Firefox:

Index: skins/default/mail.css
===================================================================
--- skins/default/mail.css      (revision 490)
+++ skins/default/mail.css      (working copy)
@@ -561,9 +561,9 @@


 /*\*/
-html>body*#quicksearchbar { background-image: none; }
-html>body*#quicksearchbar a { top: 5px; }
-html>body*#quicksearchbar #quicksearchbox { width: 180px; top:0px; right: 1px; left: auto; }
+html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) { background-image: none; }
+html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) a { top: 5px; }
+html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) #quicksearchbox { width: 180px; top:0px; right: 1px; left: auto; }
 /**/


comment:5 Changed 6 years ago by thomasb

  • Resolution set to fixed
  • Status changed from new to closed

Patch committed in [f1a16f1c]

Note: See TracTickets for help on using tickets.