-
Bug
-
Resolution: Fixed
-
Normal
-
8.0.3
-
Security Level: Jimmy
-
ZK 8.0.4 S1
-
None
Steps to Reproduce
1. run the attachment
2. focus any listitem and press enter -> model clears focus remains in listbox
3. press Enter/ESC to trigger the event listeners onOK/onCancel -> nothing happens
4. focus the next or previous button and focus back into the listbox
5. press Enter/ESC to trigger the event listeners onOK/onCancel -> now the events get triggered
Actual Result
when ROD is enabled the onOK/onCancel events are not firing after the listModel was cleared
Expected Result
events should be fired correctly
Debug Info
I added a custom style to indicate the focus anchor is active in the listbox
Root Cause
Workaround
disable ROD