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

vflex inside closed groupbox has no effect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 9.0.1
    • 9.0.0
    • Components

      Steps to Reproduce

      <zk>
          <groupbox height="500px" width="500px" title="Closed Groupbox" open="false">
              <custom-attributes org.zkoss.zul.css.flex="true"/>
              <div vflex="1" style="border: 1px solid red">
              surrounding div uses vflex="1"
              </div>
          </groupbox>
      </zk>
      

      http://zkfiddle.org/sample/2b58g32/1-ZK-4467
      Open the grouopbox

      Current Result

      the <div> inside the drawer doesn't resize

      Expected Result

      the <div> should consume the whole available height inside the groupbox.

      Debug Information

      Workaround

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

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

              Created:
              Updated:
              Resolved: