Combobox size in tree

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 8.5.2
    • Affects Version/s: 8.5.1.2
    • Component/s: Components
    • Security Level: Jimmy
    • ZK 8.5.2 S1, ZK 8.5.2 S2
    • None

      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
      

            Assignee:
            klyvechen
            Reporter:
            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