Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-4573

Rendering failures from ZK 9.0.0

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Critical Critical
    • None
    • 9.0.0, 9.0.1
    • ZK Client Engine
    • None
    • Any environment.

      Steps to Reproduce

      Put any hflex or vflex to any element.

      Current Result

      1. Sometimes you get a white page until you resize the browser.
      2. Elements do not get the process CSS for hflex or vflex like in previous versions.

      Expected Result

      Should work like all the times with versions 8.6.x

      Debug Information

       

      Workaround

      We need to force the window to resize in order to make this work.

      <script defer="true">
            zk.afterMount(function()

      {           $( window ).resize();       }

      , 100);
      </script>

       

       

            DevChu DevChu
            JoseWalker JoseWalker
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: