Disable browsers' (native) spell checker in CKEditor

Created on 15 February 2023, over 1 year ago
Updated 14 February 2024, 8 months ago

Drupal 8 should either allow you to toggle on/off the CKEditor spell check or just leverage the browsers built in one.

I think this should be pretty straight forward.

There is this plugin for CKEditor 4 we could use http://ckeditor.com/addon/scayt

I think the browser's spell check can be disabled with just
config.disableNativeSpellChecker = true;

That would probably be the easiest.

But right now in D8 you can type in all kinds of garbage and there are no indications that you're spelling something wrong.

Note, this is an accessibility problem as assistive technology devices like screen readers don't do all so well with mis-spelled words.

๐Ÿ› Bug report
Status

Needs work

Version

9.5

Component

ckeditor.module

Created by

๐Ÿ‡ฎ๐Ÿ‡ณIndia phpsubbarao

Live updates comments and jobs are added and updated live.
  • Needs issue summary update

    Issue summaries save everyone time if they are kept up-to-date. See Update issue summary task instructions.

Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024