Closed avysk closed 3 years ago
The previous code was using toplevel code to determine the widget to pass the focus to. In the case of modal layers this is incorrect; instead of toplevel we need to use the current layer to find the widget to become focused.
Together with #100 this should close #98
@kandu Can you review this? It seems pretty small. If not, I will just merge it.
Any hope for this one?
Merged.
The previous code was using toplevel code to determine the widget to pass the focus to. In the case of modal layers this is incorrect; instead of toplevel we need to use the current layer to find the widget to become focused.
Together with #100 this should close #98