Hi,
i have an issue with the current Firefox 3.5.5. Some strange bugs occur when i use the following sample code in the CE and want to edit the headline or the lines between the headline and the table. If i press enter within the headline, the part after the cursor jumps to the bottom, below the table and creates a new <div>-block. If i press enter between the headline and the table, the text in the table is moved under the table, same new <div>-block...
This bug didn't occur a few days ago and in the IE8 everything works fine. I disabled all Addons and asked a friend, still the same effect...
- <div style="background-color: #ffffff;">
- <strong>"Lorem Ipsum"</strong><br />
- <br />
- <br />
- <table>
- <tbody>
- <tr>
- <td>
- <ul>
- <li style="margin-left: 12px;">123</li>
- <li style="margin-left: 12px;">456</li>
- <li style="margin-left: 12px;">789</li>
- <li style="margin-left: 12px;">007</li>
- </ul>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
Regards,
Stefan