Opened 12 years ago

Closed 12 years ago

#9347 closed Bug (duplicate)

Comments inside quote characters get marked as cke_protected

Reported by: Lyuba Owned by:
Priority: Normal Milestone:
Component: General Version: 3.6.4
Keywords: Cc:

Description

To reproduce:

  1. Switch to the source mode of a clean editor and enter the following text:
    <p>a'b <!--comment--> c'd</p>
    <p>ab <!--comment--> cd</p>
    
  1. Now switch back to WYSIWYG mode, and see that the comment in the first line has been marked up as cke_protected, while the second one did not:
    a'b {cke_protected_1} c'd
    ab cd
    

Expected: The comment blocks should behave the same way regardless of quote characters around them, I would expect neither of them to be marked up as protected.

Change History (1)

comment:1 Changed 12 years ago by Jakub Ś

Resolution: duplicate
Status: newclosed

DUP of #8216.

There is also #9205 which has patch for this problem.

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