Index: /CKEditor/branches/features/adobeair/_source/plugins/editingblock/plugin.js
===================================================================
--- /CKEditor/branches/features/adobeair/_source/plugins/editingblock/plugin.js	(revision 5622)
+++ /CKEditor/branches/features/adobeair/_source/plugins/editingblock/plugin.js	(revision 5623)
@@ -96,10 +96,4 @@
 					event.removeListener();
 
-					// Redirect the focus into editor for webkit. (#5713)
-					CKEDITOR.env.webkit && editor.container.on( 'focus', function()
-						{
-							editor.focus();
-						});
-
 					if ( editor.config.startupFocus )
 						editor.focus();
Index: /CKEditor/branches/features/adobeair/_source/plugins/sourcearea/plugin.js
===================================================================
--- /CKEditor/branches/features/adobeair/_source/plugins/sourcearea/plugin.js	(revision 5622)
+++ /CKEditor/branches/features/adobeair/_source/plugins/sourcearea/plugin.js	(revision 5623)
@@ -35,5 +35,5 @@
 								{
 									dir : 'ltr',
-									tabIndex : CKEDITOR.env.webkit ? -1 : editor.tabIndex,
+									tabIndex : editor.tabIndex,
 									'role' : 'textbox',
 									'aria-label' : editor.lang.editorTitle.replace( '%1', editor.name )
Index: /CKEditor/branches/features/adobeair/_source/plugins/wysiwygarea/plugin.js
===================================================================
--- /CKEditor/branches/features/adobeair/_source/plugins/wysiwygarea/plugin.js	(revision 5622)
+++ /CKEditor/branches/features/adobeair/_source/plugins/wysiwygarea/plugin.js	(revision 5623)
@@ -321,5 +321,5 @@
 							// trigger iframe's 'load' event.
   							' src="' + ( CKEDITOR.env.air ? editor._.air_bootstrap_frame_url : CKEDITOR.env.ie ? 'javascript:void(function(){' + encodeURIComponent( srcScript ) + '}())' : '' ) + '"' +
-							'" tabIndex="' + ( CKEDITOR.env.webkit? -1 : editor.tabIndex ) + '"' +
+							' tabIndex="' + editor.tabIndex + '"' +
   							' allowTransparency="true"' +
   							'></iframe>' );
Index: /CKEditor/branches/features/adobeair/_source/themes/default/theme.js
===================================================================
--- /CKEditor/branches/features/adobeair/_source/themes/default/theme.js	(revision 5622)
+++ /CKEditor/branches/features/adobeair/_source/themes/default/theme.js	(revision 5623)
@@ -119,5 +119,4 @@
 					' title="', ( CKEDITOR.env.gecko ? ' ' : '' ), '"' +
 					' lang="', editor.langCode, '"' +
-					( CKEDITOR.env.webkit? ' tabindex="' + tabIndex + '"' : '' ) +
 					' role="application"' +
 					' aria-labelledby="cke_', name, '_arialbl"' +
