问题 I picked up a very weird issue with the jQuery UI Resizable event, when the "ghost" property has been set. By default, when I set the sizing direction to south, and not have ghost enabled, the resizing functions as expected, example: <div id="resizable" class="ui-widget-content" style="width: 300px;"> <h3 class="ui-widget-header">Pull me at the bottom to resize me!!</h3> </div> When I resize this south, the width is retained at 300px. However, when "ghost" is enabled, the resizing decreases