Search and Top Navigation
#7511 closed bug (notabug)
Opened June 27, 2011 11:42PM UTC
Closed June 28, 2011 01:15AM UTC
Dialog shrinks every time it is moved in IE9 in Quirks mode
Reported by: | Zhay | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.dialog | Version: | 1.8.13 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If you create a dialog and specify a height for it in pixels, it will shrink by about 10 pixels every time you click and drag its title bar. The expected behavior is that the dialog does not shrink in height. This behavior is only seen in IE9 on Quirks mode (and perhaps earlier versions of IE, which I haven't tested). The solution is to change the start() function inside of the call to self.uiDialog.draggable() to use $(this).outerHeight() instead of $(this).height() (the call to height() is seen twice in the start() function).
Attachments (0)
Change History (1)
Changed June 28, 2011 01:15AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
jQuery and jQuery UI don't support quirks mode.