Index: src/wp-admin/js/editor-expand.js
===================================================================
--- src/wp-admin/js/editor-expand.js	(revision 32382)
+++ src/wp-admin/js/editor-expand.js	(working copy)
@@ -385,7 +385,7 @@
 						width: contentWrapWidth - ( borderWidth * 2 ) - ( visual ? 0 : ( $top.outerWidth() - $top.width() ) )
 					} );
 
-					$statusBar.attr( 'style', advanced ? '' : 'visibility: hidden;' );
+					$statusBar.attr( 'style', advanced ? '' : 'display: none;' );
 					$bottom.attr( 'style', '' );
 				}
 			} else {
@@ -480,7 +480,7 @@
 						$statusBar.css( {
 							position: 'fixed',
 							bottom: heights.bottomHeight,
-							visibility: '',
+							display: '',
 							width: contentWrapWidth - ( borderWidth * 2 )
 						} );
 
@@ -495,7 +495,7 @@
 						( windowPos + heights.windowHeight ) > ( editorPos + editorHeight + heights.bottomHeight + heights.statusBarHeight - borderWidth ) ) ) {
 					fixedBottom = false;
 
-					$statusBar.attr( 'style', advanced ? '' : 'visibility: hidden;' );
+					$statusBar.attr( 'style', advanced ? '' : 'display: none;' );
 					$bottom.attr( 'style', '' );
 				}
 			}
