Opened 11 years ago
Closed 10 years ago
#11245 closed Bug (fixed)
Correct spell menu not open on right clicking misspelled word, only if 'config.enterMode = CKEDITOR.ENTER_BR;' line added in your config.js file
Reported by: | Mahavir Dhruv | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Spell Checker | Version: | 4.3 |
Keywords: | Cc: | mahavir@… |
Description
Recently, I update CKEditor 4.0 to 4.3, because 4.0 not properly working in IE 11.
But in CKEditor 4.3 I am facing an issue with spell checker context menu in Google Chrome.
In my config.js file I set 'enterMode' to 'BR'(ENTER_BR) to override default mode 'P'(ENTER_P). Shown below:
config.enterMode = CKEDITOR.ENTER_BR;
And when I enable spell check from toolbar, it just showing me context menu (on right click) with only 'paste' option, not showing correct spell list.
But when I remove the code config.enterMode = CKEDITOR.ENTER_BR; from config.js file, then spell check context menu show correctly with correct spell list.
NOTE: I am facing this issue with Google Chrome.
Thanks!
Attachments (2)
Change History (7)
Changed 11 years ago by
Attachment: | Selection_139.png added |
---|
comment:2 Changed 11 years ago by
Status: | pending → confirmed |
---|
Problem can be reproduced in Webkit, Blink and IE (works fine in Firefox) from CKEditor 4.3.
To reproduce:
- Load attached file (there are enter_BR and empty editor contents)
- Enable scayt
- Type two misspelled words separated with Enter
- Wait until there is red underline and right-click on words.
Changed 11 years ago by
Attachment: | replacebycode3.html added |
---|
comment:3 Changed 11 years ago by
comment:4 Changed 11 years ago by
Component: | General → UI : Spell Checker |
---|
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
The issue has been fixed in new version (v. 3) of SCAYT plugin for CKEditor.
Works for me on 4.3 on Google Chrome:
Could you attach a test case and CKEditor package on which this happens?