We have a problem with Flash in the .NET WebBrowser component. At a customer of ours, on half of the computers (150) the candidates can click on a Flex ComboBox but they cannot select anything in the ComboBox. If they click on an item in the ComboBox, the ComboBox closes itself but the item is not selected.
A possible idea we have is that somehow flash loses focus when a candidate clicks on a ComboBox. When the candidate clicks on an item, Flash first regains focus by the click, the ComboBox is automatically closed and no item is selected. So when the candidate clicks on the item, it really just clicks on the swf to get focus... Could this be the problem and how would we solve it? + Why is it, that on half of the computers, it does work?
I have also seen that there's also a Microsoft Web Browser Com Control available. I'll see if it works with that Control.