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

an inner tab disappears when using nested tabbox with different orients

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 9.5.0
    • 8.6.1, 9.0.0
    • Components, CSS
    • Security Level: Jimmy

      Steps to Reproduce

      1.

      <zk>
        <tabbox orient="top" hflex="1" vflex="1">
          <tabs>
            <tab label="Tab 1"/>
            <tab label="Tab 2"/>
          </tabs>
          <tabpanels>
            <tabpanel>
              <tabbox orient="left" hflex="1" vflex="1">
                <tabs>
                  <tab label="Tab 1"/>
                  <tab label="Tab 2"/>
                </tabs>
                <tabpanels>
                  <tabpanel>Panel 1</tabpanel>
                  <tabpanel>Panel 2</tabpanel>
                </tabpanels>
              </tabbox>
            </tabpanel>
            <tabpanel>Panel 2</tabpanel>
          </tabpanels>
        </tabbox>
      </zk>
      

      Current Result

      the 2nd tab in the inner tabbox disappears (invisible)

      Expected Result

      the 2nd tab in the inner tabbox is visible)

      Debug Information

      Workaround

          .z-tabbox-left>.z-tabs .z-tab{
          	display: block;
          }
      

            Leon03 Leon03
            hawk hawk
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 4 hours
                4h
                Remaining:
                Remaining Estimate - 4 hours
                4h
                Logged:
                Time Spent - Not Specified
                Not Specified