Skip to content

list-base: Check if item_widget is ready before setting focus

Corey Berla requested to merge wip/corey/focus-crash into master

We use a hack to set the focus on the item when we set the selection. Sometimes, the item_widget isn't ready by the time we are setting the focus, which causes a seg fault. This became even worse, when I applied the focus hack more consistently in 2ac42031

We should find a better solution, but in the meantime, let's stop crashing.

Merge request reports