#5073 closed bug (worksforme)
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.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | dialogResize.JPG added |
---|
comment:1 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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).