Questions tagged [input-focus]

30 questions
2
votes
1 answer

Is there a name for a modal that interrupts a task and steals focus?

It is very common in almost all modern operating system that some programs use a windows that "interrupt" whatever the user is doing, stealing focus to itself. For example, I was just writing code on VS Code when the modal for updates stole the…