-
Bug
-
Resolution: Fixed
-
Minor
-
7.0.4
-
None
-
Security Level: Jimmy
-
None
-
ZK 7.0.7
Steps to Reproduce
- run attached zul and vm
- click a button to remove a row
Actual Result
textbox in first row becomes editable.
Expected Result
no row gets focus.
Debug Information
It only happens when using ListModelList as a model object and notify (@NotifyChange) it.
Remove notify annotation or use Java collection with @NotifyChange will not have this issue.
Workaround
Do not use @NotifyChange for ListModelList for it's no need.
- blocks
-
ZK-2934 A control in a grid row does not count as a focusable control when giving focus to the first element of a modal window
- Closed