This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 6 years ago

Closed 6 years ago

Last modified 5 years ago

#4 closed defect (fixed)

Search results page doesn't render very well on IE7

Reported by: pferreir Owned by: Cesar Munoz Orena <cesar.munoz.orena@…>
Priority: low Milestone: v0.97.0
Component: General Version: 0.97.0
Keywords: Cc:

Description

i.e. the "Hits" part doesn't show up at all. Jose also reported some kind of funny behavior in his browser.

Change History (5)

comment:1 Changed 6 years ago by cemunoz

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

comment:2 Changed 6 years ago by cesar.munoz.orena@…

commit a1369f79aba4f1b311cd61d586fc17d8a61b7807
Author: Cesar Munoz Orena <cesar.munoz.orena@…>
Date: Wed Nov 18 15:57:57 2009 +0100

[FIXED] Hits not showing in IE when doing a search


  • Both the Seach header and the number of hits found during the search were not showing in Internet Explorer. It was due to a problem with the h1 header of Search, that had to be replaced with a div. -fixes #4

comment:3 Changed 6 years ago by cesar.munoz.orena@…

commit 99ebd70d1a9c24828f8fae875e9e9ca9e0eacf11
Author: Cesar Munoz Orena <cesar.munoz.orena@…>
Date: Fri Nov 27 16:51:04 2009 +0100

[FIXED] Results not showing in IE in search


  • Internet Explorer did not show correctly the page, as there were some fields hidden.


  • We found that there were two definitions of .container in Default.css, so we tried to quit one of them and switch the overflow parameter to hidden.


comment:4 Changed 5 years ago by Cesar Munoz Orena <cesar.munoz.orena@…>

  • Owner set to Cesar Munoz Orena <cesar.munoz.orena@…>

In [a1369f79aba4f1b311cd61d586fc17d8a61b7807]:

[FIXED] Hits not showing in IE when doing a search

  • Both the Seach header and the number of hits found during the search were not showing in Internet Explorer. It was due to a problem with the h1 header of Search, that had to be replaced with a div. -fixes #4

comment:5 Changed 5 years ago by Cesar Munoz Orena <cesar.munoz.orena@…>

In [99ebd70d1a9c24828f8fae875e9e9ca9e0eacf11]:

[FIXED] Results not showing in IE in search

  • Internet Explorer did not show correctly the page, as there were some fields hidden.
  • We found that there were two definitions of .container in Default.css, so we tried to quit one of them and switch the overflow parameter to hidden.
Note: See TracTickets for help on using tickets.