I have a swt form with a browser inside of it. The focus is inside of the form in a silverlight application textbox.
I minimize the swt application.
I maximize the swt application.
I can type in the textbox.
Backspace key doesn't work.
tab key actually tabs to a control on the swt form (the tabstrip which is the first control on the form).
What is happening here and how can I fix it?