-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Critical
-
Affects Version/s: 3.8.0
-
Component/s: ZSS Component, ZSS JSF
-
Security Level: Jean
After updating ZSS to 3.8.0 version (maven), @Listen related events stops to work.
Tested events
@Listen("onSheetSelect = #ssheet")
@Listen("onAfterCellChange = #ssheet")
@Listen("onStopEditing = #ssheet")
There is 2 demo projects attached. One of them with ZSS 3.6.0 and another one with 3.8.0. In first case @Listen events works fine, but not in the second case.