Letractively / sagenb

Automatically exported from code.google.com/p/sagenb
0 stars 0 forks source link

Disable spellcheck on cell textareas #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Write into a cell a Sage token not belonging to the dictionary in use in your 
browser: "%jsmath" for example.

What is the expected output? What do you see instead?

The token is underlined as it was a misspelled word.

What version of the product are you using? On what operating system?

I use test.sagenb.org with Firefox7.

To solve that issue it suffices to add the attribute spellcheck="false" to the 
cell textareas.

Original issue reported on code.google.com by alberthi...@gmail.com on 19 Nov 2011 at 11:51

GoogleCodeExporter commented 8 years ago
Reported to true upstream at https://github.com/sagemath/sagenb/issues/276

Original comment by kcris...@gmail.com on 3 Dec 2014 at 9:37