Opened 14 years ago
Closed 10 years ago
#7279 closed Bug (fixed)
Full page mode: <meta> inside body element multiplies elements in body
Reported by: | Michał Białas | 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 (2)
comment:1 Changed 14 years ago by
Component: | General → Core : Parser |
---|---|
Keywords: | windows linux chrome ff meta removed |
Status: | new → confirmed |
Version: | 3.5.2 → 3.1 |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
This issue is now fixed - tested under CKEditor 4.4.4.