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:
- a. COLOR CHANGED FROM light blue to dark gray !!!!!
- b. spacing 1em style removed and other ways it tried to be "smart"!
- c. new blank line added between table and category!
Workaround
use the text eitor?
Discussion
Can be fixed by table_row_style.patch -- ReimarBauer 2009-01-05 20:03:08
Plan
- Priority:
- Assigned to:
- Status: bug verified in 1.8.1