Skip to content

Commit

Permalink
Fixed issue #6922: Problem with placing the cursor after placeholder …
Browse files Browse the repository at this point in the history
…in IE8

Dev Updating CKEditor to 3.6.5 - hopefull fixed issue above
  • Loading branch information
c-schmitz committed Nov 30, 2012
1 parent 4034ca4 commit a9e0704
Show file tree
Hide file tree
Showing 21 changed files with 360 additions and 17 deletions.
4 changes: 2 additions & 2 deletions third_party/ckeditor/plugins/image/dialogs/image.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion third_party/ckeditor/plugins/link/dialogs/anchor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions third_party/ckeditor/plugins/link/dialogs/link.js

Large diffs are not rendered by default.

Expand Up @@ -15,11 +15,13 @@ fr.js Found: 5 Missing: 0
he.js Found: 5 Missing: 0
hr.js Found: 5 Missing: 0
it.js Found: 5 Missing: 0
ku.js Found: 5 Missing: 0
nb.js Found: 5 Missing: 0
nl.js Found: 5 Missing: 0
no.js Found: 5 Missing: 0
pl.js Found: 5 Missing: 0
pt-br.js Found: 5 Missing: 0
sk.js Found: 5 Missing: 0
tr.js Found: 5 Missing: 0
ug.js Found: 5 Missing: 0
uk.js Found: 5 Missing: 0
Expand Down
17 changes: 16 additions & 1 deletion third_party/ckeditor/plugins/placeholder/lang/fa.js
Expand Up @@ -3,4 +3,19 @@ Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

CKEDITOR.plugins.setLang('placeholder','fa',{placeholder:{title:'ویژگیهای محل نگهداری',toolbar:'ایجاد یک محل نگهداری',text:'متن محل نگهداری',edit:'ویرایش محل نگهداری',textMissing:'محل نگهداری باید محتوی متن باشد.'}});
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

CKEDITOR.plugins.setLang( 'placeholder', 'fa',
{
placeholder :
{
title : 'ویژگی‌های محل نگهداری',
toolbar : 'ایجاد یک محل نگهداری',
text : 'متن محل نگهداری',
edit : 'ویرایش محل نگهداری',
textMissing : 'محل نگهداری باید محتوی متن باشد.'
}
});
21 changes: 21 additions & 0 deletions third_party/ckeditor/plugins/placeholder/lang/ku.js
@@ -0,0 +1,21 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

CKEDITOR.plugins.setLang( 'placeholder', 'ku',
{
placeholder :
{
title : 'خاسیه‌تی شوێن هه‌ڵگر',
toolbar : 'درووستکردنی شوێن هه‌ڵگر',
text : 'ده‌ق بۆ شوێن هه‌ڵگڕ',
edit : 'چاکسازی شوێن هه‌ڵگڕ',
textMissing : 'شوێن هه‌ڵگڕ ده‌بێت له‌ده‌ق پێکهاتبێت.'
}
});
6 changes: 6 additions & 0 deletions third_party/ckeditor/plugins/placeholder/lang/sk.js
@@ -0,0 +1,6 @@
/*
Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

CKEDITOR.plugins.setLang('placeholder','sk',{placeholder:{title:'Vlastnosti placeholdera',toolbar:'Vytvoriť placeholder',text:'Text placeholdera',edit:'Upraviť placeholder',textMissing:'Placeholder musí obsahovať text.'}});
2 changes: 1 addition & 1 deletion third_party/ckeditor/plugins/placeholder/lang/zh-cn.js
Expand Up @@ -3,4 +3,4 @@ Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

CKEDITOR.plugins.setLang('placeholder','zh-cn',{placeholder:{title:'占位符属性',toolbar:'创建占位符',text:'占位符文字',edit:'编辑占位符',textMissing:'占位符必需包含有文字'}});
CKEDITOR.plugins.setLang('placeholder','zh-cn',{placeholder:{title:'占位符属性',toolbar:'创建占位符',text:'占位符文字',edit:'编辑占位符',textMissing:'占位符必须包含文字。'}});
2 changes: 1 addition & 1 deletion third_party/ckeditor/plugins/placeholder/plugin.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion third_party/ckeditor/plugins/smiley/dialogs/smiley.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a9e0704

Please sign in to comment.