Opened 13 years ago

Closed 13 years ago

#6922 closed Bug (duplicate)

Styles inside comments are not preserved

Reported by: Sa'ar Zac Elias Owned by:
Priority: Normal Milestone:
Component: Core : Output Data Version:
Keywords: Cc: vgarikipati@…

Description (last modified by Sa'ar Zac Elias)

A bug reported in the support channel.

  • Insert the following content into source:
    <style type="text/css">
    <!--
    .test { color: red; }
    -->
    </style>
    
  • Switch to wysiwyg mode and back to source.

Result:

<p>
	<style type="text/css">
<!--{cke_protected}{C}%3C!%2D%2D%0A.test%20%7B%20color%3A%20red%3B%20%7D%0A%2D%2D%3E-->	</style>
</p>

Change History (2)

comment:1 Changed 13 years ago by Sa'ar Zac Elias

Description: modified (diff)

comment:2 Changed 13 years ago by Sa'ar Zac Elias

Resolution: duplicate
Status: newclosed

Dup of #4880.

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