Changes between Initial Version and Version 1 of Ticket #5559, comment 8


Ignore:
Timestamp:
Aug 16, 2012, 9:24:11 PM (11 years ago)
Author:
kenaniah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5559, comment 8

    initial v1  
    1 The current behavior of this bug on the demo page (http://jqueryui.com/demos/dialog/#default) is that the content (.ui-dialog-content) grows by 1px in comparison to the entire dialog (.ui-dialog) per every resize of that axis. 3 separate horizontal resize operations means the content is now 3px larger than it should be.
     1The current behavior of this bug on the demo page (http://jqueryui.com/demos/dialog/#default) is that the content (.ui-dialog-content) grows by 1px in comparison to the entire dialog (.ui-dialog) per every resize of that axis. 3 separate horizontal resize operations means the content is now 3px wider than it should be.
    22
    33I have also observed that the content may shrink on resize (by a much greater factor of 1px). I have seen a dialog box's content shrink by 12px (corresponds to 1em on the stylesheet) per every resizestart event. Unfortunately, I haven't had the time to provide a reduced test case to figure out what causes the discrepancy in offset and magnitude.