﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8917	some html tags display as text in ckeditor with hebrew (rtl language)	yaron munz		"I use CKEditor 3.6.3 (revision 7474)
I use with hebrew (rtl) with : config.defaultLanguage = 'he';
the problem is that some HTML tags, are displayed in the editor !

1. I have a tag in my page: 
<textarea name=""Text"" cols=85 rows=5 style=""font-size:1em;"">
2. I use the JS function (in body onload) to attach the editor:
CKEDITOR.replace('Text', { customConfig : '/inc/Ckconfig.js', toolbar:'LoveStory' });
3. The same text (from the DB) when dysplayed at the page (without the editor) is OK
לא מצאתי אישה נחושה כצעקתה

מצאתי אותה בעלת חושים מחודדים

לחיים
5. The same text when in edit mode (inserted into the editor with 
dynamic js function that reads the text from the DB and insert in into the editor... 
CKEDITOR.instances['Text'].insertText('the text from the DB');
is shown (in the editor, RTL INDENT OF COURSE) as ...
<p>
לא מצאתי אישה נחושה כצעקתה</p>
<p>
מצאתי אותה בעלת חושים מחודדים</p>
<p>
לחיים</p>
<p>

I'll try to attach the Ckconfig.js file .

pls advs,
Yaron Munz

 "	Bug	closed	Normal		General	3.6.3	invalid		munzyaron@…
