I am using InteractionDialog for the utility dialogs class of my app.
Some dialogs can be dismissed just with the user touching outside, others cannot, according to how the user eperience is designed.
In both cases
I see that touching outside cause the mouse event being consumed by the underlying form components, that is unwanted and bad behaviour.
How is it possibe to avoid this?
Thanks in advance