When using the dropdownlist it always shows the entire list dropped down.
You should add this to lang_dropdown.js

var oHandler = $('#edit-lang-dropdown-select').msDropDown().data("dd");
oHandler.close();

Comments

manfer’s picture

Status: Active » Closed (cannot reproduce)