Skip to main content

Bug Tracker

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 natecavanaug comment:1

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.

Changed March 03, 2008 03:44PM UTC by paul comment:2

owner: paulrworth

Changed March 14, 2008 04:44PM UTC by paul comment:3

owner: rworthscott.gonzalez

Changed March 14, 2008 07:50PM UTC by scott.gonzal comment:4

resolution: → fixed
status: newclosed

Fixed in [4911]. Added the following callbacks: dragStart, drag, dropStop, resizeStart, resize, resizeStop.