From d37d6d6cacb9f82b3c4394500abb58bd734c62e9 Mon Sep 17 00:00:00 2001 From: Wayne Dietz Date: Thu, 6 Aug 2015 10:17:03 -0500 Subject: [PATCH] Fix issue in IE 8-11 that prevents typing characters that require multiple key presses to produce a single glyph. --- src/js/select2/dropdown/attachBody.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/js/select2/dropdown/attachBody.js b/src/js/select2/dropdown/attachBody.js index a7a38ff5..e1514edb 100644 --- a/src/js/select2/dropdown/attachBody.js +++ b/src/js/select2/dropdown/attachBody.js @@ -177,8 +177,6 @@ define([ }; AttachBody.prototype._resizeDropdown = function () { - this.$dropdownContainer.width(); - var css = { width: this.$container.outerWidth(false) + 'px' };