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

Fancy Tasks' buttons shrink with only one window open. #21

Open
b1scu1t opened this issue Nov 5, 2022 · 2 comments
Open

Fancy Tasks' buttons shrink with only one window open. #21

b1scu1t opened this issue Nov 5, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@b1scu1t
Copy link

b1scu1t commented Nov 5, 2022

If there is one window open, the task button shrinks in size. However, if the user opens another window and another button appears on the taskbar, both button expand to their expect size (full). The bug become a lot more obvious if one is to open two windows on one workspace, and a single one in another workspace. Toggling between workspaces will show the buttons resizing.

fancy_tasks_resizing_taskbar_bug-2022-11-05_15.53.21.mp4
@alexankitty
Copy link
Owner

This is honestly probably a side effect of my hacky implemention of creating running indicators and animating them. It can probably be shimmed by disabling the animate when a new window is open. I'll label as a bug, but it might be a bit before I can come up with a fix unless someone else wants to PR it before me.

@alexankitty alexankitty added the bug Something isn't working label Nov 14, 2022
@alexankitty
Copy link
Owner

This might be fixed in 6765443
I changed where and how the indicators are drawn and should only be dependent on their parent frame explicitly instead of implicitly like before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants