Changes between Initial Version and Version 1 of Ticket #6600
- Timestamp:
- Apr 24, 2008, 6:36:04 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6600 – Description
initial v1 3 3 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(). 4 4 5 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.5 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). 6 6 7 7 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.