Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 Tests: Cleanup el -> element | Kris Borchers | 2013-01-30 | 1 | -194/+194 |
| | |||||
* | Dialog: Move call to _focusTabbable and triggering of open and focus events ↵ | Kris Borchers | 2013-01-30 | 1 | -0/+40 |
| | | | | 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 | ||||
* | Tests: Convert single quotes to double quotes. | Mike Sherov | 2012-12-26 | 1 | -123/+123 |
| | |||||
* | Dialog Tests: Fix test fails due to window measurements in FF and IE7 | Mike Sherov | 2012-12-22 | 1 | -33/+44 |
| | |||||
* | Dev: Remove *_tickets.js test files and move the associated tests to the ↵ | Mike Sherov | 2012-12-07 | 1 | -0/+22 |
| | | | | proper locations. | ||||
* | Dialog: Added appendTo option. Fixes #7948 - Dialog: Allow dialog to be ↵ | Scott González | 2012-12-07 | 1 | -0/+41 |
| | | | | attached to a element other than body. | ||||
* | Dialog: Ensure all animations finish and clean up themselve when destroying ↵ | Jörn Zaefferer | 2012-11-30 | 1 | -0/+9 |
| | | | | dialog. Fixes #5860 - Dialog: Destroying a dialog during animated close leaves .ui-effects-wrapper in DOM. | ||||
* | Dialog: Follow-up to 9fe3a62d8 - also deprecate string notation for position ↵ | Jörn Zaefferer | 2012-11-26 | 1 | -32/+0 |
| | | | | option. | ||||
* | Dialog: Move array notation support for position option to backCompat check. ↵ | Jörn Zaefferer | 2012-11-26 | 1 | -20/+0 |
| | | | | Fixes #8824 - Deprecate array notation for position option. | ||||
* | 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 | 1 | -4/+4 |
| | |||||
* | Dialog: Remove attroperty workaround for title attribute. Make the default ↵ | Jörn Zaefferer | 2012-11-26 | 1 | -17/+25 |
| | | | | null, as it should be. No back-compat, as the behaviour doesn't change. | ||||
* | 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. | ||||
* | 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 | ||||
* | Dev: remove globals from tests and moved test helpers to correct location - ↵ | Mike Sherov | 2012-11-03 | 1 | -93/+96 |
| | | | | Fixed #8770 Dev: Remove globals and Standardize Test Suite | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests | ||||
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 1 | -0/+9 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-19 | 1 | -47/+47 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -77/+77 |
| | |||||
* | Dialog: Modified the dialog._size() to use outerHeight in calculating the ↵ | James Khoury | 2011-11-28 | 1 | -4/+9 |
| | | | | nonContentHeight. Fixed #7692 - dialog: dialog height bug is incorrect when .ui-dialog padding set. | ||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -2/+2 |
| | |||||
* | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 1 | -2/+2 |
| | |||||
* | Dialog: Added a class to dialog wrapper when it is currently displaying ↵ | Douglas Neiner | 2011-03-03 | 1 | -1/+9 |
| | | | | buttons, includes unit tests for changes. Fixed #7057 - An extra class is needed on the dialog wrapper to specify when a buttonset is showing | ||||
* | Dialog position tests: Use Math.round() instead of Math.floor(). | Scott González | 2010-12-03 | 1 | -4/+4 |
| | |||||
* | Dialog tests: Enabling in TestSwarm. | Scott González | 2010-09-07 | 1 | -8/+0 |
| | |||||
* | Dialog: Fixed test for default title. Some browsers were returning an actual ↵ | Scott González | 2010-09-07 | 1 | -1/+3 |
| | | | | non-breaking space and some were returning the string " ". | ||||
* | Dialog: Reduced size of dialogs in height/width tests. | Scott González | 2010-09-07 | 1 | -16/+16 |
| | |||||
* | Dialog: Fixed a broken maxHeight test. | Scott González | 2010-09-02 | 1 | -1/+1 |
| | | | | The size tests are fragile because they require the browser window to be large enough to contain the dialog. | ||||
* | Dialog: Added additional syntax for creating buttons. Fixes #4344 - Dialog: ↵ | Scott González | 2010-08-31 | 1 | -0/+25 |
| | | | | Enhanced Button Option. | ||||
* | Dialog: When using the title attribute, update the title option. Fixes #5877 ↵ | Scott González | 2010-08-27 | 1 | -1/+5 |
| | | | | - Dialog: when using the title attribute, the title option should be updated. | ||||
* | Dialog: Wrap buttons in a div so we can float the div instead of the ↵ | Scott González | 2010-07-29 | 1 | -1/+1 |
| | | | | individual buttons. Fixes #4529 - dialog buttons are accessed in wrong order using tab. | ||||
* | Dialog: Fixed tests for position option. | Scott González | 2010-07-16 | 1 | -26/+22 |
| | |||||
* | Dialog: allow setting position with ui.position arguments. Fixes #5459 - ↵ | Ben Hollis | 2010-07-14 | 1 | -2/+101 |
| | | | | Dialog: expose .position() API | ||||
* | Removed use of .data() for getting/setting options in tests; using each ↵ | Scott González | 2009-11-09 | 1 | -12/+12 |
| | | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests. | ||||
* | dialog: fixed _position regression; wrote a test for the default positon, ↵ | Jörn Zaefferer | 2009-09-19 | 1 | -1/+10 |
| | | | | which still needs some tuning | ||||
* | dialog unit tests: options closeOnEscape, draggable | Richard Worth | 2009-09-19 | 1 | -3/+19 |
| | |||||
* | Fixed dialog tests to use same instead of equals for hashes. | Scott González | 2009-03-28 | 1 | -2/+2 |
| | |||||
* | dialog unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 1 | -2/+283 |
| | |||||
* | unit tests: created separate file for each module: core, common widget, ↵ | Richard Worth | 2009-02-02 | 1 | -0/+12 |
events, methods, options, tickets |