// $Id: CHANGELOG.txt,v 1.1.2.16 2009-12-28 22:51:46 markuspetrux Exp $ 6.x-1.5 ======= Features: - #668540 Removed the autoResize option in favor of the autoFit option that serves both purposes. - #668540 Added onOpen option to client-side modal frame (callback to invoke when the modal frame is opened). - #668540 Added customDialogOptions option to client-side modal frame (an object with custom jQuery UI Dialog options). - #668540 Added doxygen comments to Drupal.modalFrame.open() method. - #669478 Prevent from resizing the modal frame while a child document is loading or unloading. Bugfixes: - #608472 jQuery Tabs in Modal Frame do not work because the child document is not visible until the child Drupal behavior is executed. - #602176 by Bodo Maass: Incorrect scrolling with theme.css from jquery ui 1.7.2. - #595646 by EugenMayer, mbutcher: Hide loading animation as soon as the child document is loaded, restore the animation on page transitions. - #668000 Unable to use Escape key to close Modal Frame after an inner Modal Frame has been closed. - #635754 Closing a Modal Frame breaks mouse events of autocomplete widgets on parent window. - #590564 Modal Frame not resized on some situations. - #590564 Use custom event handlers to trigger events on the parent from the child window. 6.x-1.4 ======= Features: - #536410 by quicksketch: Increase height/width calculation consistency. - #498282 Change parent.js to make it easy to extend jQuery UI dialog options (in preparation for finding a way to enhance draggable performance). - Hide the contents of the dialog while dragging. Related to [#498282]. Bugfixes: - Fix javascript behaviors not executed for AJAX requests in child window. - #576448 Use unique filename for CSS files to allow overriding stylesheets from theme. 6.x-1.3 ======= Features: - #496078 by Gábor Hojtsy: Make draggability optional. - #496056 by Gábor Hojtsy: Do not include site name in modal dialog title. 6.x-1.2 ======= Features: - Added second argument to onSubmit handler to get access to status messages generated during form processing. Bugfixes: - #477832 The API function modalframe_close_dialog() does not work on node edit form. - Missing $closure in modalframe-page template. Oops! 6.x-1.1 ======= - Load jQuery UI core on child windows to get access to tabbable elements. - Fully rewritten method to deal with tabbable elements in child window. - Fully rewritten methods to compute dialog size and position. - Enhanced clean up code to help browsers deal with memory leaks. - Enhanced support for autoResize option. Also, enabled this option in example module. - Make sure modalframe_close_dialog() cannot be invoked more than once. - Removed a few snippets with IE dependencies present in previous version. - CSS simplification: remove class .modalframe-loading, background moved to #modalframe-container. - CSS change: opacity effect increased from 0.3 to 0.4. - #476004 by bangpound: Remove jQuery Update requirement. - Changed description of example module (s/module/API). - Minor changes in inline code documentation and coding style. 6.x-1.0 ======= - Initial release.