-
Notifications
You must be signed in to change notification settings - Fork 5
MediaDisplay not focusing the right item #26
Comments
This seems to be an issue in libadwaita. |
Had a quick poke and it isn't even working in the
Turning the labels into buttons and putting it on the (Also, it took me far longer than it should to work out how to change the carousel! I tried clicking the bars, up and down arrows, left and right arrows, page up and page down…) |
|
Ahah! Added this:
And get this:
So it is trying to swap but getting page 0 each time. Which is odd, because I'm getting its Nth page and should get a valid object! |
@Exalm has mentioned on Matrix that That thing is pretty sure an upstream issue. |
I need to find a description of the GTK widget cycle. The class docs assume so much internal knowledge. I've never known where half of these events fit. The description for |
In an ideal case
MediaDisplay
should initially display the item that was selected in the preview, by scrolling the usedAdw.Carousel
to the focused position.However, for some reason it does not, always displaying the first media instead.
Noting this here as I don't know where exactly the bug is and as it is not a priority now, but would be glad if someone else with the time can debug this.
The text was updated successfully, but these errors were encountered: