Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Spell check not working

  • 1 antwoord
  • 1 heeft dit probleem
  • 1 weergave
  • Laatste antwoord van cor-el

more options

Read the posts on this issue suggest right click text area submenu language, where is this sub menu as I don't see one when right clicking anywhere. Also working very very slowly when inputing text on facebook.

Read the posts on this issue suggest right click text area submenu language, where is this sub menu as I don't see one when right clicking anywhere. Also working very very slowly when inputing text on facebook.

Alle antwoorden (1)

more options

I assume that you do have a dictionary for spell check installed and not a language pack.

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 Element" 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. Firefox will disable "Check Spelling" in the right-click context menu of a text area if the web page disables the spelling checker via a spellcheck="false" attribute of this element.

You can right-click and select "Inspect Element" to open the builtin Inspector with this element selected.