-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve feedback pop-up timing to avoid interrupting user activities #412
Comments
Thanks. |
Hello again, I checked this and tried to reproduce the issue. When the feedback window opens, it does not open in an active or focused state. I tested several scenarios:
I expected the feedback window to interfere in at least one of these cases, but that didn’t happen. Are you sure something like this happened to you? What version do you have installed? |
In any case, I’ve added additional logic to the Game Mode detection option—now it won’t even attempt to display the update version dialog (in case it found new version), ask rating/review prompt, and several other messages when it detects that a full-screen game is running. I released it in version 5.26.4, and you can check it out here: Or portable version: I tested it, and it seems to work correctly. |
It's been too long, so I'm not sure what version I had (almost certainly would have been whatever version was the most up-to-date here at the time), nor can I say for sure if it stole focus, though I suspect it did, otherwise it wouldn't have been much of a problem. As I mentioned elsewhere before, W10/11 (garbage OS's that only get worse over time) have had serious focus issues for at least a few years now, so maybe that had something to do with it happening for me and not for you. |
Okay. In any case, I’m closing this for now because I may have addressed part of the issue that could occur in gaming situations. I haven’t been able to reproduce the exact issue you described yet, and you also can't say for sure that it did stole focus, so I’m closing the issue for now |
After using this for a couple weeks, I got a couple pop-ups, the first asking if I find it useful, the second asking if I'd like to give feedback. While I commend the fact it waited so long to ask, giving time to actually use the software (unlike a lot of apps that ask right away), I do have to say I don't like when apps show any sort of pop-up out of the blue. This can interrupt a game or video or, in my case, work I was doing. This is a sure-fire way to turn users off to it, and really shouldn't be done. If you want to do something like this. I'd recommend either ensuring the computer is idle for a while first (though depending on how this is done, it could still result in popping up while watching a video) or simply waiting once the predetermined time has elapsed and, instead of showing it right away, waiting until the user activates the software, i.e. activates a hotkey or a toolbar button (and only after the toolbar is closed, either by pressing a button or moving the mouse away, so that it doesn't cause the toolbar to close on them). This way, at least you'll know they aren't in the middle of something too critical.
The text was updated successfully, but these errors were encountered: