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

iceblue_c combobox/datebox... right-padding without button

XMLWordPrintable

    • ZK 9.5.0 S1

      Steps to Reproduce

      enter long text inside the boxes with hidden buttons

          <vlayout>
              <combobox buttonVisible="false"/>
              <combobox />
              <bandbox buttonVisible="false"/>
              <bandbox />
              <datebox buttonVisible="false"/>
              <datebox />
              <timebox buttonVisible="false"/>
              <timebox />
              <spinner buttonVisible="false"/>
              <spinner />
              <doublespinner buttonVisible="false"/>
              <doublespinner />
          </vlayout>
      

      Current Result

      text input doesn't use the whole width of the widget

      Expected Result

      reduced smaller right-padding as in iceblue (non compact) when button is disabled

      Debug Information

      the compact styles override the right-padding and don't set the small padding for
      .z-combobox-input-full: 8px;

      Workaround

              .z-combobox-input-full,
              .z-bandbox-input-full,
              .z-datebox-input-full,
              .z-timebox-input-full,
              .z-spinner-input-full,
              .z-doublespinner-input {
                  padding-right: 8px;
              }
      

            Leon03 Leon03
            cor3000 cor3000
            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