Skip to content
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

[Bug] Does not work if the taskbar is moved to the top of the screen #6

Closed
mazenbesher opened this issue Dec 17, 2020 · 10 comments
Closed

Comments

@mazenbesher
Copy link

No description provided.

@MostHated
Copy link

Yeah, that is unfortunate. I came here for the same reason. Though, if the taskbar is at the top, could just set the position to a negative value instead of positive if the position is determined based on the taskbar itself being the origin? I have not looked over the code yet, so not sure, just a guess.

@innuendo33
Copy link

Same here , would you please fix it for top taskbar users ? otherwise nice app !

@zsotroav
Copy link

Does not work with the taskbar on the side either.

@Darthagnon
Copy link

Should be an easy-ish fix, judging by Issue #2 - possibly just adapted presets for Top/bottom/left/right taskbars and mathematically reading the taskbar location

@tjackenpacken
Copy link
Owner

This should be fixed in latest release 0.1.3

@MostHated
Copy link

Good deal. It does seem to be working now. One thing I noticed though, if you click it then move the mouse away, the icons appear around wherever the mouse is after X amount of time. Not sure if that is intended?

@mazenbesher
Copy link
Author

mazenbesher commented Dec 19, 2020

taskbar-groups-bug
is this the intended behavior?

@innuendo33
Copy link

Thank you tjackenpacken for fixing that !
Otherwise , would it be possible in further updates to add app names when mouse hovering on icons , could be confusing when lot of cluttered icons :)

@Darthagnon
Copy link

@mazenbesher I don't think that's intended behaviour, but a side-effect of how it makes the box appear - it calculates where your mouse is on the taskbar and draws the box right above it (this is because it isn't possible to read from Windows where something is pinned). Normally, it should appear instantly and you won't notice that. By the looks of it, if you're fast enough with the mouse, or your system is slow enough (e.g. high load) then the box can get drawn incorrectly.

I tinkered with another C# program that draws boxes onscreen and it had a workaround by setting its own process priority to High.

@tjackenpacken
Copy link
Owner

Good deal. It does seem to be working now. One thing I noticed though, if you click it then move the mouse away, the icons appear around wherever the mouse is after X amount of time. Not sure if that is intended?

As Darthagnon mentioned this is not intended but it's hard to avoid. I'm gonna look over the priority if that could help.

Since the initial issue has been resolved though the latest releases im closing this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants