cjolif / dojo-todo-app

Dojo ToDo App
Other
28 stars 15 forks source link

Initial display does not go thru _doTransition #71

Closed edchat closed 12 years ago

edchat commented 12 years ago

When launching the todoApp the initial display does not go thru _doTransition which causes a couple of problems. 1) beforeActivate and afterActivate are not called for items,list (the default view). 2) When transitioning away from the initial display beforeDeactivate and afterDeactivate are not called, which causes problems for example if an item was checked on the initial display it will not be moved to the Completed list.

This seems like it is a problem in dojox/app.

cjolif commented 12 years ago

@eric-wang can you look at this?

eric-wang commented 12 years ago

Sure, investigating this problem

eric-wang commented 12 years ago

open an issue for dojox.app and will fix in dojox.app, see issue https://github.com/dmachi/dojox_application/issues/30

cjolif commented 12 years ago

the dojox/app issues seems to be closd, @edchat do you confirm you don't reproduce anymore? If yes we should close that one.

edchat commented 12 years ago

This is fixed. Thanks.