Search and Top Navigation
#5073 closed bug (worksforme)
Opened January 18, 2010 12:51AM UTC
Closed January 20, 2010 11:58PM UTC
Last modified October 11, 2012 09:15PM UTC
UI Dialog Resize Area Rendering When Resize Disabled
Reported by: | gomerpylevw | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.dialog | Version: | 1.7.2 |
Keywords: | dialog resize | Cc: | |
Blocked by: | Blocking: |
Description
When you tell the ui.dialog that it is not resizeable, it still renders the resize div that contains the resize icon and throws off the even padding for the ui-content area. Only thing the "resize: false" does for you is hides the resize icon and disables the ability to resize the dialog but still leaves the real-estate blank.
You might be using an old version of UI. Dialog's used to just enable/disable resizing, but they now create/destroy resizable plugins (and have for a while).