GWT を使用して開発された堺の Gradebook2 を使用しています。プロパティ sakai.X-UA-Compatible=IE=EmulateIE9 を設定すると、このツールが IE8 (互換ビューなし) に読み込まれません。
互換表示を有効にすると、プロパティ sakai.X-UA-Compatible=IE=EmulateIE9 を設定しても、このツールは正しく読み込まれます
GWT を使用して開発された堺の Gradebook2 を使用しています。プロパティ sakai.X-UA-Compatible=IE=EmulateIE9 を設定すると、このツールが IE8 (互換ビューなし) に読み込まれません。
互換表示を有効にすると、プロパティ sakai.X-UA-Compatible=IE=EmulateIE9 を設定しても、このツールは正しく読み込まれます
It's possible, for some reason that having IE=EmulateIE9 alone is getting IE8 to fall back to the wrong setting. That's not unusual as described here.
Maybe you need something like
sakai.X-UA-Compatible=IE=9; IE=8; IE=7
as mentioned on this related article.
I think that having edge would work but the you probably also want IE10 and IE11 to fallback to IE9 compatibility mode as then you might see other issues in those browsers.