瀏覽代碼

prevent scrolling when dropdown is opened. fixes #1540

Igor Vaynberg 11 年之前
父節點
當前提交
59df6b4c9a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      select2.js

+ 1 - 0
select2.js

@@ -1281,6 +1281,7 @@ the specific language governing permissions and limitations under the Apache Lic
             // show the elements
             // show the elements
             mask.show();
             mask.show();
 
 
+            this.positionDropdown();
             this.dropdown.show();
             this.dropdown.show();
             this.positionDropdown();
             this.positionDropdown();