#10739 closed Bug (invalid)
ckeditor flikering ( apper/disapper ) in asp.net updatepanel
Reported by: | rama | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ASP.Net | Version: | 3.6.4 |
Keywords: | Cc: |
Description
I downloaded 3.6.4 ckeditor for asp.net DLL.But i am facing issue like CKEditor flikering ( apper/disapper ) in asp.net updatepanel. Steps to re-produce
- Add scriptmanager and updatepanel to the aspx page
- add CKEditor and Button inside the updatepanel
- On click of ASP Button , CKEditor is flikering.
Please provide solution for this.
Regards, Rama
Attachments (3)
Change History (8)
Changed 11 years ago by
Attachment: | myPageUpdPanel.aspx added |
---|
Changed 11 years ago by
Attachment: | Test.aspx.cs added |
---|
comment:1 Changed 11 years ago by
Keywords: | ckeditor flikering in asp.net updatepanel removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Changed 11 years ago by
Attachment: | EditorInUPdatePanel.rar added |
---|
uploaded entire solution for testing
comment:2 Changed 11 years ago by
Hi Team,
In new attachment ( EditorInUpdatePanel.rar ) , i added sample aspx page with CKEditor and AjaxHtmlEditor in one update-panel. Here on click of "push" button, CKEditor is flikering (i.e. apper/disapper ) but ajax HTMLEditor is not flikering . So i want same ajax HTMLEditor behaviour for CKEditor.
Please provide solution for this issue.
comment:3 Changed 11 years ago by
So i want same ajax HTMLEditor behaviour for
Which ajax HTMLEditor you talk about?
To my understanding when update panel is updated it reloads part of page and when part of page is reloaded then CKEditor which is JavaScript created again thus you get such result. I don't think this can be in anyway fixed as this is how it works.
Please tell me which editor works in different manner?
comment:4 Changed 11 years ago by
HI Team,
I am taking about Microsoft ajax htmleditorExtender.Please download my attachment (i.e. EditorInUPdatePanel.rar) and you can see the EditorInUpdatePanel.aspx with Ajax HtmlEditorExtender and CKEditor on same page. On click of "push button" , you will see the difference.
To know more about Microsoft ajax htmleditorExtender, please click on below link
Regards, Rama
comment:5 Changed 11 years ago by
I'm afraid this is rather won't fix issue. This is how CKEditor ASP.NET works; besides such reloading IMHO isn't something critical.
But that is what updatePanel does. It reloads part of page when you update this particular panel (updateMode="Conditional"). CKEditor needs some time to reload. That is all.
I see no error here thus I'm closing this issue as invalid.
If you think there is error in editor, please provide screencast or link where I can download simplified version of your app (that only shows this problem).
You may use CKE 4.2 client-side with CKE ASP.NET 3.6.4 server side.
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.