Opened 13 years ago
Closed 11 years ago
#8789 closed Bug (wontfix)
CKEditor for ASP.NET. UpdatePanel and problem partial page updates
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ASP.Net | Version: | |
Keywords: | Cc: | tmartin@… |
Description
When there is more than one updatepanel on the page (which is unrelated to the updatepanel that the CKEditor is in) and whenever one of them does a partial page postback, the CKEditor disappears and reappears again. It seems to be reloading itself even though the updatepanel that it resides in is not being interacted with.
To reproduce:
- Copy files from attached sample - to default CKEditor for ASP.NET
- Open sample page
- Click on a button - you will notice that CKEditor disappears for a moment.
NOTE: contents of the editor remain - so it's more like a visual bug
I have managed to reproduce it in every browser
Attachments (1)
Change History (6)
Changed 13 years ago by
Attachment: | sample.zip added |
---|
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 years ago by
Cc: | tmartin@… added |
---|
comment:3 Changed 13 years ago by
comment:4 Changed 11 years ago by
was this bug ever fixed, or is there a workarround to fix it? I'm using ckeditor_4.3 and the asp.net wrapper 3.6.4
comment:5 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
A @kaga has already explained it in comment:3. This update is workaround used by editor in .NET environment.
In that case this ticket should be marked as "won't fix” and this in fact should have been done 22 months ago.
This reload CKEditor in UpdatePanel after partial postback is workaround in .NET controls.