-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.3
-
Security Level: Jimmy
-
None
-
problem reproduced in chrome/FF/IE11/edge
did not happen in Safari (mac)
-
ZK 8.0.4 S1
-
None
Steps to Reproduce
run the attached example
focus the textbox and press ESC
Actual Result
Expected Result
no error (detach component and stop obsolete onChanging timer)
Debug Info
the example depends on the server's latency if the server responds quicker than the onChanging timeout the problem happens, when tested in a low latency environment the problem happens less likely
Root Cause
after detaching the onChanging timer is still running not failing to access element detached in the mean time
- relates to
-
ZK-3649 Spinner doesn't send onChanging events following ZK-3530
- Closed