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

Clicking an item in a trash bin selects the entire bin #7

Open
EbonJaeger opened this issue May 24, 2021 · 0 comments
Open

Clicking an item in a trash bin selects the entire bin #7

EbonJaeger opened this issue May 24, 2021 · 0 comments
Labels
bug Something isn't working S: 2.x Issue affects C version of the applet

Comments

@EbonJaeger
Copy link
Owner

When clicking an item in a trash bin, GTK thinks that the TrashStore widget should be selected in the top-level GtkListBox, even though the selection mode for both GtkListBoxes is GTK_SELECTION_NONE.

Also, the top trash bin starts selected, which is a long-standing pain-point in GTK3 it seems, causing people to do weird hacky things to make the first item unselected. Maybe there's another container widget that I can use in place of a GtkListBox?

@EbonJaeger EbonJaeger added bug Something isn't working S: 2.x Issue affects C version of the applet labels May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working S: 2.x Issue affects C version of the applet
Projects
None yet
Development

No branches or pull requests

1 participant