Opened 15 years ago
Last modified 15 years ago
#7700 confirmed Bug
Memory leak when inside asp.net update panel
| Reported by: | Darren | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.5.3 |
| Keywords: | Cc: |
Description
When placed in an update panel, ckeditor leaks about 700Kb - 1MB every refresh, both in IE9 and FF4.
I have attached a very simple example that loads an editor then on submit, destroys it. This is placed on a 1 second timer. I watched the memory using sysinternals process explorer over a period of about 10 minutes and it continually grew.
Darren
Attachments (3)
Change History (4)
Changed 15 years ago by
Changed 15 years ago by
| Attachment: | test.aspx.cs added |
|---|
Changed 15 years ago by
comment:1 Changed 15 years ago by
| Keywords: | memory leak ie9 ff4 removed |
|---|---|
| Status: | new → confirmed |
The new test file shows the leak without requiring asp.net, it's just simple javascript.

Simpler testcase