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

Combobox size in tree

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 8.5.2
    • 8.5.1.2
    • Components
    • Security Level: Jimmy
    • ZK 8.5.2 S1, ZK 8.5.2 S2

      Steps to Reproduce

      run combo-in-tree-simple.zul
      close / open the root node

      Current Result

      the widths of the comboboxes change overlapping the following text

      Expected Result

      comboboxes keep their configured width of 100px

      Workaround

      call fire size for (re-)rerendered comboboxes

      	zk.afterLoad('zul.inp', function() {
      		var xCombobox = {};
      		zk.override(zul.inp.Combobox.prototype, xCombobox, {
      			bind_ : function() {
      				var result = xCombobox.bind_.apply(this, arguments);
      				zUtl.fireSized(this);
      				return result;
      			}
      		});//zk.override
      	});//zk.afterLoad
      

            klyvechen klyvechen
            cor3000 cor3000
            Votes:
            0 Vote for this issue
            Watchers:
            1 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