Index: /CKEditor/branches/features/adobeair/_source/plugins/adobeair/plugin.js
===================================================================
--- /CKEditor/branches/features/adobeair/_source/plugins/adobeair/plugin.js	(revision 6062)
+++ /CKEditor/branches/features/adobeair/_source/plugins/adobeair/plugin.js	(revision 6063)
@@ -105,4 +105,6 @@
 		{
 			convertInlineHandlers( editor.container );
+			editor.sharedtop && convertInlineHandlers( editor.sharedtop );
+			editor.sharedbottom && convertInlineHandlers( editor.sharedbottom );
 		} );
 
Index: /CKEditor/branches/features/adobeair/_source/themes/default/theme.js
===================================================================
--- /CKEditor/branches/features/adobeair/_source/themes/default/theme.js	(revision 6062)
+++ /CKEditor/branches/features/adobeair/_source/themes/default/theme.js	(revision 6063)
@@ -1,3 +1,3 @@
-﻿/*
+/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -45,4 +45,6 @@
 			// Get the deeper inner <div>.
 			container = mainContainer.getChild( [0,0,0,0] );
+
+			editor[ 'shared' + spaceName ] = container;
 
 			// When the editor gets focus, we show the space container, hiding others.
