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:
- 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>
- 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.
DUP of #8216.
There is also #9205 which has patch for this problem.