-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.2
-
None
-
Zk CE 8.0.2.2
Trying out the ComponentCtrl.addCallback API added at 8.0.2 and it is not working with the Window component.
After some digging, find out that's due to the Window component has override the onPageDetached method and doesn't invoke super.onPageDetached. As a result, the AbstractComponent.onPageDetached method is never invoke for Window component. Is that by design or a bug ?