Ticket #1400 (new defect)
FF3.0.5: paraHandlerBest - When hitting Enter in a table it skips to below the table
| Reported by: | guest | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.97 |
| Component: | Xinha Core | Version: | trunk |
| Severity: | normal | Keywords: | paraHandlerBest table td Enter |
| Cc: | dloker@… |
Description
Go to http://www.xinha.org/xinha-nightly/examples/ExtendedDemo.html
Add a table to the bottom, after the UL by hitting Enter twice, with 2 rows and 2 cols, for example. Position the cursor in the first row and column. Hit Enter. For some reason it skips to below the table. I have had it do the proper thing if I inspect the html before hitting enter within the table. This may be related to ticket 1226.
When it messes up, the resulting html below the ul list is as follows:
<p> </p>
<table cellpadding="5" style="border: 1px dotted #000000; width: 100%; border-collapse: collapse;">
<tbody>
<tr>
<td style="border: 1px dotted #000000;" />
<td style="border: 1px dotted #000000;"> </td>
</tr>
<tr>
<td style="border: 1px dotted #000000;"> </td>
<td style="border: 1px dotted #000000;"> </td>
</tr>
</tbody>
</table>
<p> </p><br />
Change History
Note: See
TracTickets for help on using
tickets.
