#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 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
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 11 years ago by
Swiderski,
How do we update CKEditor in our CMS tool?
Please help..
comment:4 Changed 11 years ago by
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 11 years ago by
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:7 Changed 11 years ago by
Add script tags to protectedSource - http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-protectedSource
I'm not sure which editor version you use but CKEditor 4.3 doesn't have this problem so you might want to update.