diff --git a/editor/js/ui/common/editableList.js b/editor/js/ui/common/editableList.js index 54a2ac3fa..230c3d542 100644 --- a/editor/js/ui/common/editableList.js +++ b/editor/js/ui/common/editableList.js @@ -66,12 +66,7 @@ that.addItem({}); }); } - if (this.element.css("position") === "absolute") { - this.element.css("position","static"); - this.topContainer.css("position","absolute"); - this.uiContainer.css("position","absolute"); - ["top","left","bottom","right"].forEach(function(s) { var v = that.element.css(s); if (s!=="auto" && s!=="") { @@ -80,6 +75,10 @@ that.element.css(s,'auto'); } }) + this.element.css("position","static"); + this.topContainer.css("position","absolute"); + this.uiContainer.css("position","absolute"); + } this.uiContainer.addClass("red-ui-editableList-container"); diff --git a/editor/js/ui/palette-editor.js b/editor/js/ui/palette-editor.js index 08320190c..f54ac0eae 100644 --- a/editor/js/ui/palette-editor.js +++ b/editor/js/ui/palette-editor.js @@ -601,7 +601,7 @@ RED.palette.editor = (function() { initInstallTab(); }) - packageList = $('