Uploaded image for project: 'Repository'
  1. Repository
  2. REPOSITORY-112

In properties form panel, a white space increase to each reload

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • 2.1
    • None
    • None
    • None

      The ExtJS form.removeAll() function seems to not work well: the form items are deleted but the table cell are still there.
      I try to do a manual deletion but it leads to a JS error later

      var table = this.el.child('div.x-panel-bwrap div.x-panel-body table.x-table-layout tbody').dom;
      while (table.firstChild != null)
      {
          table.removeChild(table.firstChild);
      }
      

            Unassigned Unassigned
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: