Opened 8 years ago
Closed 8 years ago
#3992 closed Task (fixed)
Fix core/ckeditor2 test
| Reported by: | arczi | Owned by: | fredck |
|---|---|---|---|
| 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 8 years ago by fredck
- Component changed from General to QA
- Keywords Confirmed added
- Milestone changed from CKEditor 3.x to CKEditor 3.0
- Owner set to fredck
- Status changed from new to assigned
Changed 8 years ago by fredck
comment:2 Changed 8 years ago by fredck
- Keywords Review? added
comment:3 Changed 8 years ago by arczi
- Keywords Review+ added; Review? removed
Please add a changelog for it on commit.
comment:4 Changed 8 years ago by fredck
- Resolution set to fixed
- Status changed from assigned to closed
Fixed with [3940].
Note: See
TracTickets for help on using
tickets.

This has been working changed in [3017].