-
Bug
-
Resolution: Fixed
-
Normal
-
8.6.1
-
None
Steps to Reproduce
http://zkfiddle.org/sample/2dbgp9i/1-The-fake-parent-mechanism-in-Notification-causes-setVisible
run this fiddle with zk8.6.1
click the button
Current Result
onChildVisible_ in Layout.js is called
Expected feature Result
onChildVisible_ in Layout.js should not be called
Debug Info
this.parent (fake parent) in Notification.js cause Notification setVisible() doing unnecessary process with fake parent
should Comprehensive review for fake parent mechanism