Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 7.0.4
-
Fix Version/s: 7.0.6
-
Component/s: None
-
Security Level: Jimmy
-
Labels:None
-
gh.sprint.customfield.default.name:ZK 7.0.7
Description
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.
Attachments
Issue Links
- 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
-