Opened 11 years ago
Last modified 11 years ago
#11958 confirmed Bug
HTML in head title is changed to cke_protected
Reported by: | Piotr Jasiun | Owned by: | |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | Cc: |
Description
- Open Full Page Editing sample.
- Put this html in the Source mode:
<html> <head> <title><!-- foo --></title> </head> <body></body> </html>
- Change mode to the WYSIWYG and back to source.
Expected:
<title><!-- foo --></title>
Actual:
<title><!--{cke_protected}{C}%3C!%2D%2D%20foo%20%2D%2D%3E--></title>
Comments inside title are invalid. I made a research in #11442 and this fails because comments will be always encoded in elements like <title> or <iframe>.
I'm confirming this issue, but it's a very low priority.