In the web page we have a dropdown which is getting loaded properly web browsers but the same is behaving differently when rendered in windows forms web browser control.
The issues we found are :
1. On load of page it not loading the default values in dropdowns in Web browser control whereas its loaded in IE.
2. In IE, on click of dropdown it works fine after lick and leave of mouse as like normally how it has to in a dropdown whereas, in Web browser control, on click of dropdown and leaving mouse it flickers and goes not persistent on the screen, if need to select a value we have to drag the mouse on the selection item and force it to select a value.
How to fix them in the Web browser control, when using the external site whose javascript we cannot control.