Opened 14 years ago
Closed 14 years ago
#6921 closed Bug (fixed)
SCAYT attributes needs to be filtered on paste
Reported by: | WebSpellChecker.net | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.3 |
Component: | UI : Spell Checker | Version: | 3.5 |
Keywords: | Cc: | tech@… |
Description
This is the follow-up of bug #6588.
Pasted text markuped with SCAYT in one language is not re-checked with SCAYT if another spellchecking language is selected in editor.
Steps to reproduce:
- Open 2 pages of http://ckeditor.com/demo, enable SCAYT for both of them.
- In first window in SCAYT's menu select "French" as spellchecking language, wait for misspelled words to be underlined.
- Select all text from the first window and paste it into second one.
Actual result:
Correct words in English are still shown as misspelled.
Expected result:
On pasting old SCAYT markup is removed, new markup is applied after processing text.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | 6921.patch added |
---|
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Keywords: | HasPatch Review? removed |
---|---|
Milestone: | → CKEditor 3.5.2 |
Resolution: | → fixed |
Status: | new → closed |
Fixed with [6439].
Here is the part of http://dev.ckeditor.com/attachment/ticket/6588/6588_4.patch. Filtering SCAYT attributes should be included to fix this issue.