dojox_application icon indicating copy to clipboard operation
dojox_application copied to clipboard

View.destroy is never called

Open cjolif opened this issue 12 years ago • 2 comments

The View destroy method is AFAIK never called.

cjolif avatar May 18 '12 08:05 cjolif

The View.destroy() method is never called in framework, but this method should be called in application's code if a user dynamically create a view and destroy the view.

eric-wang avatar May 23 '12 01:05 eric-wang

Then I guess we are lacking:

  1. some API documentation
  2. a test/example that shows this

cjolif avatar May 23 '12 08:05 cjolif