Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Fix assertion message in appendTo option test | Jörn Zaefferer | 2014-02-21 | 1 | -1/+1 |
| | |||||
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 2 | -10/+2 |
| | |||||
* | Tests: Use .bind() instead of .on() | Scott González | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Do not set value on multi-line input | Yermo | 2014-01-28 | 1 | -0/+26 |
| | | | | | | | | This fixes an issue where contenteditable text was getting overwritten when wrapping past the bottom or top of the autocomplete menu. Fixes #9771 Closes gh-1184 | ||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -6/+6 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Autocomplete: Normalize falsy values, not just missing values | Scott González | 2014-01-22 | 4 | -23/+50 |
| | | | | Fixes #9762 | ||||
* | Autocomplete: Fall back to .ui-front searching for empty jQuery objects | Scott González | 2014-01-20 | 1 | -11/+26 |
| | | | | Fixes #9755 | ||||
* | Autocomplete: Announce autocomplete correctly in all ATs. | Dylan Barrell | 2014-01-14 | 1 | -11/+47 |
| | | | | | Fixes #9631 Closes gh-1153 | ||||
* | Autocomplete: Append liveRegion to body to support detached init. Fixes ↵ | Jörn Zaefferer | 2013-10-19 | 1 | -0/+9 |
| | | | | #9590 - Dynamically adding input field breaks auto-complete's accessibility for screen readers | ||||
* | Autocomplete tests: Update tests now that generated menu doesn't have ↵ | Kris Borchers | 2013-10-05 | 2 | -3/+2 |
| | | | | anchors in elements | ||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -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. | ||||
* | Autocomplete: Scope race condition handling to the instance. Fixes #9334 - ↵ | Scott González | 2013-05-28 | 1 | -0/+28 |
| | | | | Autocomplete: Multiple instances should be able to start asynchronous requests simultaneously. | ||||
* | Autocomplete tests: Cleanup. | Scott González | 2013-04-30 | 2 | -18/+32 |
| | |||||
* | Whitespace. | Scott González | 2013-04-30 | 1 | -2/+2 |
| | |||||
* | Autocomplete: Don't prevent keypress for multiline. Fixed #8911 - ↵ | Jason Moon | 2013-04-25 | 1 | -0/+41 |
| | | | | Autocomplete: Unable to use up/down arrow keys in a textarea (Firefox). | ||||
* | Autocomplete Tests: Fix oldIE test failures by accounting for casing ↵ | Mike Sherov | 2013-03-31 | 1 | -1/+1 |
| | | | | differences in .html() return values. | ||||
* | Autocomplete: Insert the live region before the input. Fixes #9172 - ↵ | Scott González | 2013-03-21 | 1 | -0/+10 |
| | | | | Autocomplete: .replaceWith() fails to replace. | ||||
* | Widget tests: Use instance method. Also replace a few instances of $.data in ↵ | Jörn Zaefferer | 2013-03-19 | 1 | -3/+3 |
| | | | | widget implementations. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Scott González | 2013-03-14 | 1 | -4/+7 |
| | | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a. | ||||
* | Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵ | Scott González | 2013-03-14 | 1 | -7/+4 |
| | | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Mike Sherov | 2013-03-11 | 1 | -4/+7 |
| | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled | ||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Append to closest .ui-front if available. | Scott González | 2012-12-14 | 2 | -5/+5 |
| | |||||
* | Autocomplete: Handle detached elements for appendTo after create. | Scott González | 2012-12-07 | 1 | -1/+5 |
| | |||||
* | Autocomplete: When appendTo is a jQuery object or a DOM element, don't ↵ | Scott González | 2012-11-28 | 1 | -2/+15 |
| | | | | search against the document. Fixes #8858 - Autocomplete: Fails when appendTo is detached from the DOM. | ||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Updated all widgets to use proper data keys when getting plugin instances. | Scott González | 2012-11-09 | 1 | -2/+2 |
| | |||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 3 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Autocomplete tests: Added test for widget() method. | Scott González | 2012-08-26 | 1 | -0/+8 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Added tests for live region. | Scott González | 2012-05-22 | 1 | -0/+37 |
| | |||||
* | Autocomplete: ARIA live region as extension, adding a messages option. Fixes ↵ | Jörn Zaefferer | 2012-05-16 | 1 | -0/+4 |
| | | | | #7840 - Autocomplete: popup results not read by screen-readers | ||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Move race condition logic from ajax requests to general ↵ | Scott González | 2012-04-03 | 1 | -0/+29 |
| | | | | response handler. Fixes #8234 - Autocomplete: Automatic race-condition handling for custom sources. | ||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Removed the timeout for the change event. Fixes #7550 - ↵ | Scott González | 2012-02-16 | 2 | -40/+4 |
| | | | | | | Autocomplete change event not triggered in time. Thanks spekary for finding a workaround for IE. | ||||
* | Autocomplete: Added a test for exceeding minLength, then falling below, then ↵ | Scott González | 2012-02-15 | 1 | -7/+28 |
| | | | | exceeding again. | ||||
* | Autocomplete: Cancel search when closing the menu. Fixes #7523 - ↵ | Scott González | 2012-02-11 | 1 | -0/+33 |
| | | | | Autocomplete cancel pending request when text changes below minLength. | ||||
* | Autocomplete: Added test for close method. | Scott González | 2012-01-31 | 2 | -6/+9 |
| | |||||
* | Autocomplete: Don't invoke a search from arrow keys when the element can ↵ | meh-cfl | 2011-11-28 | 1 | -0/+86 |
| | | | | have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete. | ||||
* | Autocomplete: Removed commented out test. | Scott González | 2011-11-23 | 1 | -18/+0 |
| | |||||
* | Autocomplete: Making sure we do not show search menu after a blur. Fixed ↵ | Shannon | 2011-11-23 | 1 | -0/+19 |
| | | | | #7423 - Tab out of autocomplete with remote source can leave menu showing. | ||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 |
| |