Files
danbooru/app/assets/javascripts
evazion cf27de2ec9 Fix #3532: Make Enter key accept current tag during autocomplete.
Previously we patched the jqueryui-autocomplete library in order to
customize how the Tab and Enter keys behaved. Specifically, we wanted to
prevent the Tab key from moving the focus out of the tag input box, and
we wanted to prevent the Enter key from submitting the page when editing tags.

These things can achieved without patching the library by using
`event.preventDefault` and `event.stopImmediatePropagation` to prevent
other event handlers from running after these keys trigger the
`autocompleteselect` event.
2018-02-06 19:11:01 -06:00
..
2017-12-15 13:52:25 -08:00
2014-08-20 16:50:53 -07:00
2014-08-20 16:50:53 -07:00
2014-08-20 16:50:53 -07:00
2017-10-09 14:45:23 -07:00
2014-08-20 16:50:53 -07:00
2014-08-20 16:50:53 -07:00
2017-09-12 13:11:30 -07:00
2014-08-20 16:50:53 -07:00
2015-03-05 18:00:26 -08:00
2017-07-11 19:40:54 -05:00
2014-08-20 16:50:53 -07:00
2017-10-11 13:03:33 -07:00