g0v-it / web-budget

A web application to visualize data compliant with the Bubble Graph Ontology
Other
15 stars 1 forks source link

Messaggio per utenti IE #40

Closed ecow closed 5 years ago

ecow commented 5 years ago

Se un utente accede al link con I.E. ottiene una pagina bianca. Bisognerebbe mandare un messaggio del tipo "Spiacente, il tuo browser non supporta tutte le funzioni necessarie a questa applicazione, prova ad usare un browser più recente"

spolaor commented 5 years ago

Mio suggerimento: preparare una pagina_avviso_IE.html l'avviso "Spiacente, il tuo browser non supporta tutte le funzioni necessarie a questa applicazione, prova ad usare un browser più recente" Nella home page inserire questo script nell'head:

if (navigator.appName.indexOf("Internet Explorer") != -1 || navigator.userAgent.match(/Trident.*rv[ :]*11\./)) {
  window.location = "pagina_avviso_IE.html";
}
spolaor commented 5 years ago

Io continuo ad ottenere una pagina bianca se uso IE

ecow commented 5 years ago

Si, perchè la nuova versione non è ancora on-line. Ci sta lavorando oggi Reinhard.

Il giorno lun 7 gen 2019 alle ore 11:16 Renato Gelforte < notifications@github.com> ha scritto:

Io continuo ad ottenere una pagina bianca se uso IE

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/g0v-it/web-budget/issues/40#issuecomment-451887080, or mute the thread https://github.com/notifications/unsubscribe-auth/AFhUERZbCpBiTktphjRY_cYhIUj-nMUCks5vAx58gaJpZM4Yqq0y .

-- http:// https://mail.google.com/mail/u/0/goog_738168007www.e-artspace.com/ http://linkeddata.center/ Voice: +39 335 63 82 949 Skype: enrico.fagnoni Linkedin: efagnoni https://it.linkedin.com/in/efagnoni

spolaor commented 5 years ago

Ma non mi è chiaro se userete il mio suuggerimento oppure gettate la spugna?

ecow commented 5 years ago

Non so cosa ha fatto Leonardo ma il risultato è quello che volevi. La patch è qui: https://github.com/g0v-it/web-budget/commit/060d5bf7bf2c31c1f471e1f003c23fcf5dfabbc9

Il giorno lun 7 gen 2019 alle ore 15:49 Renato Gelforte < notifications@github.com> ha scritto:

Ma non mi è chiaro se userete il mio suuggerimento oppure gettate la spugna?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/g0v-it/web-budget/issues/40#issuecomment-451958799, or mute the thread https://github.com/notifications/unsubscribe-auth/AFhUEXrSpmwmII49ctb8k-MF9zHMh8E2ks5vA16MgaJpZM4Yqq0y .

-- http:// https://mail.google.com/mail/u/0/goog_738168007www.e-artspace.com/ http://linkeddata.center/ Voice: +39 335 63 82 949 Skype: enrico.fagnoni Linkedin: efagnoni https://it.linkedin.com/in/efagnoni

ecow commented 5 years ago

Reinard sta gestendo il deploy, il codice con la modifica è gia rilasciato e funziona. Puoi testarlo nell'ambiente di staging: http://194.177.121.230:29323/

spolaor commented 5 years ago

ok! Ho visto!! Funziona

Il giorno lun 7 gen 2019 alle ore 15:58 Enrico Fagnoni < notifications@github.com> ha scritto:

Reinard sta gestendo il deploy, il codice con la modifica è gia rilasciato e funziona. Puoi testarlo nell'ambiente di staging: http://194.177.121.230:29323/

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/g0v-it/web-budget/issues/40#issuecomment-451961865, or mute the thread https://github.com/notifications/unsubscribe-auth/AX_qoj9mJzE5tnPLe8sMu0EW5WbSHf_9ks5vA2CugaJpZM4Yqq0y .