-
New Feature
-
Resolution: Unresolved
-
Major
-
None
-
9.6.4
-
None
-
Security Level: Jimmy
-
None
Refer to ZK-5261, the similar case in Listbox, Grid, Tree, or Children binding may have the same issue.
This test case can reproduce this issue - https://zkfiddle.org/direct/1oao2pc/1/v9.6.4-Another-new-ZK-fiddle?run=3v3qbm6
Once new data is added, the whole component tree may be re-rendered as the css flash animation on UI in the test link above.
The testing result: (after Fixed ZK-5468)
Component | Re-render All |
---|---|
Listbox | with ROD and without ROD |
Grid | with ROD and without ROD |
Tree | V |
Radiogroup | V |
Combobox | V |
Tabbox | V |
Selectbox | |
Searchbox | V |
Stepbar | V |
Organigram | V |
Linelayout | V |
Chosenbox | V |
Cascader | V |
Biglistbox | V |
Note: JSF's <ui:repeat> or <h:dataTable> does the CSS animation as well when adding or removing any item.