Wait! Looks like we don't have enough information to add this to bug database. Please follow this
template bug format.
-
deactivate event not fired on windows
deactivate event not fired on windows
Ext version: Ext JS v 4.1.1
I believe that error is in method ZIndexManager._activateLast which deletes this.front.
Later setActiveChild cannot call deactivate on this.front.
-
Sencha - Ext JS Dev Team
Under what circumstances? When closing the window? When focusing another one?
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
-

Originally Posted by
evant
Under what circumstances? When closing the window? When focusing another one?
This happens when you have a few open windows (desktop example) and you're switching between them. The window which is activated fires 'activate' event, but deactivated window does not fire 'deactivate'.