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

Window with a nested vflex="1" does not display content

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Normal Normal
    • None
    • 9.0.0
    • None
    • None
    • ZK Release 9.0.0

      Ubuntu 18.04 - Chrome Version 78.0.3904.97 (Official Build) (64-bit)

      Steps to Reproduce

      Open zkfiddle with the default example, wrap the window's content with a <vlayout vflex="1">

       

      <zk> 
      <window border="normal" title="hello" apply="pkg$.TestComposer"> 
      <vlayout vflex="1"> 
      <div>Welcome to ZK Fiddle , run it right now!</div> 
      <button id="btn" label="Click Me To Evalute Event Binding With Composer" />   
      </vlayout>   
      </window>
      </zk>
      

       

       

      Current Result

      : the content does not show up.

      Expected Result

      The content should be visible

      Debug Information

       

      Workaround

      add <custom-attributes org.zkoss.zul.css.flex="false"/>
       

            DevChu DevChu
            mikrobe mikrobe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: