Current section

Files

Jump to
ex_admin web static js active_admin ext jquery-ui.js.coffee
Raw

web/static/js/active_admin/ext/jquery-ui.js.coffee

# Short-circuits `_focusTabbable` to focus on the modal itself instead of
# elements inside the modal. Without this, if a datepicker is the first input,
# it'll immediately pop up when the modal opens.
# See this ticket for more info: http://bugs.jqueryui.com/ticket/4731
$.ui.dialog.prototype._focusTabbable = ->
@uiDialog.focus()