Index: /CKEditor/branches/versions/3.4.x/CHANGES.html
===================================================================
--- /CKEditor/branches/versions/3.4.x/CHANGES.html	(revision 5674)
+++ /CKEditor/branches/versions/3.4.x/CHANGES.html	(revision 5675)
@@ -46,5 +46,6 @@
 			Fixed issues:</p>
 	<ul>
-		<li><a href="http://dev.fckeditor.net/ticket/5079">#5079</a> : Page break in lists move to above the list when you switch from WYSIWYG to HTML mode and back..</li>
+		<li><a href="http://dev.fckeditor.net/ticket/5580">#5580</a> : Maximize does not work properly in the Office 2003 and V2 skins.</li>
+		<li><a href="http://dev.fckeditor.net/ticket/5079">#5079</a> : Page break in lists move to above the list when you switch from WYSIWYG to HTML mode and back.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/5728">#5728</a> : Text field & Upload Button in Upload Tab of Image Properties dialog are not shown Properly in Arabic.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/5832">#5832</a> : Jquery adapter sample and SSL.</li>
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/maximize/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/maximize/plugin.js	(revision 5674)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/maximize/plugin.js	(revision 5675)
@@ -227,4 +227,8 @@
 
 							shim =  createIframeShim( container );		// IE6 select element penetration when maximized. (#4459)
+							
+							// Add cke_maximized class before resize handle since that will change things sizes (#5580)
+							container.addClass( 'cke_maximized' );
+							
 							resizeHandler();
 
@@ -240,6 +244,4 @@
 							CKEDITOR.env.gecko && refreshCursor( editor );
 
-							// Add cke_maximized class.
-							container.addClass( 'cke_maximized' );
 						}
 						else if ( this.state == CKEDITOR.TRISTATE_ON )	// Restore from fullscreen if the state is on.
