Components with Model should only update few items or changed data instead of rerendering them all

XMLWordPrintable

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Critical
    • 10.2.0
    • Affects Version/s: 9.6.4
    • Component/s: 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/sample/1oao2pc/1/

      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.

            Assignee:
            jamson
            Reporter:
            jumperchen
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: