Focus issue
Hi,
I have a component which is made up of some sub components. The main component is in a dialog that has a FocusTraversalPolicy that contains the main component, but the main component is just really a container containing sub components that are visible. If the user clicks on the component, the sub component is the one that has order. So when I click on the tab key, this sub component won't be in the FocusTraversalPolicy, and the focus won't go onto the next component.
Any solution to this?
J

