Ticket #7279 (confirmed Bug)
Full page mode: <meta> inside body element multiplies elements in body
| Reported by: | behemot | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Parser | Version: | 3.1 |
| Keywords: | Cc: | michal.bialas@… |
Description
- Start with the following code
<html> <head> <title></title> </head> <body> <table> <tr> <td> d<meta /></td> </tr> </table> </body> </html>
- Paste it in source mode
- Switch to wyswig mode
Rezult:
<html> <head> <title></title> </head> <body> <table> <tbody> <tr> <td> d</td> </tr> </tbody> </table> <table> <tbody> <tr> <td> d</td> </tr> </tbody> </table> </body> </html> <meta /> <body></body> <title></title> <body> <table> <tbody> <tr> <td> d</td> </tr> </tbody> </table> <table> <tbody> <tr> <td> d</td> </tr> </tbody> </table> <p> </p> </body>
Change History
Note: See
TracTickets for help on using
tickets.
