From ac7de2a756195ac560a88c4f0c2e2ede846da365 Mon Sep 17 00:00:00 2001 From: MaxxSoftware Date: Thu, 15 Nov 2012 17:26:19 +0600 Subject: [PATCH] Update select2.js --- select2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/select2.js b/select2.js index 0fe2e45b..108a2893 100644 --- a/select2.js +++ b/select2.js @@ -892,6 +892,7 @@ the specific language governing permissions and limitations under the Apache Lic dropLeft = offset.left, enoughRoomBelow = dropTop + dropHeight <= viewportBottom, enoughRoomAbove = (offset.top - dropHeight) >= this.body().scrollTop(), + dropWidth = this.dropdown.outerWidth(false), enoughRoomOnRight = dropLeft + dropWidth <= viewPortRight, aboveNow = this.dropdown.hasClass("select2-drop-above"), bodyOffset,