Opened 15 years ago
Closed 15 years ago
#3992 closed Task (fixed)
Fix core/ckeditor2 test
Reported by: | Artur Formella | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | QA | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
There is a run-time error:
CKEDITOR.loadFullCore is not a function http://localhost/edytor/CKEditor/trunk/_source/tests/core/ckeditor2.html Line 15
My suggestion is to replace the following line
<script type="text/javascript" src="../../../ckeditor_source.js"></script> <!-- %REMOVE_LINE%
with:
<script type="text/javascript" src="../../../ckeditor_basic_source.js"></script> <!-- %REMOVE_LINE%
Attachments (1)
Change History (5)
comment:1 Changed 15 years ago by
Component: | General → QA |
---|---|
Keywords: | Confirmed added |
Milestone: | CKEditor 3.x → CKEditor 3.0 |
Owner: | set to Frederico Caldeira Knabben |
Status: | new → assigned |
Changed 15 years ago by
Attachment: | 3992.patch added |
---|
comment:2 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:3 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Please add a changelog for it on commit.
This has been working changed in [3017].