Description

The following code works, so no border is drawn:

Status is
||<style="border: 0 none black; color: green">'''GREEN'''||

Status is

GREEN


But the following doesn't:

Status is
||<tablestyle="border: 0 none black; color: green">'''GREEN'''||

Status is

GREEN

It draws a border.

Steps to reproduce

See above

Example

See above

Details

This Wiki

Workaround

Add the code <style="border:none;"> to each cell in the table.

Discussion

Can confirm this bug. This does not depend on the underlying stylesheet. I guess this has something todo with when what is rendering? -- ThiloPfennig 2006-09-13 17:50:40

just a thought: Does this have to do with MoinMoinBugs/TableStyleClassIgnored? -- ThiloPfennig 2006-09-13 17:52:18


(!) See common.css td style definition:


The cryptic comment by the extremely knowledgeable ThomasWaldmann presumably means that the border style in common.css is over-riding anything like <tablestyle="border:none;">. And this is why he changed the category to CategoryMoinMoinNoBug. -- DavidStarrSpaceCowboy 2010-09-08 16:20:50


Unrelated

Eventually I would like the table on the same line as the "Status is" text. How could I do that? Does the MoinWiki have color text support? I'd like that.

Plan


CategoryMoinMoinNoBug

MoinMoin: MoinMoinBugs/TablestyleBorderHasNoEffect (last edited 2010-09-08 16:23:40 by DavidStarrSpaceCowboy)