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

CSS first-child/last-child styling inconsistent if taskbar sorting is enabled. #225

Open
TheBoctor opened this issue Aug 28, 2024 · 5 comments

Comments

@TheBoctor
Copy link

When setting sort = true in a taskbar module, new buttons appearing on the taskbar may use incorrect styling. This seems like a possible race condition, but I am unsure.

For example, if you use CSS selectors to style the first/last taskbar buttons differently than all of those in between, then open a properties dialog in Thunar, the buttons will not use their intended styles based on order (Look at the border/seam between Thunar and the terminal):

image

This never happens if sort is set to false for the taskbar:

image

@LBCrion
Copy link
Owner

LBCrion commented Aug 30, 2024 via email

@TheBoctor
Copy link
Author

I am using GTK 3.24.43-1, from Arch Linux's repositories. sfwbar is a fresh build of v1.0_beta15.

@LBCrion
Copy link
Owner

LBCrion commented Sep 2, 2024 via email

@TheBoctor
Copy link
Author

I was using labwc 0.8.0. An unrelated problem was causing the whole compositor to crash and dump core every few times I un-suspended my laptop after >8 hours of sleep, so I won't be using it again until I can try debugging that.

My configuration is uploaded here. If you haven't yet been able to replicate this with a minimal example, I'm hoping that it isn't a bug and that I've just made a mistake somewhere.

@LBCrion
Copy link
Owner

LBCrion commented Sep 2, 2024 via email

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

2 participants