Closed Bug 358727 Opened 19 years ago Closed 18 years ago

spellcheck can be enabled through javascript, but not disabled

Categories

(Core :: Spelling checker, defect)

1.8 Branch
x86
All
defect
Not set
major

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: janklopper, Assigned: mscott)

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0 Setting spellcheck=true on a textarea (onfocus) works fine, disabling it however doesn't do anything. I came upon this while trying to create a workaround for this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=358725 I load the textarea with a html atribute spellcheck=false and set it to true on onfocus, I try to set it to false onblur, but no go. (no error either) Reproducible: Always Steps to Reproduce: 1.create a page with a textarea 2.set the textarea to not have spellchecking 3.add an onfocus event to enable the spellchecking 4.add an onblur event to disable spellchecking 5.notice the spellcheck isn't disabled. Expected Results: spell checking should be able to get enabled and disabled trough javascript. im trying to create a workaround for: https://bugzilla.mozilla.org/show_bug.cgi?id=358725
Assignee: nobody → mscott
Component: General → Spelling checker
Product: Firefox → Core
QA Contact: general → spelling-checker
Version: unspecified → 1.8 Branch
Could you perhaps attach a testcase that shows the bug?
(In reply to comment #1) > Could you perhaps attach a testcase that shows the bug? > sorry, I didn't get the chance to test it again, but it seems to work fine now.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.