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

New added header is invisible when all headers have fixed width

    XMLWordPrintable

Details

    Description

      Steps to Reproduce

      <zk>
          <listbox>
              <listhead id="listhead">
                  <listheader label="1" width="200px"/>
                  <listheader label="2" width="200px"/>
              </listhead>
              <listitem id="listitem">
                  <listcell label="1"/>
                  <listcell label="2"/>
              </listitem>
          </listbox>
          <button label="append">
              <attribute name="onClick">
                  listhead.appendChild(new Listheader("3"));
              </attribute>
          </button>
      </zk>
      

      When all headers have fixed width, new added header will be invisible.
      Click append to reproduce it.

      Current Result

      New header is invisible.

      Expected Result

      New header should be visible.

      Attachments

        Issue Links

          Activity

            People

              katherinelin katherinelin
              CharlesQiu CharlesQiu
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 2 days
                  2d
                  Remaining:
                  Remaining Estimate - 2 days
                  2d
                  Logged:
                  Time Spent - Not Specified
                  Not Specified