jQuery-UI-Dialog-extended icon indicating copy to clipboard operation
jQuery-UI-Dialog-extended copied to clipboard

Responsive jQuery UI dialog, click outside close, and other extended options

Results 11 jQuery-UI-Dialog-extended issues
Sort by recently updated
recently updated
newest added

Now, responsive dialogs recenter always upon window resize (not only when the dialog is resized). Besides, added "keepVisible" property to recenter dialogs also upon scrolling (regardless of them being "responsive"...

The dialog re-sizes initially, but when closed bring the screen size down to a mobile resolution then open the dialog and re-size the screen to a larger resolution. The dialog...

https://github.com/jasonday/jQuery-UI-Dialog-extended/blob/a1a9c0750348327c841ded0c43a73c994c6ed6ba/jquery.dialogOptions.js#L108 Should this go in the condition above, otherwise `elem` is not defined?

Hi, Why is it the position of dialog is not responding or not changing when I try to resize the window. When I load the dialog box its position is...

With respect to this project: thankyouthankyouthankyou. It solved a serious issue in my own work. Just a tiny niggle: would you mind explicitly documenting somewhere _what exactly_ is needed from...

Removed unused code and fixed potentially uninitialized elem variable

Added an option `keepAspectRatio` that, if set, will maintain the dialog's original aspect ratio when it is being scaled down.

When creating the dialog, I receive: Uncaught TypeError: Cannot set property 'events' of undefined Pertaining to line: $.ui.dialog.overlay.events = $.map('focus,keydown,keypress'.split(','), function (event) { Using the versions of jQuery and jQuery...

Linked overlays to native widget overlay feature. Now nested dialogs work brilliant.