It seems that from the new update to sofware 7.2.0, LabelList does not get focus if it has no item inside.
We have a simple ListPanel containing only labels and an empty LabelList. We use this to show the selected item details from the panel to the left.
When we select an item we want to go to a more detailed view, so we create the next panel to this rightside ListPanel. The nextpanel is never displayed, because we can never get focus to our component.
It seems that an empty LabelList cannot get focus now. Is there a way to mark our component as focusable? or our contained LabelList.