[Dojo-interest] Memory leaks in Javascript-created
widgetsandevent handlers?
Aaron Evans
aaronmevans at gmail.com
Fri Jan 5 06:55:24 MST 2007
On 1/5/07, Alex Russell <alex at dojotoolkit.org> wrote:
> Aaron,
>
> how were you creating widgets? From script? Declaratively?
>
In this instance, the widgets (which are custom) were declared
declaratively via html but each widget might contain one or two
additional child widgets which are instantiated programatically as
part of the fillInTemplate method of the parent.
> Also, is there any chance I can beg a formal bug report out of you on
> this issues with, perhaps, a test case?
>
I will try to put something together soon. I am under the gun right
now to complete a major release of the application by end of next week
but I'll try to get to it sometime before then. There are just a few
problems:
1. I am still on 0.4 and I assume you would want it to run against SVN head?
2. There is a bunch of data that is looked up from the server at load
time via AJAX calls to servlets which have security on them (ie. you
must be logged in) so I'll need to dupe all that in the test case I
submit. Doable, but will just take a little more work.
> Regards
>
cheers,
aaron
More information about the Dojo-interest
mailing list