I have a question on accessibility. There are several layers/modals or flyout windows which are opened on click of a button or link.
I will need to preserve the focus on the original element which was clicked to open a modal or popup or flyout once they are closed the focus should be back to the clicked element.
Currently when I tab on the page after closing the modal windows or flyouts, focus starts from begining
i am using angular bootstrap modal and custom flyout windows opened via angular state provider configuration.