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)

3992.patch (798 bytes) - added by Frederico Caldeira Knabben 15 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Component: GeneralQA
Keywords: Confirmed added
Milestone: CKEditor 3.xCKEditor 3.0
Owner: set to Frederico Caldeira Knabben
Status: newassigned

This has been working changed in [3017].

Changed 15 years ago by Frederico Caldeira Knabben

Attachment: 3992.patch added

comment:2 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review? added

comment:3 Changed 15 years ago by Artur Formella

Keywords: Review+ added; Review? removed

Please add a changelog for it on commit.

comment:4 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

Fixed with [3940].

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy