From: Maciej MroziĊ„ski Date: Tue, 17 Jul 2012 20:16:27 +0000 (-0400) Subject: Datepicker: Deleted z-index style on hidden input. Fixed #7449 - Datepicker dialog... X-Git-Tag: 1.8.22~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fa5e7c17a804e667513662ea9fbb7e8e6986e42c;p=jquery-ui.git Datepicker: Deleted z-index style on hidden input. Fixed #7449 - Datepicker dialog has a negative z-index. (cherry picked from commit cb44dc6c2840a77fbb13a398910ca8818d6439e3) --- diff --git a/ui/jquery.ui.datepicker.js b/ui/jquery.ui.datepicker.js index e043e5d29..51d1b183b 100644 --- a/ui/jquery.ui.datepicker.js +++ b/ui/jquery.ui.datepicker.js @@ -308,7 +308,7 @@ $.extend(Datepicker.prototype, { this.uuid += 1; var id = 'dp' + this.uuid; this._dialogInput = $(''); + '" style="position: absolute; top: -100px; width: 0px;"/>'); this._dialogInput.keydown(this._doKeyDown); $('body').append(this._dialogInput); inst = this._dialogInst = this._newInst(this._dialogInput, false);