jdunno / crunchy

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

Firefox spell check needs to be turned off #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enter some text in a textarea in Firefox (with spell check enabled)
2. Some words (e.g. __init__) will be underline in red

What is the expected output? What do you see instead?
The red underlining can be distracting to the user; it should be turned
off.  I believe this is an option in EditArea which will need to be enabled.

Original issue reported on code.google.com by andre.ro...@gmail.com on 1 Jan 2007 at 10:11

GoogleCodeExporter commented 8 years ago
Have a look at
http://developer.mozilla.org/en/docs/Controlling_spell_checking_in_HTML_forms

Original comment by johannes...@gmail.com on 2 Jan 2007 at 8:49

GoogleCodeExporter commented 8 years ago
Fixed, by applying spellcheck='false' to <body>

Original comment by andre.ro...@gmail.com on 2 Jan 2007 at 10:16