JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.3
[ckeditor.git] / _source / plugins / sourcearea / plugin.js
index 92ddce3..f1214da 100644 (file)
@@ -34,7 +34,7 @@ CKEDITOR.plugins.add( 'sourcearea',
                                                        textarea.setAttributes(\r
                                                                {\r
                                                                        dir : 'ltr',\r
-                                                                       tabIndex : editor.tabIndex,\r
+                                                                       tabIndex : CKEDITOR.env.webkit ? -1 : editor.tabIndex,\r
                                                                        'role' : 'textbox',\r
                                                                        'aria-label' : editor.lang.editorTitle.replace( '%1', editor.name )\r
                                                                });\r
@@ -138,6 +138,7 @@ CKEDITOR.plugins.add( 'sourcearea',
 \r
                                                unload : function( holderElement )\r
                                                {\r
+                                                       textarea.clearCustomData();\r
                                                        editor.textarea = textarea = null;\r
 \r
                                                        if ( onResize )\r