Ticket #6921 (closed Bug: fixed)
SCAYT attributes needs to be filtered on paste
| Reported by: | SpellChecker.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
Change History
comment:1 Changed 2 years ago by SpellChecker.net
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.
Note: See
TracTickets for help on using
tickets.
