Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Learn More

Spell check not working

  • 1 Mbohovái
  • 1 oguereko ko apañuái
  • 9 Hecha
  • Mbohovái ipaháva 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.

Opaite Mbohovái (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.