views:

10

answers:

0

When I touch a control outside of the PopupWindow, the popup dismissed, but the touched control does not get focus.

Q: What can be done, to make sure the clicked control get focus?

I tried setOutsideTouchable with no luck, it looks like this method is for some thing else.