Opened 13 years ago
Closed 13 years ago
#8917 closed Bug (invalid)
some html tags display as text in ckeditor with hebrew (rtl language)
Reported by: | yaron munz | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.3 |
Keywords: | Cc: | munzyaron@… |
Description
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 !
- I have a tag in my page:
<textarea name="Text" cols=85 rows=5 style="font-size:1em;">
- I use the JS function (in body onload) to attach the editor:
CKEDITOR.replace('Text', { customConfig : '/inc/Ckconfig.js', toolbar:'LoveStory' });
- The same text (from the DB) when dysplayed at the page (without the editor) is OK
לא מצאתי אישה נחושה כצעקתה
מצאתי אותה בעלת חושים מחודדים
לחיים
- 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.instancesText?.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
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | ckconfig.js added |
---|
comment:1 Changed 13 years ago by
Summary: | html tags display in → some html tags display as text in ckeditor with hebrew (rtl language) |
---|
comment:2 Changed 13 years ago by
Cc: | munzyaron@… added |
---|
comment:3 Changed 13 years ago by
Keywords: | html tags rtl heb hebrew removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Hi,
You should have used insertHtml and not inserText http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml
ckconfiguation file that i use