WindowTop / WindowTop-App

Set window on top, make it dark, transparent and more
Other
1.16k stars 69 forks source link

Windowtop moves Small popup windows to center of screen #95

Closed demdante closed 3 years ago

demdante commented 3 years ago

I have noticed an odd issue where Windowtop will inexplicably move certain small popup windows to the center of the screen. Since you are familiar with the scripting language autoit (I use autoit a lot too), an example of one such window is the small little window with a progress bar that appears when you compile a script in Scite for autoit. This is what happens when Windowtop is not running (eg how the window behaves normally):

firstcompile

While this is what happens when Windowtop is running:

seccompile

Another window that exhibits this behavior is the little popup window that displays a new message in Microsoft teams. Here is what it normally does (withwintop not running):

firstteams

And here is what it does when windowtop is running:

secteams

Let me know if you need more info!

gileli121 commented 3 years ago

Thanks for the report. I will check it when I get to it

gileli121 commented 3 years ago

May be the same as #98

gileli121 commented 3 years ago

I was able to reproduce the issue

gileli121 commented 3 years ago

@demdante Please try this version and let me know if it is stable and if the problem fixed: WindowTop 5.3.1 - setup.zip

demdante commented 3 years ago

Awesome!! I have confirmed the issue is no longer present. Thank you!!!