I've been digging through the changesets 1.6b -> 1.6rc2 ( http://dev.jqueryui.com/changeset/535 http://dev.jqueryui.com/changeset/537 http://dev.jqueryui.com/changeset/553 http://dev.jqueryui.com/changeset/619 http://dev.jqueryui.com/changeset/624 http://dev.jqueryui.com/changeset/635 http://dev.jqueryui.com/changeset/649 http://dev.jqueryui.com/changeset/658 http://dev.jqueryui.com/changeset/662 http://dev.jqueryui.com/changeset/671 http://dev.jqueryui.com/changeset/673 http://dev.jqueryui.com/changeset/674 http://dev.jqueryui.com/changeset/675 http://dev.jqueryui.com/changeset/693 http://dev.jqueryui.com/changeset/697 http://dev.jqueryui.com/changeset/702 )
and in http://dev.jqueryui.com/changeset/673 i found that non-resizeable dialogs dont put up the resizeable handles. so by putting resizeable : true in .dialog({}), and playing with minHeight and maxHeight (and their width brothers), i can emulate the old behaviour. My CMS now works with 1.6rc2 very happy i'm not left behind.. Thanks for the help, Richard. Rene Veerman wrote: > Richard D. Worth wrote: > > >>> I just plugged 1.6rc2 in, and it does NOT get me 8 extra divs, or >>> Anything resembling a border, when i call >>> $('#something').dialog({});. >>> It only inserts a .ui-dialog-titlebar and puts that together >>> with the >>> original div inside a .ui-dialog-container.. >>> >>> >>> Have you included the UI Resizable plugin (ui.resizable.js)? It's >>> possible what you're seeing is a feature where if you didn't have >>> the resizable plugin included, it won't add the resize handles >>> (which is what these "border" elements you're looking for are in >>> fact). >>> >>> >> >> > > Yep, it's included.. > > I include: > > 'src' => array( > 0 => MB_CODE_PATH.'lib/jquery/jquery.ui-1.6rc2/ui/ui.core.js', > 1 => MB_CODE_PATH.'lib/jquery/jquery.ui-1.6rc2/ui/ui.dialog.js', > 2 => > MB_CODE_PATH.'lib/jquery/jquery.ui-1.6rc2/ui/minified/ui.resizable.min.js', > 3 => > MB_CODE_PATH.'lib/jquery/jquery.ui-1.6rc2/ui/ui.draggable.js', > 4 => > MB_CODE_PATH.'lib/jquery/jquery.ui-1.6rc2/ui/ui.droppable.js', > 5 => > MB_CODE_PATH.'lib/jquery/jquery.ui-1.6rc2/ui/minified/effects.core.min.js', > 6 => > MB_CODE_PATH.'lib/jquery/jquery.ui-1.6rc2/ui/minified/effects.drop.min.js', > ) > > > > Been digging through the changesets; --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
