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, for example, I have a command running in the terminal and I decide to close the terminal using multitasking, the terminal sends me an important message, this message can not be seen since it is not the focus.
We could improve the user experience if multitasking is disabled and this message takes focus, obviously only if the message is important.
The text was updated successfully, but these errors were encountered:
How do we determine importance? I feel like this would lead to unpredictable/seemingly-nondeterministic behavior for little benefit. As far as I know, dialogs like the one in the screenshot are intended to be completely hidden in the multitasking overview.
We could attempt to draw any modal dialogs on the respective parent windows, as being modal would imply the app cannot be used without dealing with the dialog. In that case, we'd want to make sure Terminal throws a modal dialog in this case as well.
If, for example, I have a command running in the terminal and I decide to close the terminal using multitasking, the terminal sends me an important message, this message can not be seen since it is not the focus.
We could improve the user experience if multitasking is disabled and this message takes focus, obviously only if the message is important.
The text was updated successfully, but these errors were encountered: