Ticket #1442 (assigned defect)

Opened 1 year ago

Last modified 11 months ago

Wiki banner hides text when viewed with IE7

Reported by: faide Assigned to: Chris Arndt (accepted)
Priority: normal Milestone: __unclassified__
Component: Web site Version: 1.0.2
Severity: major Keywords: wiki
Cc:

Description (Last modified by faide)

When displaying the wiki with IE7 the TurboGears banner at the top hides the first lines of text. This is not the case when using IE6 or FireFox?.

Attachments

icko_tg.JPG (157.3 kB) - added by faide on 07/14/07 17:21:02.
A screenshot sent to the ML by "Lisa Ice"

Change History

07/14/07 17:21:02 changed by faide

  • attachment icko_tg.JPG added.

A screenshot sent to the ML by "Lisa Ice"

07/15/07 16:40:28 changed by faide

  • description changed.

07/15/07 17:17:30 changed by Chris Arndt

This is probably caused by something in http://docs.turbogears.org/wiki/turbogears/css/screen.css. I ran this through http://jigsaw.w3.org/css-validator/ and fixed a syntax error and commented out some unsupported pseudo-element selectors. Maybe someone with access to a windows machine and IE7 could test this again or play around a little with the CSS and try to fix this?

07/23/07 13:26:47 changed by Chris Arndt

  • milestone changed from 1.0.3 to 1.0.4.

Batch promoting 1.0.3 tickets to Milestone 1.0.4

08/11/07 16:00:09 changed by arski

I couldn't find the code in svn to do a patch, but...

If you replace this code (end of header, start of page div)

</div>

<div id="page" lang="en" dir="ltr">

With this

</div>
<div ></div>
<div id="page" lang="en" dir="ltr">

It works.

11/25/07 13:51:00 changed by Chris Arndt

  • owner changed from splee to Chris Arndt.
  • milestone changed from 1.0.4 to __unclassified__.

11/25/07 15:59:15 changed by Chris Arndt

  • status changed from new to assigned.

Unfortunately the fix suggested by arski, causes IE 6 to put a 170px gap betewwen the header and the main page area.

This needs more investigation.