Ticket #6167 (confirmed Bug)
Copy/Paste Duplication Bug - Handling of "li" without "ul"
| Reported by: | TonyA680 | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.3.2 |
| Keywords: | Cc: |
Description
"li" elements which are not nested inside of a "ul", and inside of 3 levels or more of tags, cause the parser/cleaner to duplicate the HTML multiple times (sometimes hanging the browser).
"li" without "ul" is bad HTML, but the handling of the problem with the HTML is a difficulty.
Try pasting this code into source view:
<table> <tr> <td> ABC <table> <tr> <td> XYZ <table> <tr> <td> 123 <li>Hi</li><li>Hello</li><li>Hola</li> </td> </tr> </table> </td> </tr> </table> </td></tr></table>
Then switch back to WYSIWYG view. Anything of this format causes the HTML to duplicate itself several times.
Change History
Note: See
TracTickets for help on using
tickets.
