Opened 10 years ago
Closed 10 years ago
#12451 closed Bug (expired)
ckeditor.js crashes with JS runtime error
Reported by: | Robert Emmett | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
ckeditor.js throws an unhandled exception at line 234, column 34: 0x800a138f - JavaScript runtime error: Unable to set property 'previous' of undefined or null reference.
The attached HTML file is what we are trying to display when the error is thrown. In line 317 of the HTML code, if I change the text-align from "center" to "left", then the code displays correctly with no error.
Attachments (1)
Change History (3)
Changed 10 years ago by
Attachment: | Bugged HTML.html added |
---|
comment:1 Changed 10 years ago by
Status: | new → pending |
---|---|
Version: | 4.4.4 |
I have tried this HTML in every browser and all I got was 404.
- I see that this HTML is pretty messed up. Perhaps this is why I haven't got this error. Could you sent this file one more time but this time formatted as it should be?
- Have you got any custom plugins installed or have you made any core code changes that might cause this error? Please remove all of them and start applying changes one by one to see which one is causing this error.
- Can this issue be reproduced on demo page or in standalone editor (full package)?
- Perhaps some third-party script or JS library is causing this issue. You can remove libraries\scripts and retest this issue.
Please remember to clear browser cache before each step.
comment:2 Changed 10 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
HTML source that is throwing a ckeditor.js error