Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
activeadmin / app / assets / javascripts / active_admin / ext / jquery-ui.js.coffee
Size: Mime:
# 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()