== Pathology == If you edit a table which has a `rowclass` attribute with the GUIEditor, the attribute is deleted. There's no need to save to see it happen. == Example == Insert `rowclass="whatever"` in the `< .. >` area below and click on the GUIMode button, then go back to TextMode. `tableclass` and `class` attributes are preserved, but sometimes attributes are concatenated, e.g. the space between `tableclass="noname"` and `bgcolor="green"` is eliminated. {{{ ||<rowclass="whatever" tablewidth="" tablestyle="text-align: center; color: blue;" tableclass="noname" bgcolor="green" id="recentchanges"> test || other cell || ||<rowbgcolor="yellow"bgcolor="red" class="whatever" id="cal-workday"> another test || || }}} ||<rowclass="whatever" tablewidth="" tablestyle="text-align: center; color: blue;" tableclass="noname" bgcolor="green" id="recentchanges"> test || other cell || ||<rowbgcolor="yellow"bgcolor="red" class="whatever" id="cal-workday"> another test || ||