Opened 12 years ago
Closed 10 years ago
#9427 closed Bug (wontfix)
[IE6-9] Error when pasting with SCAYT enabled
Reported by: | Olek Nowodziński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Spell Checker | Version: | 3.2.1 |
Keywords: | IE | Cc: | WebSpellChecker.net |
Description (last modified by )
- Go to http://ckeditor.t/ckeditor/_samples/replacebycode.html
- Enable SCAYT.
- Copy the entire sample description "This sample shows... element to be replaced."
- Paste when the caret is somewhere inside of:
<strong>sample^ text</strong>
or<a href="http://ckeditor.com/">CKEd^itor</a>
- Error: invalid argument
NOTES:
- SCAYT must be enabled.
- No error is produced when pasting directly into paragraph's first-child text node.
- The error also depends on what has been copied - Two lines of text are needed E.g. two paragraphs.
- There's no such problem in v4.
Change History (5)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Keywords: | IE added |
Status: | new → confirmed |
Summary: | [IE7] Error when pasting with SCAYT enabled → [IE6-9] Error when pasting with SCAYT enabled |
Version: | 3.6.4 → 3.2.1 |
comment:2 Changed 12 years ago by
Cc: | WebSpellChecker.net added |
---|
comment:3 Changed 12 years ago by
WebSpellChecker.net team can confirm problem in SCAYT core for the steps described. At the same time digging in to the problem uncovered other problem in IE. It can be observed in IE 8-9:
- Open nightly build (http://nightly.ckeditor.com/7655/_samples/replacebycode.html)
- Copy multiline markup from description (at least 1st and 2nd sentences)
- Set caret inside <strong> tag:
<strong>sample^ text</strong>
- Paste data
Review last two lines.
Expected result:
text. You are using CKEditor.
which is represented by markup
<p><strong>text</strong>. You are using CKEditor.</p>
Actual result:
text
. You are using CKEditor.
which is represented by markup
<p>text</strong>. You are using CKEditor.</p>
Problems with markup exists in IE 6-9, but visually observed in IE 8-9.
Switching editor to source mode fix markup.
comment:4 Changed 11 years ago by
Component: | Core : Pasting → UI : Spell Checker |
---|
comment:5 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
Considering that 3.x is no longer maintained and the bug does not exist in 4.x, closing the ticket.
Reproducible in IE6-9 from CKEditor 3.2.1.
JS error is:
Message: Invalid argument
Line: 3280 URI: http://svc.webspellchecker.net/scayt26/_base.xd.js