Opened 13 years ago
Closed 12 years ago
#6600 closed enhancement (fixed)
[patch][ccla] dijit._editor/RichText has a programmatic and declarative way to disable spell checking in FireFox
Reported by: | Jared Jurkiewicz | Owned by: | liucougar |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Editor | Version: | 1.1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Request: dijit._editor/RichText has a programmatic and declarative way to disable spell checking in FireFox?.
I've been working with some people in my office that encountered a scenario where it would be extremely helpful if the editor and RichText? widgets had a way to programmatically and declaratively disable firefox's spell check feature. An example scenario is if the editor is being used to view and edit source code. Function names and the like will definitely be flagged as misspelled. The disable is simply setting the attribute spellcheck="false" on the body of the iFrame returned by _getIframeDocTxt().
This can be easily exposed as a widget instantiation parameter and declarative parameter, but I'm not sure it can be toggled on and off easily programmatically once it has been created (I haven't dug that far into it).
A patch with the prelim code needed for disabling spell check in RichText? as well as a test case for it will be coming shortly.
Attachments (1)
Change History (7)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
Changed 13 years ago by
Attachment: | dijit._editor.RichText_spellcheck_20080424.patch added |
---|
comment:2 Changed 13 years ago by
Summary: | Request: dijit._editor/RichText has a programmatic and declarative way to disable spell checking in FireFox → [patch][ccla] dijit._editor/RichText has a programmatic and declarative way to disable spell checking in FireFox |
---|
comment:3 Changed 13 years ago by
Milestone: | → tbd |
---|
comment:4 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|
comment:5 Changed 12 years ago by
Milestone: | 1.3 → 1.4 |
---|
Note that safari doesn't have a way to do this yet, see https://bugs.webkit.org/show_bug.cgi?id=14552.
comment:6 Changed 12 years ago by
Milestone: | 1.4 → 1.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in [16008]
mark all (open) tickets w/blank milestones to be "tbd"; their milestones need to be set to a version number or to "future"