bug in latest version when trying to insert HTML using !- -!

View: New views
2 Messages — Rating Filter:   Alert me  

bug in latest version when trying to insert HTML using !- -!

by gfbrols :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

if you insert the following in a fitnesse page, it should include a table.


!-<table border="0">
<tbody>
<tr>
<td>!Fixture 1</td>
<td> </td>
</tr>
<tr>
<td>Call</td>
<td>Test</td>
</tr>
</tbody>
</table>-!

But the following is displayed:
<td> </td>
</tr>
<tr>
<td>Call</td>
<td>Test</td>
</tr>
</tbody>
</table>-!

and the 'Add child' window content is appended to the bottom of the Fitnesse page

Gael



Re: bug in latest version when trying to insert HTML using !- -!

by gfbrols :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

what is giving the issue is the '!' in front of Fixture 1
if you remove it the table is correctly displayed.


--- In fitnesse@..., "gfbrols" <gfbrols@...> wrote:

>
> if you insert the following in a fitnesse page, it should include a table.
>
>
> !-<table border="0">
> <tbody>
> <tr>
> <td>!Fixture 1</td>
> <td> </td>
> </tr>
> <tr>
> <td>Call</td>
> <td>Test</td>
> </tr>
> </tbody>
> </table>-!
>
> But the following is displayed:
> <td> </td>
> </tr>
> <tr>
> <td>Call</td>
> <td>Test</td>
> </tr>
> </tbody>
> </table>-!
>
> and the 'Add child' window content is appended to the bottom of the Fitnesse page
>
> Gael
>