Ticket #3160 (closed enhancement: wontfix)
Ability to specify dialog containment
| Reported by: | morkil+jqueryui@… | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.6 |
| Component: | ui.dialog | Version: | 1.5.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Patch:
--- ui.dialog.js.orig 2008-07-09 13:35:26.000000000 +0200
+++ ui.dialog.js 2008-07-31 14:11:38.000000000 +0200
@@ -119,7 +119,8 @@
stop: function(e, ui) {
(options.dragStop && options.dragStop.apply(self.element[0], arguments));
$.ui.dialog.overlay.resize();
- }
+ },
+ containment: options.containment
});
(options.draggable || uiDialog.draggable('disable'));
}
Change History
comment:1 Changed 5 years ago by Cloudream
- Type changed from feature to enhancement
- Milestone set to TDB
Note: See
TracTickets for help on using
tickets.

