You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a long form with a lot of fields the modal opens at the bottom of the form. Not a huge deal, but you do need to scroll up to see the beginning of the form.
I believe that this is because the insert submit button is being focused on:
If you have a long form with a lot of fields the modal opens at the bottom of the form. Not a huge deal, but you do need to scroll up to see the beginning of the form.
I believe that this is because the insert submit button is being focused on:
https://github.com/jtsternberg/Shortcode_Button/blob/master/js/shortcode-quicktag-button.js#L179
$c.modal.find( '.scb-insert' ).trigger( 'focus' );
Is it possible to focus on the first field instead?
The text was updated successfully, but these errors were encountered: