Hi! I've been checking for memory leaks in my application by instantiating and disposing pretty large forms, and checking for Objects that leak.
A few of the standard Widgets seem to have some problems: Calendar: * This one leaks 4 tooltips (which internally use plenty more each) * It leaks a DateFormat * There are also lots of LocalizedStrings leaking. Table: * The Table might be leaking many of its backend Widgets, such as the model, although I've been inspecting the code closely, and I can't see why as it seems to be trying to clean itself up properly Another odd problem is that the focus tabbing is broken after disposing a form which uses the DateChooserButton, and then opening another. You get an error: 415038 ERROR: qx.event.handler.EventHandler[59]: Failed to dispatch key event: TypeError - children has no properties at qx.event.handler.FocusHandler:294 At the moment I'm seeing these symptoms in a large application, so haven't got any small test cases, but I'll work on some to demonstrate some of the later cases. Regards, Nick ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
