Search and Top Navigation
#3025 closed feature (fixed)
Opened June 25, 2008 05:08PM UTC
Closed June 25, 2008 05:22PM UTC
dialog should have an autoResize option; default value: true
Reported by: | rdworth | Owned by: | rdworth |
---|---|---|---|
Priority: | major | Milestone: | 1.5.1 |
Component: | ui.dialog | Version: | 1.5 |
Keywords: | dialog resize auto autoResize | Cc: | |
Blocked by: | Blocking: |
Description
Dialog currently has three callbacks that allow for custom handling of resizing:
- resizeStart
- resize
- resizeStop
The most common case for handling these callbacks is to resize the content of the dialog, accounting for the height of the titlebar and any margin the content may have. This should be built into dialog, enabled by default. Proposed option:
autoResize: true
When true, the content of the dialog would auto resize to fill the available space when it's opened and resized.
Attachments (0)
Change History (1)
Changed June 25, 2008 05:22PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in [336]