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

vflex inside closed groupbox has no effect

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Normal
    • Resolution: Fixed
    • Affects Version/s: 9.0.0
    • Fix Version/s: 9.0.1
    • Component/s: Components
    • Labels:

      Description

      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"/>
      

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                Created:
                Updated:
                Resolved: