datepicker: stop propagation on the button triggering the datepicker (fixes #3047)

This commit is contained in:
Paul Bakaus
2008-07-04 10:32:41 +00:00
parent 17b2d9526a
commit 539178291d

View File

@@ -347,6 +347,8 @@ $.extend(Datepicker.prototype, {
$.datepicker._hideDatepicker();
else
$.datepicker._showDatepicker(target);
return false;
});
}
input.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress)