Side navigation
#2437 closed enhancement (fixed)
Opened February 29, 2008 11:43PM UTC
Closed March 14, 2008 07:50PM UTC
Add a resize callback to dialog options
Reported by: | natecavanaugh | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.4 |
Component: | ui | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The dialogs should have an onResize callback that gets executed whenever the dialog is resized.
This would fit well into the event based system that already exists in jQuery UI.
Attachments (0)
Change History (4)
Changed February 29, 2008 11:47PM UTC by comment:1
Changed March 03, 2008 03:44PM UTC by comment:2
owner: | paul → rworth |
---|
Changed March 14, 2008 04:44PM UTC by comment:3
owner: | rworth → scott.gonzalez |
---|
Changed March 14, 2008 07:50PM UTC by comment:4
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in [4911]. Added the following callbacks: dragStart, drag, dropStop, resizeStart, resize, resizeStop.
It would also be great if the ui object that gets passed in could contain the direction the resize is going (eg. s, se, sw, n, w, e) or something like that. Not sure if that's possible in the current architecture, but would be great to have.