Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Cannot spellcheck an email before sending

  • 1 risposta
  • 0 hanno questo problema
  • 2 visualizzazioni
  • Ultima risposta di cor-el

more options

Using Firefox for webmail, There used to be an option to spellcheck a "Composed" message before sending it. Probably after a recent "upgrade", that option seems to have disappeared. True? Can I get the facility back in some way?

Using Firefox for webmail, There used to be an option to spellcheck a "Composed" message before sending it. Probably after a recent "upgrade", that option seems to have disappeared. True? Can I get the facility back in some way?

Tutte le risposte (1)

more options

A webpage can disable the Firefox spell checker via a spellcheck="false" attribute of an input field or textarea or editable element and possibly provide its own spelling checker. You can right-click in the text area or input field and use "Inspect" to check in the Inspector if this text area has a spellcheck="false" attribute. You can remove this spellcheck="false" attribute or change it to spellcheck="true" via a double-click or via "Edit As HTML" to make the "Check Spelling" item in the right-click context menu reappear.