-
Bug
-
Resolution: Fixed
-
Critical
-
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); }
[REPOSITORY-112] In properties form panel, a white space increase to each reload
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Attachment | New: screenshot-1.jpg [ 10943 ] |