Ticket #2512149 (accepted defect)
Reportersfbugs |
Opened: 01/16/09 Last modified: 07/15/09 Status: accepted Type: defect |
Owner Dav Glass |
Target Release: FUTURE Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Memory leaked by Editor destroy method | ||
| Description: | Each time an Editor (or SimpleEditor) instance is created and then destroyed, memory is leaked. Take the following snippet which repeatedly creates and then destroys a Panel instance. No memory is leaked. var x; Now try the same thing with Editor: var x; I'm seeing ~1.5Mb per create/destroy cycle in FFx 3.0.5 (Ubuntu), Opera 9.62 (Ubuntu) and Chrome 1.0.154.36 (WinXP) and predictably, about an order of magnitude worse on IE7 (WinXP). Under Ubuntu browser memory usage is easily observed via the top command. Under WinXP the task manager was used (iexplore.exe memory) and under Chrome the built-in Task Manager makes the phenomenon A html file is attached that reproduces the bug. Regards, Patrick Donelan |
||
| Type: | defect | Observed in Version: | 2.7.0 |
| Component: | Editor | Severity: | S3 (normal) |
| Assigned To: | Dav Glass | Target Release: | FUTURE |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 01/21/09
|
|
Posted: 02/4/09
|
|
Posted: 04/22/09
Similiar to bug #2527865 - Where I've commented and started work on here: http://github.com/keepoffthegrass/yui2/tree/master The bug is http://yuilibrary.com/projects/yui2/ticket/2527865#properties |
|
Posted: 04/23/09
|
|
Posted: 06/26/09
|
|
Posted: 07/15/09
Setting to FUTURE, but I am implementing things as I find them. |
|
Posted: 07/15/09
ref #2512149 - Addes some memory management to Editor Buttons |


This ticket was imported from Source Forge.
Orginially submitted by: patspam