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
Create a Table... http://moinmo.in (see "Other sites using the MoinMoin wiki engine")
Example
Example: screenshot.png
Component selection
- common.css (table)
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 |
|
Firefox 3.0.3 (Windows) |
yes (screenshot.png) no |
|
Firefox 3 (Linux) |
no |
|
IEX 7 (Windows) |
no |
|
Opera 9.25 |
no |
|
Iron 0.2.152.0 (Google Chrome) |
no |
|
Prism |
no |
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
- Also the upper border has the same problem (if after a table a new one is following); so everything should set to zero or something higher then 0.5em
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
- Priority:
- Assigned to:
- Status: