]> source.dussan.org Git - jquery-ui.git/commitdiff
Datepicker: Deleted z-index style on hidden input. Fixed #7449 - Datepicker dialog...
authorMaciej Mroziński <mrozik87@gmail.com>
Tue, 17 Jul 2012 20:16:27 +0000 (16:16 -0400)
committerScott González <scott.gonzalez@gmail.com>
Tue, 17 Jul 2012 20:17:07 +0000 (16:17 -0400)
(cherry picked from commit cb44dc6c2840a77fbb13a398910ca8818d6439e3)

ui/jquery.ui.datepicker.js

index e043e5d29556cf7084799f49a30b88b2921c0eaf..51d1b183b69310339862755d51e6f1aa8c7af213 100644 (file)
@@ -308,7 +308,7 @@ $.extend(Datepicker.prototype, {
                        this.uuid += 1;
                        var id = 'dp' + this.uuid;
                        this._dialogInput = $('<input type="text" id="' + id +
-                               '" style="position: absolute; top: -100px; width: 0px; z-index: -10;"/>');
+                               '" style="position: absolute; top: -100px; width: 0px;"/>');
                        this._dialogInput.keydown(this._doKeyDown);
                        $('body').append(this._dialogInput);
                        inst = this._dialogInst = this._newInst(this._dialogInput, false);