Opened 12 years ago
Closed 12 years ago
#10240 closed Bug (duplicate)
[IE] JS errors logged when pressing delete in specific case
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | IE8 | Cc: |
Description
- Open replacebyclass sample.
- Focus editor and place cursor at the beginning of first header.
- Press delete few times.
- If you've been lucky IE logged from one to tens of JS errors.
I can reproduce this issue on IE8, but I haven't checked other IEs. Sometimes I have to repeat this TC few times.
Error:
Invalid argument. node.js, line 295 character 3
Sometimes different one is logged:
Invalid argument. selection.js, line 928 character 10
I've been able to reproduce this issue from 4.0, but I think that it is older, because I stopped being able to reproduce it when we changed our sample content layout (image was moved from left to right).
Change History (2)
comment:1 Changed 12 years ago by
Keywords: | IE8 added |
---|---|
Status: | new → confirmed |
Version: | 4.0 Beta → 4.0 |
comment:2 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
I was able to reproduce this problem in IE8 only from CKEditor 4.0.
I have tried to use similar content in 4.0 beta (image aliment to right) but no error occurred.