aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/dialog/complex-dialogs.html
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Use demo bootstrap for visual testsJörn Zaefferer2015-09-301-19/+2
| | | | | | Adds a data-composite option and fixes paths for effects. Otherwise just applies the same conversion as already applied to demos, sometimes moving a <style> element to the right place.
* Dialog: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-4/+4
|
* Theme: Change default widget font-size to 1emTJ VanToll2014-10-241-5/+0
| | | | | Fixes #10131 Closes gh-1374
* Build: Reorganize external directoryScott González2014-06-241-1/+1
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-13/+13
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
| | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory.
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-051-1/+1
|
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
|
* Dialog: Restrict title to a single line. Fixes #7773 - Dialog: If titlebar ↵Jörn Zaefferer2012-12-031-1/+6
| | | | changes height during resize, button pane positioning changes.
* Dialog: Update position when size is changed. Fixes #8789 - Dialog does not ↵Kris Borchers2012-11-261-2/+1
| | | | close for first click on chrome.
* Dialog: Extend autofocus, starting with [autofocus], then :tabbable content, ↵Jörn Zaefferer2012-11-261-1/+1
| | | | then buttonpane, then close button, then dialog. Fixes #4731 - Dialog: Add option to set which element gains focus on open
* Dialog: Extend visual test to verify DOM position restore on destroy; ↵Jörn Zaefferer2012-11-261-2/+9
| | | | overhaul unit test for destroy method.
* Dialog: Pass through icons and showText (as 'text') options to button. Fixes ↵Jörn Zaefferer2012-11-261-1/+12
| | | | #6830 - Allow Icons to be specified for Dialog buttons.
* Dialog: Extract button pane creation into _createButtonPaneJörn Zaefferer2012-11-261-1/+9
|
* Dialog: Use button widget for close button (was already listed as dependency)Jörn Zaefferer2012-11-261-0/+1
|
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
|
* Removed bgiframe.Scott González2012-10-261-1/+0
|
* Dialog: Save the active element that opened the dialog and restore focus to ↵Jörn Zaefferer2012-10-241-6/+12
| | | | that. Fixes #8730 - Dialog: Restore focus to opener.
* Dialog: Prevent dialog form losing focus (or move it back in IE <= 8).Jörn Zaefferer2012-10-241-1/+1
|
* Dialog: Awesome new stacking and overlay implementation. Fixes the following ↵Nate Eagle2012-10-241-0/+89
tickets: Fixes #3534 - Dialog: Modal dialog disables all input elements on page. Fixes #4671 - Dialog: Modal Dialog disables vertical scroll bar in Chrome & Safari. Fixes #4995 - Dialog: Modal Dialog's overlay dissapears in IE when content is tall. Fixes #5388 - Dialog: Don't change z-index when already at the top. Fixes #5466 - Dialog: "modal" Dialog Incorrectly Cancels Input Events. Fixes #5762 - Dialog: Get rid of z-index workaround, document it instead. Fixes #6267 - Dialog: checkboxes that inherit a z-index < jqueryui.dialog z-index don't work. Fixes #7051 - Dialog: modal prevents tab key from moving focus off slider handle. Fixes #7107 - Dialog: Modal dialog event loss with high zindex child elements (FF 3.6). Fixes #7120 - Dialog: Modal operation interrupts drag drop marker functionality on gmaps. Fixes #8172 - Dialog: Change event cancelled when opening modal dialog from another modal dialog. Fixes #8583 - Dialog: Mouse event wrongly stopped. Fixes #8722 - Dialog: Remove stack option. Fixes #8729 - Dialog: Remove zIndex option.