Opened 14 years ago

Closed 14 years ago

#5359 closed Bug (fixed)

we are getting errors when we try to launch the CKEditor

Reported by: Satya Minnekanti Owned by:
Priority: Must have (possibly next milestone) Milestone: CKEditor 3.3
Component: General Version: 3.2
Keywords: IBM Cc: Damian, joek

Description

To reproduce the defect

  1. enter the url(http://nightly.ckeditor.com) and click on check the demos link
  1. Click on the link to open the Ajax sample.
  1. You will see the Error Number 1.
  1. Click on Create Editor button
  1. You will see Error Number 2.

Error Number 1 function () {j.add("specialchar", {init: function (m) {var n = "specialchar";a.dialog.add(n, this.path + "dialogs/specialchar.js");m.addCommand(n, new (a.dialogCommand)(n));m.ui.addButton("SpecialChar", {label: m.lang.specialChar.toolbar, command: n});if (b.gecko) {m.on("insertSpecialChar", function (o) {var p = l(m);if (p) {p.insertNode(m.document.createText(o.data));} else {m.insertHtml(o.data);}});}}}); function l(m) {var n = m.getSelection().getRanges();for (var o = n.length - 1; o >= 0; o--) {n[o].deleteContents();}return n[0];} }() is not a function

Error Number 2 uncaught exception: [CKEDITOR.resourceManager.load] Resource name "tab" was not found at "http://nightly.ckeditor.com/5260/plugins/tab/plugin.js?t=A2M8". [Break on this error] }},tablerow_insertBefore:{label:F.row....=t.getNextSourceNode(true,1)))break;

Change History (1)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: newclosed

This is related to [5247], which has been mistakenly introduced on trunk. It has been reverted and things should be back to normal now.

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