It looks to me like didHideInDocument is never getting called after a transitionOut transition on a pane that's removing itself. The issue looks to me like the method _notifyDetached (view statechart file, line 1207) should call the method (presently _notifyDetach does nothing). Alternately there should be a didRemoveFromDocument method that's called.