1
votes

I'm working with SP2010 environment By default the master page come with a meta tag:

meta http-equiv="X-UA-Compatible" content="IE=8"

Which presents my forms (InfoPath) in a good view in all browsers except IE11

If I try to add to the meta tags IE=9 or edge, it'll fix the problem in IE11, but all the other explorers go blank.

Is there a way to stay with the 1st meta tags (IE=8), & to add a javascript that's tell the IE11 only to compatible to IE9?

I try a lot of option I found here & the web, like this: HTML: How to force IE11 to emulate IE9 in HTML?

But nothing works…

1

1 Answers

0
votes

For IE11, you can try using Enterprise mode.

Hope this helps...

-- Lance