I have an input dialog panel with 8 EditText child views that pops up full-screen over the top of a main activity panel which also has several of it's own child EditText views.
When the panel is made visible the topmost EditText has focus.
Touch 'next' and focus goes logically down to the next EditText.
Touch 'next' again and the focus disappears from view.
Touch 'next' again and the focus returns to the next logical position.
Following experimentation it appears that the focus is falling to EditText views that are out of sight behind the visible panel. To make matters worse these views are accepting input if the user types blindly.
This is very illogical..... Is it a bug ? Do I have to disable all hidden views to prevent them from gaining focus ? Will making the main program panel invisible fix this behaviour ?
When the panel is made visible the topmost EditText has focus.
Touch 'next' and focus goes logically down to the next EditText.
Touch 'next' again and the focus disappears from view.
Touch 'next' again and the focus returns to the next logical position.
Following experimentation it appears that the focus is falling to EditText views that are out of sight behind the visible panel. To make matters worse these views are accepting input if the user types blindly.
This is very illogical..... Is it a bug ? Do I have to disable all hidden views to prevent them from gaining focus ? Will making the main program panel invisible fix this behaviour ?