JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.3
[ckeditor.git] / _source / plugins / sourcearea / plugin.js
index dbbed8d..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