Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | Dialog: Don't use ._on() for modal event handlers. Fixes #9048 - Dialog: ↵ | Scott González | 2013-02-02 | 1 | -0/+13 |
| | | | | broken focusin event handler when beforeclose event of a modal opens another modal. | ||||
* | Dialog: Add effect files to deprecated testsuite to sync with non-deprecated ↵ | Jörn Zaefferer | 2013-02-01 | 1 | -0/+4 |
| | | | | file | ||||
* | Dialog: Check for empty array in addition to empty object when checking if ↵ | Scott González | 2013-02-01 | 1 | -0/+10 |
| | | | | there are buttons. Fixes #9043 - Dialog: Buttonpane shown with no buttons when modifying native prototypes. | ||||
* | Dialog: Set the _isOpen flag immediately in open(). Fixes #8958 - Dialog: ↵ | Scott González | 2013-01-31 | 1 | -0/+29 |
| | | | | Double ui-widget-overlay when opening modal dialog triggers an event opening same dialog. | ||||
* | Dialog Tests: Cleanup el -> element | Kris Borchers | 2013-01-30 | 6 | -386/+386 |
| | |||||
* | Dialog Tests: Add test to ensure dialog keeps focus when clicking a modal ↵ | Kris Borchers | 2013-01-30 | 1 | -0/+12 |
| | | | | overlay | ||||
* | Dialog: Move call to _focusTabbable and triggering of open and focus events ↵ | Kris Borchers | 2013-01-30 | 2 | -0/+42 |
| | | | | into the _show callback. Fixes #6756 - Dialog: show: "blind" with link in content doesn't animate properly. Fixes #8051 - Dialog: 'Explode' dialog animation causes crash in IE 6, 7 and 8. Fixes #4421 - Dialog: Focus lost from dialog which uses show-effect | ||||
* | Dialog: modified _createOverlay to _appendTo instead of document.body. Fixed ↵ | David Sullivan | 2013-01-26 | 1 | -8/+28 |
| | | | | #8984 - Modal dialogs display behind overlay when using appendTo option | ||||
* | Dialog: Don't handle overlays on destory if there are not any. Fixed: #9004 ↵ | David Petersen | 2013-01-24 | 1 | -1/+32 |
| | | | | - failed in _destroyOverlay when I destroy a modal dialog thau was never opened. Fixed: #9000 Dialog leaves broken event handler after close/destroy in certain cases | ||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Tests: Convert single quotes to double quotes. | Mike Sherov | 2012-12-26 | 7 | -290/+290 |
| | |||||
* | Dialog Tests: Fix test fails due to window measurements in FF and IE7 | Mike Sherov | 2012-12-22 | 3 | -57/+78 |
| | |||||
* | Dev: stop loading *_tickets.js in the test suite. | Mike Sherov | 2012-12-22 | 2 | -2/+0 |
| | |||||
* | Dev: remove todos from datepicker and dialog testsuite | Mike Sherov | 2012-12-12 | 1 | -11/+10 |
| | |||||
* | Dialog: Cleanup. | Scott González | 2012-12-11 | 1 | -1/+1 |
| | |||||
* | Dialog tests: More async focus handling to deal with IE8. | Scott González | 2012-12-10 | 1 | -29/+54 |
| | |||||
* | Dialog tests: Updated markup for deprecated tests to match standard tests. | Scott González | 2012-12-10 | 1 | -0/+2 |
| | |||||
* | Dev: remove unnecessary simulated drag delegation in test suite | Mike Sherov | 2012-12-08 | 1 | -4/+3 |
| | |||||
* | Dev: Change incorrect references in test suite from #main to #qunit-fixture. | Mike Sherov | 2012-12-08 | 1 | -1/+2 |
| | |||||
* | Dev: Remove *_tickets.js test files and move the associated tests to the ↵ | Mike Sherov | 2012-12-07 | 5 | -123/+114 |
| | | | | proper locations. | ||||
* | Dialog: Respect maxHeight when determining size on open. Fixes #4820 - ↵ | Scott González | 2012-12-07 | 1 | -2/+2 |
| | | | | Dialog: Auto height does not respect the maxHeight option. | ||||
* | Dialog: Added appendTo option. Fixes #7948 - Dialog: Allow dialog to be ↵ | Scott González | 2012-12-07 | 3 | -0/+44 |
| | | | | attached to a element other than body. | ||||
* | Dialog: Restore inline styles for dimensions/display. Fixes #8119 - Dialog: ↵ | Scott González | 2012-12-05 | 1 | -4/+11 |
| | | | | Destroying a dialog leaves some styles changed. | ||||
* | Dialog: Remove width, min-height, height styles on destroy. Fixes #8119 - ↵ | Scott González | 2012-12-04 | 1 | -0/+5 |
| | | | | Dialog: Destroying a dialog leaves some styles changed. | ||||
* | Revert "Dialog: Cleanup style properties on _destroy. Reenables style check ↵ | Scott González | 2012-12-04 | 1 | -2/+0 |
| | | | | | | in domEqual, while removing commented and unnecessary old code. Fixes #8119 - Dialog: Destroying a dialog leaves style, scrollleft, and scrolltop leftovers." This reverts commit d687a1b10d1e176a6a8dd4420f1ea3a890640da0. | ||||
* | Dialog: Remove the instance-storing for the overlay, just create one ↵ | Jörn Zaefferer | 2012-12-04 | 1 | -11/+0 |
| | | | | whenever it is needed. Heavily simplifies the code, while the memorly leak should be hardly an issue anymore, since fixed positioning restricts the overlay size to the window dimensions. Fixes #6058 - Dialog overlays are not properly reused when multiple instances of a Dialog exist. | ||||
* | Dialog: Cleanup style properties on _destroy. Reenables style check in ↵ | Jörn Zaefferer | 2012-12-04 | 1 | -0/+2 |
| | | | | domEqual, while removing commented and unnecessary old code. Fixes #8119 - Dialog: Destroying a dialog leaves style, scrollleft, and scrolltop leftovers. | ||||
* | Dialog: Ensure all animations finish and clean up themselve when destroying ↵ | Jörn Zaefferer | 2012-11-30 | 2 | -0/+11 |
| | | | | dialog. Fixes #5860 - Dialog: Destroying a dialog during animated close leaves .ui-effects-wrapper in DOM. | ||||
* | Dialog: Moved resizable handle test from resizable. | Scott González | 2012-11-26 | 1 | -0/+13 |
| | |||||
* | Dialog: Add unit test to cover #8789 and #8838. | Kris Borchers | 2012-11-26 | 1 | -0/+16 |
| | |||||
* | Dialog: Follow-up to 9fe3a62d8 - also deprecate string notation for position ↵ | Jörn Zaefferer | 2012-11-26 | 2 | -33/+31 |
| | | | | option. | ||||
* | Dialog: Update focus-tabbable test with a timer workaround to get IE8 to pass. | Jörn Zaefferer | 2012-11-26 | 1 | -25/+27 |
| | |||||
* | Dialog: Add missing unit test for aria-describedby attribute | Jörn Zaefferer | 2012-11-26 | 1 | -17/+11 |
| | |||||
* | Dialog: Move array notation support for position option to backCompat check. ↵ | Jörn Zaefferer | 2012-11-26 | 4 | -20/+88 |
| | | | | Fixes #8824 - Deprecate array notation for position option. | ||||
* | Dialog: Removed broken disabled option from dialog, defuse disable/enable ↵ | Jörn Zaefferer | 2012-11-26 | 1 | -26/+6 |
| | | | | methods. Disabling dialogs is not supported. | ||||
* | Dialog: Extend autofocus, starting with [autofocus], then :tabbable content, ↵ | Jörn Zaefferer | 2012-11-26 | 1 | -0/+42 |
| | | | | then buttonpane, then close button, then dialog. Fixes #4731 - Dialog: Add option to set which element gains focus on open | ||||
* | Dialog: Cleanup in ticket tests: TODO to merge one test, fix whitespace | Jörn Zaefferer | 2012-11-26 | 1 | -29/+30 |
| | |||||
* | Dialog: Extend visual test to verify DOM position restore on destroy; ↵ | Jörn Zaefferer | 2012-11-26 | 2 | -14/+22 |
| | | | | overhaul unit test for destroy method. | ||||
* | Dialog: Pass through icons and showText (as 'text') options to button. Fixes ↵ | Jörn Zaefferer | 2012-11-26 | 1 | -2/+8 |
| | | | | #6830 - Allow Icons to be specified for Dialog buttons. | ||||
* | Dialog: Refactor _setOption to call _super early. Move dialogClass update ↵ | Jörn Zaefferer | 2012-11-26 | 1 | -1/+4 |
| | | | | above that to access old option value. | ||||
* | Dialog: Use button widget for close button (was already listed as dependency) | Jörn Zaefferer | 2012-11-26 | 2 | -4/+5 |
| | |||||
* | Dialog: Focus tabbable only when dialog lost focus before. | Jörn Zaefferer | 2012-11-26 | 1 | -0/+45 |
| | |||||
* | Dialog: Remove attroperty workaround for title attribute. Make the default ↵ | Jörn Zaefferer | 2012-11-26 | 2 | -18/+26 |
| | | | | null, as it should be. No back-compat, as the behaviour doesn't change. | ||||
* | Dialog: Fix yoda-if, remove unnecessary TODOs; add missing callbacks to ↵ | Jörn Zaefferer | 2012-11-26 | 1 | -1/+11 |
| | | | | commons test | ||||
* | Dialog tests: Work around inconsistent handling of non-breaking spaces in ↵ | Scott González | 2012-11-15 | 1 | -2/+2 |
| | | | | IE7/8 with jQuery <1.8. | ||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: ↵ | Mike Sherov | 2012-11-09 | 1 | -57/+62 |
| | | | | re-enable the dialog test suite | ||||
* | Updated all widgets to use proper data keys when getting plugin instances. | Scott González | 2012-11-09 | 1 | -2/+2 |
| | |||||
* | Dev: remove globals from tests and moved test helpers to correct location - ↵ | Mike Sherov | 2012-11-03 | 7 | -317/+310 |
| | | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite |