Opened 10 years ago

Last modified 10 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

  1. Open Full Page Editing sample.
  2. Put this html in the Source mode:
    <html>
    <head>
    	<title><!-- foo --></title>
    </head>
    <body></body>
    </html>
    
  3. Change mode to the WYSIWYG and back to source.

Expected:

<title>&lt;!-- foo --&gt;</title>

Actual:

<title>&lt;!--{cke_protected}{C}%3C!%2D%2D%20foo%20%2D%2D%3E--&gt;</title>

Change History (1)

comment:1 Changed 10 years ago by Piotrek Koszuliński

Priority: NormalLow
Status: newconfirmed

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.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy