Sha256: 094f6013da59383c547a8299f30d9487afe614bf60d1f027c649f98821a0b247
Contents?: true
Size: 334 Bytes
Versions: 46
Compression:
Stored size: 334 Bytes
Contents
# 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()
Version data entries
46 entries across 46 versions & 7 rubygems