dev/core#2919 Hidden submit buttons are confussing for keyboard users
authorBradley Taylor <hello@brad-taylor.co.uk>
Mon, 18 Oct 2021 17:14:19 +0000 (18:14 +0100)
committerBradley Taylor <hello@brad-taylor.co.uk>
Mon, 18 Oct 2021 17:14:19 +0000 (18:14 +0100)
commit41e61b003e874c3a00cc10e6f469430bf312ccb7
treea8fe84a981b5e0e4dbdf63425304e39e23109d57
parent0f0fc39519a813cff56a390e288da701607104d9
dev/core#2919 Hidden submit buttons are confussing for keyboard users

Adds tabindex=-1 to hidden buttons, as hidden items should not be focussable.
As the elements are not focussable and repeated in the modal footer, aria-hidden is also applied
js/crm.ajax.js