Skip to content

gs-details-page: Origin/source picker sometimes hidden

Milan Crha requested to merge wip/mcrha/sources-combo-hid into main

There could be sometimes hid the origin/Source picker in error, when the set app changes its state, which called, on idle, the switch_to(), where the picker is hid. The switch_to() doesn't make sense there, because the page is already selected, thus rather only refresh the page content.


I saw this after start, when it takes longer to load an application. The alternates are found and the Source is shown, but then the app state changes and due to the gs_details_page_switch_to() hiding the Source it disappears from the screen, even there are alternate sources for the app.

Merge request reports