Opened 16 years ago
Closed 16 years ago
#3569 closed Bug (duplicate)
SCAYT should stop at form fields
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | UI : Spell Checker | Version: | |
Keywords: | Confirmed HasPatch | Cc: | WebSpellChecker.net |
Description
The 'scayt_word' marker should split words separated by form field elements, while it's not:
Reproducing Procedures
- Open the replace by class example page with SCAYT plugin enabled.
- Insert the text 'wrongword' into editor, waiting for SCAYT marking this word;
- Move the selection into 'wrong|word', click on 'Insert TextField' button to open dialog and insert a default textfield.
- Disable and re-enable the SCAYT plugin or enter some char to reload all markers.
- Expected Result : wrong<input />word should not be considered to have spell error;
- Actual Result : wrong<input />word is marked as spell error in a whole and if click on the first word to open context menu and click any of the suggestions, the in-middle textfield get lost along with these two words.
Attachments (1)
Change History (8)
comment:1 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
Milestone: | CKEditor 3.x → CKEditor 3.0 |
---|
comment:3 Changed 16 years ago by
Cc: | WebSpellChecker.net added |
---|---|
Keywords: | Confirmed Review? added |
Resolution: | duplicate |
Status: | closed → reopened |
It's not a DUP of #3562 but issue from inside SCAYT, the default word boundary elements definition from SCAYT is not enough for CKEditor, so we need to expand the range of these elements to include commonly appeared ones like <input> and <hr>.
Changed 16 years ago by
Attachment: | 3569.patch added |
---|
comment:4 follow-up: 5 Changed 16 years ago by
The problem is inside SCAYT. We're going to update engine to process <input> the same way as <img> processed, so this problem should be degraded to DUP of #3562.
We are reviewing the ability to make split elements configuration accessible via public API, but this is subject not to current version.
comment:5 Changed 16 years ago by
Keywords: | HasPatch added; Review? removed |
---|
Replying to SpellChecker.net:
The problem is inside SCAYT. We're going to update engine to process <input> the same way as <img> processed, so this problem should be degraded to DUP of #3562.
OK that's great, so please update this ticket when it get fixed in SCAYT engine.
comment:6 Changed 16 years ago by
We have updated the SCAYT core and the problem is resolved as specified above - degraded to DUP of #3562
comment:7 Changed 16 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
DUP of 3562