-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: 7.0.8, 8.0.4.2
-
Component/s: ZK Client Engine
-
Security Level: Jean
-
None
-
None
Steps to Reproduce
run the attached simplified example
click the buttons and observer the console logs
Current Result
the event listener registered with domListen_ doesn't execute when the event is triggered immediately after adding the listener
using pure jquery works
Expected Result
after registering a listener it should be listening for events
Debug Info
it works as expected when removing the zkmax.jar
Root Cause
side effect of ZK-2335