Opened 14 years ago

Closed 12 years ago

#5379 closed Bug (expired)

jQuery adapter TC affected by regression

Reported by: Tobiasz Cudnik Owned by:
Priority: Normal Milestone:
Component: QA Version:
Keywords: Cc:

Description

jQuery adapter TC affected by regression between r5046 (works) and r5280 (doesn't work).

The effect is JS error:

Unexpected error: editor is not defined

The error shouldn't happend in place where it's raised:

				var editor = this;
				testSelf.resume( function()
				{
					assert.isTrue( editor instanceof CKEDITOR.editor, 'editor instanceof CKEDITOR.editor' );

The second editor reference used in assert.isTrue creates the error.

This may be an issue only with YUI test, as jQuery sample works fine.

Env: Chrome linux, FF 3.5 linux

Change History (3)

comment:1 Changed 14 years ago by Garry Yao

Milestone: CKEditor 3.3CKEditor 3.4

comment:2 Changed 14 years ago by Garry Yao

Component: GeneralQA
Milestone: CKEditor 3.4

Let's test cases update with no milestone if it's not related to the editor.

comment:3 Changed 12 years ago by Jakub Ś

Resolution: expired
Status: newclosed

I did try some old tests and didn’t find that issue. I guess it has expired on trunk.

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