Description

Due some CSS Problems (margin <0.5em) the left table border disappears. Tested with Firefox 3 under Windows XP (I guess it's maybe only a Firefox 3 Problem)

Steps to reproduce

Example

Component selection

Details

MoinMoin Version

1.8 rc2 (this Wiki)

OS and Version

Python Version

Server Setup

Server Details

Modern- & Modernized-Theme

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

DE

Browser Tests

Browsers Version (OS)

Problem / Printscreen

tester

Firefox 2.0.12 (Windows)

no

MarcelHäfner

Firefox 3.0.3 (Windows)

yes (screenshot.png) no

MarcelHäfner

Firefox 3 (Linux)

no

ThomasWaldmann

IEX 7 (Windows)

no

MarcelHäfner

Opera 9.25

no

MarcelHäfner

Iron 0.2.152.0 (Google Chrome)

no

MarcelHäfner

Prism

no

MarcelHäfner

Workaround

common.css (Linie 110):

table {
    border-collapse:collapse;
    margin:0.5em 0 0 0.5em;
}

change the left and upper-margin to 0 or a bit higher then .5em, helps:

table {
    border-collapse:collapse;
    margin:0.75em 0 0 0.75em;
}

Discussion

I don't see missing table borders (Firefox 3.0.3/Linux here). Please give your exact browser version.

Also please give a table in the bug report where that problem happens.

If you mean "modernized" with "the new one", please state it is "modernized".

<!> AUTSCH! Some dudes may know what a DAU is. I would give this attribute to myself! The solution was to reset the fu%*& zoom factor on my browser (firefox has the ability to remember this "factor", and with the f%*%*ç mouse wheel... ). At least I tested the MoinMoin on different browsers :-) Sorry for any troubles! bye Marcel

Plan


CategoryMoinMoinNoBug

MoinMoin: MoinMoinBugs/1.8TableBorderLeftIsMissing (last edited 2008-10-08 15:37:55 by MarcelHäfner)