toastify icon indicating copy to clipboard operation
toastify copied to clipboard

Toastify Toast stealing focus about 5 seconds after fading

Open CameronMackenzie99 opened this issue 7 years ago • 1 comments

Whilst playing games (specifically CS:GO in fullscreen mode), if the toast appears either by a song change or hotkey, my game is tabbed out a few seconds after the toast fades. This is 100% reproducible. Other than this issue, I love toastify, thank you so much!

I can provide any settings files if that would help.

CameronMackenzie99 avatar Jul 02 '17 20:07 CameronMackenzie99

Hi xaarock. I recently forked this project at aleab/toastify because I wanted to fix some issues myself and one of those issues is exactly the one you are pointing out. Eventually, I managed to fix it, but unfortunately if the game is set to fullscreen there is no way AFAIK to show the toast on top of the game window without losing focus (and as a consequence tab-out); if you want to both be able to show the toast and keep the focus on the game window, you have to set the game to borderless window (or whatever it is called in CS:GO).

If you want to try my version of Toastify with this fix, you can find it here.

aleab avatar Jul 02 '17 22:07 aleab