Description

When displaying certain pages especially in Internet Explorer 6, the wikipage begins first where the panels on the rigth side end. Bug in Righsidebar? Bug in silly IE?

Steps to reproduce

  1. Use rightsidebar theme on IE 6
  2. Following code could force this behaviour.

||<tablewidth="100%"width="10%":rowbgcolor="#a5d8ff"> '''Termin''' 
||<width="10%"> '''Uhrzeit''' || '''Beschreibung''' ||
  1. Works fine with following code

||<tablewidth="99%"width="10%":rowbgcolor="#a5d8ff"> '''Termin''' 
||<width="10%"> '''Uhrzeit''' || '''Beschreibung''' ||
  1. Problem is: the wikipage you see on the screenshots below doesn't use a singe table!!! So I could not prevent the page from that behaviour.

Example

Screenshot IE6 on WinXP ie.jpg

Screenshot Firefox on WinXP firefox.jpg

Details

MoinMoin Version

1.5.4

OS and Version

Any, other than Firefox

Python Version

Server Setup

Server Details

Language you are using the wiki in (set in the browser/UserPreferences)

Workaround

I had to change the rightsidebar theme to a leftsidebare theme to get rid of that behaviour. IE seems to have problems with "float=right" and elements, which float the sidebars on the left and which are too big (e.g. tablewidth=100%). You can notice this behaviour, when you first use "tabelwidth=99%" and then "tablewidth=100%". The wikipage seems to get bigger a little bit, the distance between the borders of the wikipage and the sidebars diminuishes. In the second case, the pages jumpes down because IE does'nt know how to deal with that element, that is too big. I have tried several things (overflow=scroll...), but could not prevent IE from that behaviour. IE doesn't have problems with "float=left" and setting sidepanel to "overflow=visible". Since I like the sidebars more than the others themes, I changed the theme to a leftsidebar theme.. Maybe the experts will find a better solution for that..

P.S.: Also the navibar has some problems. Long Wikipagenames are truncated by (...) too late! Before the truncation of the url starts, the text is already outside the sidepanel! We have either to change the truncation rules in navibar or make the sidebars a little bit bigger, maybe size=220px, or the fontsize smaller..

Proposed workaround doesn't work! Changing rightsidebar to lefsidebar doesn't change behaviour of IE6!

Discussion

Plan


CategoryMoinMoinBug

MoinMoin: MoinMoinBugs/AnotherCSSBugInRightSidebarTheme (last edited 2007-10-29 19:09:26 by localhost)