Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Dialog tests: Removed stack option. | Scott González | 2012-10-26 | 1 | -1/+0 |
| | |||||
* | Tests: Removed old code that kept bad test suites out of TestSwarm. | Scott González | 2012-10-26 | 1 | -10/+0 |
| | |||||
* | Removed bgiframe. | Scott González | 2012-10-26 | 1 | -1/+0 |
| | |||||
* | Dialog: Awesome new stacking and overlay implementation. Fixes the following ↵ | Nate Eagle | 2012-10-24 | 4 | -97/+28 |
| | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 5 | -51/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Remove trailing whitespace and add final newlines | Trey Hunner | 2012-10-21 | 1 | -3/+3 |
| | |||||
* | Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - ↵ | David Petersen | 2012-10-17 | 1 | -2/+19 |
| | | | | jQuery dialog with hide options does not trigger close event. | ||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Dialog tests: Fixed calls to $.contains() that were passing jQuery objects ↵ | Scott González | 2012-07-13 | 1 | -1/+1 |
| | | | | instead of elements. | ||||
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 4 | -0/+23 |
| | |||||
* | Dialog: Use new uniqueId method for generating id's | kborchers | 2012-05-29 | 1 | -18/+3 |
| | |||||
* | Dialog: Handle escape for all overlays. Fixes #8300 - Dialog: Incorrect ↵ | Jay Merrifield | 2012-05-07 | 1 | -6/+56 |
| | | | | behavior for ESCAPE with multiple modal dialogs. | ||||
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 1 | -7/+5 |
| | |||||
* | Tests: Rename {widget}_defaults.js -> {widget}_common.js | Scott González | 2012-04-23 | 2 | -1/+1 |
| | |||||
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 |
| | |||||
* | Tests: Move commonWidgetTests() to TestHelpers. | Scott González | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-19 | 5 | -68/+74 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 5 | -151/+151 |
| | |||||
* | Dialog: When destroy is called place the element back in original DOM ↵ | Alberto Monteiro | 2011-12-15 | 1 | -0/+9 |
| | | | | position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position | ||||
* | 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. | ||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 1 | -10/+15 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Dialog: Update to 96e5c24 - keyup apparently doesn't work like I thought it ↵ | Corey Frang | 2011-08-20 | 1 | -1/+1 |
| | | | | would everywhere, switching back to keydown. | ||||
* | Dialog: Tabbing out of a modal dialog was possible because keypress doesn't ↵ | Corey Frang | 2011-08-19 | 1 | -1/+30 |
| | | | | fire for tabs everywhere, switched to keyup. Added Unit Test - Caught by @DomenicDenicola - Fixes #3123 - Tabbing stops in modal dialog | ||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 2 | -4/+4 |
| |