Ticket #30392: 30392.2.patch
File 30392.2.patch, 500 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/js/media-views.js
3767 3767 return; 3768 3768 } 3769 3769 3770 tabbables = this.$( ':tabbable' ) ;3770 tabbables = this.$( ':tabbable' ).not( 'input[type="file"]' ); 3771 3771 3772 3772 // Keep tab focus within media modal while it's open 3773 3773 if ( tabbables.last()[0] === event.target && ! event.shiftKey ) {