﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13734	Method not found	tobi		"== Steps to reproduce ==

First i dowloaded CKEditor with the following settings:
1. Choose preset: Basic
2. Select your plugins and skin: 

-FontSize and Family
-Basic Styles
-Editor Toolbar
-Enter Key
-Escape HTML Entities
-IFrame Editing Area
-IndentList
-Link
-List
-Undo
-... followed by the plugins required by other plugins

As skin i picked ""Flat"".

3. Finalize and download:

Editors language is English and German.

Then i downloaded first the Optimezed version and put it in my web projekt.
I builded everything and reloaded and got this error:

""''Error Parsing /xhtml/include/vdbw/edit.xhtml: Error Traced[line: 135] The element type ""textarea"" must be terminated by the matching end-tag ""</textarea>"".''""

After i saw this, i commented the scipt block out where CKEDITOR.replace('mytextareaId') is called and typed in my Firebug Console
''CKEDITOR.replace('mytextareaId')''. I got
{{{
TypeError: c[a] is undefined
a);var c=this,d=function(){c[a].dir=c.rtl[a]?""rtl"":""ltr"";b{a,c[a])};this[a]?d()...
}}}

So i thought i try the Source code, to see and fix the bug(if its my fault) or to better report. If i tried it with the Source code firebug told me CKEDITOR.replace is not a function.


== Expected result ==
To see the CKEditor.
== Actual result ==
Error
== Other details (browser, OS, CKEditor version, installed plugins) ==
Firefox 40.0.3, Windows 7 Professional, CKEditor 4, 

Plugins:
-FontSize and Family
-Basic Styles
-Editor Toolbar
-Enter Key
-Escape HTML Entities
-IFrame Editing Area
-IndentList
-Link
-List
-Undo
-Dialog
-Dialog User Interface
-Fake Objects
-Floating Panel
-Indent/Outdent
-List Block
-Panel
-Rich Combo
-UIButton"	Bug	closed	Normal		General		invalid		
