Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Daha Fazlasını Öğren

Cannot spellcheck an email before sending

  • 1 yanıt
  • 0 kişi bu sorunu yaşıyor
  • 8 gösterim
  • Son yanıtı yazan: 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?

Tüm Yanıtlar (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.