Description
The GUI editor destroys style information of tables...
Steps to reproduce
- Edit this page and compare the result to the old version.
Example
Using background-color: ||<tablebgcolor="lightyellow" tablewidth="100%" tablestyle="text-align: right;">Foo ||
Using background: ||<tablebgcolor="lightyellow" tablewidth="100%" tablestyle="text-align: right;">Foo ||
Details
This wiki.
Workaround
Discussion
It's not "background", it is "background-color" - then at least this works ok.
Both are valid CSS, see CSS 2 specification.
It kind of round-trips now (although it doesn't regenerate exact markup, but maybe some equivalent other markup). But FCKeditor seems to have issues when trying to setup alignment attributes.
Plan
- Priority:
- Assigned to:
- Status: round trips now, FCKeditor issues still there