Opened 11 years ago
Closed 11 years ago
#10789 closed Bug (invalid)
asp.net CKEditor displaying html tags while page loading
Reported by: | rama | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.4 |
Keywords: | Cc: |
Description
Hi Team,
In asp.net CKEditor,
- While page loading, html tags are appearing in ckeditor then after completion of page load ckeditor displaying content properly without html tags.
- Again on button post-back pageload also ckeditor showing html tags for sometime and once pageload completed then it is displaying properly
Please provide solution
See the attachment for reference
Regards, Rama
Attachments (1)
Change History (3)
Changed 11 years ago by
Attachment: | ckeditor_htmltags.JPG added |
---|
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
What you show us is simple textarea. You see source HTML in textarea before editor loads and once it is loaded it chnages source HTML into something "viewable".
This can't be fixed as this is how it works.
You may use CKE 4.2.1 client-side with CKE ASP.NET 3.6.4 server side.
- Go to CKEditor site and download CKEditor 4.2.1 FULL Package
- Extract it into ckeditor folder
- Go to your_ckeditor_aspnet/_Samples/ and replace existing ckeditor folder with the one you have downloaded.
The only thing you won't be able to set from ASP.NET Control is ACF:
http://ckeditor.com/blog/Upgrading-to-CKEditor-4.1
http://ckeditor.com/blog/CKEditor-4.1-RC-Released http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter
http://docs.ckeditor.com/#!/api/CKEDITOR.filter-method-addTransformations
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-extraAllowedContent
which you would have to configure or disable in ckeditor/config.js file.
Hi Team,
Please provide solution for this.
Regards, Rama