GNOME Bugzilla – Bug 765530
Clicking on stars on app tiles doesn't select tile
Last modified: 2018-01-24 17:05:58 UTC
If you click on the stars on an app tile, for example when you search for apps or show updates it doesn't select that app. The other elements work fine (e.g. icon, name, description). This is because the stars are GtkButtons and consume the button event (even though they are insensitive).
I'm not 100% sure how to fix this; I guess not use buttons but instead use images if the widget is intensive? This seems a bit like a workaround.
I've attempted to fix this a couple of times and came to the conclusion that the widget would have to be not based on GtkButton (at least when insensitive). Not sure if that has theming / input consequences.
It's unclear why this is marked as needinfo, so resetting to new.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-software/issues/54.