Forum closed. New forum available at http://community.wymeditor.org/

Error In XHTML Parsing

Support forum for WYMeditor.

Error In XHTML Parsing

Postby dustins on Mon Jun 22, 2009 3:40 pm

I'm having a problem when trying to use a nested table. It is stripped the <tr> inside of the nested tables <tbody> and then closing <tbody> prematurely.

Go into html mode and paste the following, then close html mode and open it back up. You'll see what I mean if you focus on the area of code I bolded.

<table>
<thead>
<tr>
<th>Event</th>
<th>Pricing</th>
</tr>
</thead>

<tbody>
<tr>
<td>
<h6>Conference &amp; Expo</h6>
</td>

<td>
<table>
<tbody>
<tr>
<td>first data</td>
<td>second data</td>
<td>third data</td>
<td rowspan="2">
<p>some text to fill space</p>
</td>
</tr>

<tr>
<td>first data</td>
<td>second data</td>
<td>third data</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
dustins
 
Posts: 5
Joined: Mon Jun 22, 2009 3:33 pm

Re: Error In XHTML Parsing

Postby mr_lundis on Fri Jun 26, 2009 9:04 am

Hi Dustin, and welcome to the WYMeditor forum!
The table handling in WYMeditor is rather shaky, they're not used much now days. I've opened a ticket for this issue on the trac site - any kind of fixes/patches/etc are welcome!

Cheers! ;)
Jonatan Lundin - designer, developer and forum moderator. You should follow me on Twitter!
mr_lundis
 
Posts: 335
Joined: Sun Dec 02, 2007 10:59 am
Location: Sweden


Return to Support

Who is online

Users browsing this forum: No registered users and 3 guests