My observations:
-
Passing a
FocusState.BindingusingfocusedSceneValueseems to work only when the app uses aWindowGroup. -
When the app uses a
Window(single window) passing theFocusState.BindinginfocusedSceneValuedoesn't seem to work. -
When app uses
WindowpassingFocusState.BindingusingfocusedValueand receiving it in@FocusedValueseems to work.
Question:
Is this expected behaviour? (should focusedSceneValue only work for WindowGroup and not for Window?)