Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#11249 closed Bug (invalid)

Not allowing html comments in the source

Reported by: Saikrishna Kuturu Owned by:
Priority: Normal Milestone:
Component: UI : Source View Version:
Keywords: Cc:

Description

Facing issue in ckeditor on CMS tool,

When source is entered as shown below <p>test</p> <!--test --> <p>Test</p>

When tried to re-check the source again, the html commented code disappears, below is the outcome.. <p>test</p> <p>Test</p>

Please help...

Change History (7)

comment:1 Changed 10 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

I'm not sure which editor version you use but CKEditor 4.3 doesn't have this problem so you might want to update.

comment:2 Changed 10 years ago by Saikrishna Kuturu

Hi, Thanks for the update. Just another question on top of it, how do i find out CKEditor version. Since i have not configured it, have limited knowledge on this.

Also can we check such configurations on production environment?

Thanks Sai

comment:3 Changed 10 years ago by Saikrishna Kuturu

Swiderski,

How do we update CKEditor in our CMS tool?

Please help..

comment:4 Changed 10 years ago by Jakub Ś

Either CMS provider has to do it or you can look for ckeditor folder and exchange it with same package CMS provider is using.

You should check ckeditor/build-config.js in CMS and build the same using http://ckeditor.com/builder or (if this is one of pre-prepared packages) downloading it from our download page.

comment:5 Changed 10 years ago by Saikrishna Kuturu

Thanks a lot Swiderski for your quick response.

I've finally updated my ckeditor with the latest version i.e 4.3.1 & the html comments issue is now fixed.

My concern now is, In the updated ckeditor <script> tag disappears when we switch from source mode to non-source mode...Kindly revert with a solution.

Many Thanks.

comment:6 Changed 10 years ago by Saikrishna Kuturu

Please respond.

Many Thanks Saikrishna K

comment:7 Changed 10 years ago by Jakub Ś

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