Hi all,
This issue is really doing my head in and I don’t seem to be able to find a solution that fixes the issue for us.
Since the recent IE updates all the dropdowns within SharePoint have gone blank, can’t be clicked or used. They work fine with Firefox and Chrome!
The only thing that fixed it was changing the css heading in css but this caused all sorts of issues, datasheet view and open with explorer stopped coming up.
I had the code in the <head> like this
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
Then changed it to this
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
Although this make the drop downs display but many other main functionality disappear, clearly it’s a master page issue, can you please help?
Many thanks all,








