Description

Border settings in the appropriate GUI Editor table dialog are ignored by Moin.

Steps to reproduce

  1. Go into edit mode
  2. Create table
  3. Set border width to '0'
  4. Save changes

Normally a border width of zero should set the style

<style="border: medium none;">

in each table cell. But this style isn't created by the html2wiki converter.

Example

Try to create this table with the GUI editor:

aaaaa

line 1

aaaa

line 2

You will get this instead:

aaaaa

line 1

aaaa

line 2

Component selection

Details

MoinMoin Version

1.x - 1.9

OS and Version

Win XP

Python Version

2.6.4

Server Setup

Win XP + Apache

Server Details

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

German

Workaround

You need to add a blank before the ";"

||<style="border: medium none ;">aaaaa ||<style="border: medium none ;">line 1 ||
||<style="border: medium none ;">aaaa ||<style="border: medium none ;">line 2 ||

This works

aaaaa

line 1

aaaa

line 2

Discussion

Plan


CategoryMoinMoinBug

MoinMoin: MoinMoinBugs/1.9TableBorderIgnoredInGUIEditor (last edited 2010-03-02 17:55:12 by ReimarBauer)