Opened 8 years ago
Last modified 8 years ago
#16740 confirmed Bug
Native spell checking always active in Source mode
Reported by: | kkrzton | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Source View | Version: | 4.0 |
Keywords: | Cc: |
Description
Steps to reproduce
- Go to http://sdk.ckeditor.com/samples/captionedimage.html.
- Click Source button.
- Focus editor.
Some parts of the text are highlighted as incorrect by the native spell checker (e.g. captionedimage) even when disableNativeSpellChecker option is set to true. It happens because in source mode the textarea does not utilize spellcheck attribute in any way.
Other details (browser, OS, CKEditor version, installed plugins)
CKEditor 4.6.1, checked on Chrome and FF.