Domanda

Per tutto il resto in SP abbiamo usato la modalità di compatibilità dei documenti IE8 e è andato avanti bene.
Recentemente un proprietario di una collezione di siti ha creato un sondaggio, solo per scoprire che cliccando "Rispondere a questo sondaggio" lampeggia uno strato grigio sulla pagina una volta, riportandolo nello stesso posto senza mostrare le domande.
Dopo aver scoperto che ha funzionato bene su Chrome, nonché quando la modalità di compatibilità dei documenti è stata impostata su IE9 in impianti di debugger.

Devo tenere tutto il resto in modalità IE8, quindi c'è un modo per impostare il meta tag "X-UA-compatibile" per IE9 solo per sondaggi?

<meta http-equiv="X-UA-Compatible" content="IE=9"/>
.

È stato utile?

Soluzione

Just got an answer on another forum:
http://social.msdn.microsoft.com/Forums/sharepoint/en-US/4138fcd0-614a-46a4-aa7e-00fcb0ab7107/sp2010-surveys-and-ie-document-mode?prof=required

set the surveys page to IE 9 Document mode in SharePoint Designer as following.

  1. Open the SharePoint Designer with the site.
  2. Click the Master Pages, copy the v4.master page, and rename the copied page with v4_1.master.
  3. Click the v4.master page, then click the Edit file.
  4. Replace the <meta http-equiv="X-UA-Compatible" content="IE=8"/> with <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  5. Then click the Lists and Libraries, click the survey page.
  6. Edit the overview.aspx page, change the MasterPageFile with the v4_1.master as following
    MasterPageFile="../../_catalogs/masterpage/v4_1.master
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top