Description

GUI editor breaks <style>s on tables

Steps to reproduce

1. Have a page with something like this:

||<style="width: 42em; border-style: none; background-color: rgb(225, 230, 255); padding: 1em; spacing: 1em; -moz-border-radius: 1em;"><<Include(FooBar)>>||

CategoryBaz

2. Edit with the GUI editor and end up with this:

||<#002202 width="42em" style="border-style: none; padding: 1em; -moz-border-radius-topleft: 1em; -moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em; -moz-border-radius-bottomleft: 1em;"><<Include(FooBar)>> ||


CategoryBaz

3. Problems include:

Workaround

use the text eitor?

Discussion

Can be fixed by table_row_style.patch -- ReimarBauer 2009-01-05 20:03:08

Plan


CategoryMoinMoinBug

MoinMoin: MoinMoinBugs/GuiEditorBreaksStyle (last edited 2009-01-05 20:03:08 by ReimarBauer)