I'll rephrase to try to better describe what I had observed.
- Pivot app in OS window 'A' has a focused TextInput.
- OS window 'A' is decorated as active by the OS
- The same Pivot app has a 2nd Display in OS window 'B'
- User clicks on the chrome of OS window 'B' to activate window 'B'
- The TextInput retains focus, meaning it will receive key stroke
events, even though it is not a descendant of OS window 'B'.

> (i.e. There is a focused TextInput in OS window 'A', click on the
> chrome of OS window 'B' to activate it, but the TextInput remains
> focused because focus was not explicitly cleared or set to another
> Component.  Key strokes would be sent to the TextInput in window 'A'
> because it is the focused Component)

Reply via email to