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

Panelchildren on mobile create extra node without sizing info, cause sizing failures

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Normal Normal
    • None
    • 9.0.0, 9.5.0
    • None
    • Security Level: Jimmy
    • None
    • ZK 9.5.1 S1

      Steps to Reproduce

      https://zkfiddle.org/sample/2n953jr/1-Another-new-ZK-fiddle

      run in chrome, emulation mode for android / galaxy S5

      Current Result

      The inner div height is 0

      with complex components such as windows or borderlayout, causes the component to not be visible

      Expected Result

      The panelchildren child node (cave) created by the touch/panel-touch.js for zkmax should have sizing information.

      The inner node should be able to calculate its size

      Debug Information

       

      Workaround

      <style>
       .z-panelchildren>.z-flex {
           height: inherit;
       }
      </style>
      

            DevChu DevChu
            MDuchemin MDuchemin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: