I am working on a web application where once I select a particular option it opens multiple tabs and one of them has a pop up that asks me to save the file.
As long as the pop up is in the foreground my process works fine. But there are instances when the pop up wont come to the front. We have to manually click on that tab to get it to the front. I tried using CTRL+TAB to navigate between tabs. But that doesn't work with that one TAB that is having the pop up. If anyone has solution to this, please let me know.
Thank you