JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2
[ckeditor.git] / _source / plugins / editingblock / plugin.js
index 8996dc2..8d54142 100644 (file)
@@ -95,25 +95,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                        // Do that once only.\r
                                        event.removeListener();\r
 \r
-                                       // Grab editor focus if the editor container is focused. (#3104)\r
-                                       var focusGrabber = editor.container;\r
-\r
-                                       // Safari 3 can't handle tabindex in all elements, so we do\r
-                                       // a trick to make it move the focus to the editor on TAB.\r
-                                       if ( CKEDITOR.env.webkit && CKEDITOR.env.version < 528 )\r
-                                       {\r
-                                               var tabIndex = editor.config.tabIndex || editor.element.getAttribute( 'tabindex' ) || 0;\r
-                                               focusGrabber = focusGrabber.append( CKEDITOR.dom.element.createFromHtml(\r
-                                                       '<input' +\r
-                                                               ' tabindex="' + tabIndex + '"' +\r
-                                                               ' style="position:absolute; left:-10000">' ) );\r
-                                       }\r
-\r
-                                       focusGrabber.on( 'focus', function()\r
-                                               {\r
-                                                       editor.focus();\r
-                                               });\r
-\r
                                        if ( editor.config.startupFocus )\r
                                                editor.focus();\r
 \r