﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
3492,Visual Rich Editor wipes out various CSS class or style attributes,figcar,anonymous,"To replicate nasty bug behavior:

1. Create a WP Page or Post with the following table code:
{{{
<table>
<tr><td>First row</td></tr>
<tr class=""even""><td>Second row</td></tr>
<tr><td>Third row</td></tr>
<tr class=""even""><td>Fourth row</td></tr>
<tr><td>Fifth row</td></tr>
</table>
}}}

2. With Visual Rich Editor (VRE) enabled, open the page for editing. Wait for VRE to load... Don't change anything. Just click ""Save"".

3. VRE seems to cause the rows with a class specified -- and all their data -- to be removed (poof!), leaving this:
{{{
<table>
<tr><td>First row</td></tr>
<tr><td>Third row</td></tr>
<tr><td>Fifth row</td></tr>
</table>
}}}

Use case: I'll often use a class on table rows for applying background color (from the stylesheet) to alternate rows for tabular data.

I've observed this VRE behavior on both Mac/Firefox and WinXP/IE6.
",defect (bug),closed,high,2.5,TinyMCE,2.3,major,fixed,has-patch 2nd-opinion,
