Description

The new themes trigger bugs in IE

rsb_edit_ie.png

Details

This Wiki.

Workaround

Use another browser.

And do not use rightsidebar as the default theme if you want IE users not to leave the page after a few clicks.

Discussion

I don't want to spend my time solving IE bugs. If you are IE user: use Mozilla/Firefox, or solve it your self. -- NirSoffer 2004-11-06 23:30:22

I tried to fix the float:-bugs in rightsidebar but I have not found a solution. I am not a webdeveloper, though. Maybe someone with some knowledge about IE bugs and CSS should do it. See this page about CSS bugs in IE. -- AlexanderSchremmer 2004-11-28 20:46:24

You may want to look at IE7. It's a set of patches which you embed in the page which brings Internet Explorer 5 and 6 into better compliance with CSS standards. I haven't tested it myself (I'm using pure Linux) but I've heard good things about it. -- StephanSokolow 2005-02-01 00:23:03

Ok, I finally decided to take a look into this problem further. The problem is related to the Doubled Float-Margin Bug in IE. Using the 'right side' theme, the right most margin for the sidebar is padded out twice. 20 pixels instead of 10 pixels. The fix I used is also mentioned in the specified site.

In screen.css, replace:

} }}}

With:

} }}}

Can someone please test and check this in for me? Works fine for me. -- JulianYap 2005-02-01 04:51:21

rsb_current.png

rsb_modified.png -- JulianYap 2005-02-02 23:50:42

The 'Edit' Box problem falls under the 'The 1px Rounding Error' category. More information here. This is fixed for me below. Are there any other screen problems? -- JulianYap 2005-03-03 04:01:19

In screen.css, replace:

} }}}

With:

} }}}

Plan


CategoryMoinMoinNoBug

MoinMoin: MoinMoinBugs/InternetExplorer (last edited 2007-10-29 19:10:10 by localhost)