Opened 11 years ago
Closed 11 years ago
#11315 closed Bug (duplicate)
core/lang.js: crash in callback when language fails to load
Reported by: | Ger Hobbelt | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Language | Version: | |
Keywords: | Cc: |
Description
How to reproduce:
- run /samples/inlinetextarea.html
- make server FAIL to deliver the language file en.js (happened to me when server timed out due to heavy load and/or wakeup (local machine))
Cause:
callback does not check the success/fail flag sent by the CKEDITOR.scriptLoader
Quick fix:
pull request will be listed below.
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Version: | 4.3.2 (GitHub - master) |
I generalised your ticket to: #11318. Let me close this one as a duplicate.
https://github.com/ckeditor/ckeditor-dev/pull/72