Opened 14 years ago
Last modified 14 years ago
#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 (2)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.3.2 → 3.4.1 (SVN - trunk) |
comment:2 Changed 14 years ago by
Version: | 3.4.1 (SVN - trunk) → 3.3.2 |
---|