1
0
mirror of synced 2025-02-16 20:13:16 +03:00

prevent scrolling when dropdown is opened. fixes #1540

This commit is contained in:
Igor Vaynberg 2013-07-31 22:05:44 -07:00
parent dcee289874
commit 59df6b4c9a

View File

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