diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index 58d2346..41fcb20 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -328,7 +328,7 @@ if ( e.keyCode === 27 ) { // escape this.cancel(); - this.$element.focus(); + this.$element.trigger( 'focus' ); e.preventDefault(); e.stopPropagation(); }