From 30c064427bc697bce992c68ce2db7ddd529c76e9 Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 14 Jun 2012 18:25:06 -0400 Subject: Datepicker: Remove workaround for old Opera. --- ui/jquery.ui.datepicker.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui/jquery.ui.datepicker.js b/ui/jquery.ui.datepicker.js index e4196bedd..6f3e2f34f 100644 --- a/ui/jquery.ui.datepicker.js +++ b/ui/jquery.ui.datepicker.js @@ -665,10 +665,6 @@ $.extend(Datepicker.prototype, { isFixed |= $(this).css('position') == 'fixed'; return !isFixed; }); - if (isFixed && $.browser.opera) { // correction for Opera when fixed and scrolled - $.datepicker._pos[0] -= document.documentElement.scrollLeft; - $.datepicker._pos[1] -= document.documentElement.scrollTop; - } var offset = {left: $.datepicker._pos[0], top: $.datepicker._pos[1]}; $.datepicker._pos = null; //to avoid flashes on Firefox -- cgit v1.2.3