[wp-trac] [WordPress Trac] #2483: Table lines dissapear when saving
from WYSWYG editor
WordPress Trac
wp-trac at lists.automattic.com
Sun Feb 19 06:23:36 GMT 2006
#2483: Table lines dissapear when saving from WYSWYG editor
---------------------------+------------------------------------------------
Id: 2483 | Status: new
Component: WordPress.org | Modified: Sun Feb 19 06:23:36 2006
Severity: major | Milestone:
Priority: normal | Version: 2.0.1
Owner: matt | Reporter: vilbara
---------------------------+------------------------------------------------
I have the following talbe structure in my page:
{{{
<table class="sleepingRecord">
<tr>
<th>Day</th>
<th>Wake Up</th>
<th>Amount</th>
<th>Comments</th>
</tr>
<tr>
<td>1</td>
<td>4:30</td>
<td>6h35</td>
<td></td>
</tr>
<tr class="line2">
<td>2</td>
<td>4:30</td>
<td>6h50</td>
<td></td>
</tr>
...
}}}
When using WYSWYG editor and saving entry, every second table row
dissapears (these having class="line2").
You may see the correct page at http://vilbara.employeebook.com/blog
/early-riser-sleeping-record/
--
Ticket URL: <http://trac.wordpress.org/ticket/2483>
WordPress Trac <http://wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list