5

Has anyone else encountered an issue with Modal Dialogs in SharePoint 2010 with IE10? Both OOB and custom modals when in IE10 normal or compatibility Browser Mode with IE8 Standards Document Mode causes constant flickering. The modal grey that is supposed to be over the page will not be there initially, but then appear and start the flickering once you move your mouse off of the modal. The issue appears to go away if I change the Document mode to IE9 mode.

4

3 に答える 3

0

同じ問題がありました。これを CSS ファイルに追加すると、ちらつきがなくなりました。

body.v4master
{
 overflow:hidden !important;
}
于 2013-06-19T18:13:48.850 に答える