diff --git a/ui/jquery.ui.effect.js b/ui/jquery.ui.effect.js index 3d65b40c7c5..8386c3186e4 100644 --- a/ui/jquery.ui.effect.js +++ b/ui/jquery.ui.effect.js @@ -964,6 +964,7 @@ $.extend( $.effects, { var props = { width: element.outerWidth(true), height: element.outerHeight(true), + display: element.css( "display" ), "float": element.css( "float" ) }, wrapper = $( "
" )