diff --git a/select2.js b/select2.js index 3beb6420..1966db3c 100644 --- a/select2.js +++ b/select2.js @@ -1221,6 +1221,9 @@ the specific language governing permissions and limitations under the Apache Lic dropWidth = $dropdown.outerWidth(false); enoughRoomOnRight = dropLeft + dropWidth <= viewPortRight; $dropdown.show(); + + // fix so the cursor does not move to the left within the search-textbox in IE + this.focusSearch(); } if (this.opts.dropdownAutoWidth) {