Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -617/+0 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | All: Remove "Depends" comment | Rafael Xavier de Souza | 2014-01-24 | 1 | -6/+0 |
| | | | | | Ref #9464 Ref gh-1029 | ||||
* | All: Wrap source files with UMD return exports | Rafael Xavier de Souza | 2014-01-24 | 1 | -2/+20 |
| | | | | | Ref #9464 Ref gh-1029 | ||||
* | Autocomplete: Normalize falsy values, not just missing values | Scott González | 2014-01-22 | 1 | -2/+2 |
| | | | | Fixes #9762 | ||||
* | Autocomplete: Fall back to .ui-front searching for empty jQuery objects | Scott González | 2014-01-20 | 1 | -1/+1 |
| | | | | Fixes #9755 | ||||
* | Autocomplete: Announce autocomplete correctly in all ATs. | Dylan Barrell | 2014-01-14 | 1 | -10/+13 |
| | | | | | Fixes #9631 Closes gh-1153 | ||||
* | Autocomplete: Whitespace | Jörn Zaefferer | 2013-12-07 | 1 | -11/+11 |
| | |||||
* | Fix various coding style issues | Jörn Zaefferer | 2013-11-13 | 1 | -3/+2 |
| | |||||
* | Autocomplete: Append liveRegion to body to support detached init. Fixes ↵ | Jörn Zaefferer | 2013-10-19 | 1 | -1/+1 |
| | | | | #9590 - Dynamically adding input field breaks auto-complete's accessibility for screen readers | ||||
* | Autocomplete: Don't add anchors to items in generated menu | Kris Borchers | 2013-10-05 | 1 | -3/+1 |
| | |||||
* | Autocomplete: Scope race condition handling to the instance. Fixes #9334 - ↵ | Scott González | 2013-05-28 | 1 | -16/+13 |
| | | | | Autocomplete: Multiple instances should be able to start asynchronous requests simultaneously. | ||||
* | Autocomplete: Remove handling for NUMPAD_ENTER. | Scott González | 2013-05-06 | 1 | -1/+0 |
| | |||||
* | Autocomplete: Don't prevent keypress for multiline. Fixed #8911 - ↵ | Jason Moon | 2013-04-25 | 1 | -1/+3 |
| | | | | Autocomplete: Unable to use up/down arrow keys in a textarea (Firefox). | ||||
* | Autocomplete: Refactored _response() so that requestIndex is defined closer ↵ | Scott González | 2013-04-25 | 1 | -15/+15 |
| | | | | to where it's used. | ||||
* | All: Remove inline JSHint settings. | Scott González | 2013-04-22 | 1 | -1/+0 |
| | |||||
* | Autocomplete: Insert the live region before the input. Fixes #9172 - ↵ | Scott González | 2013-03-21 | 1 | -1/+1 |
| | | | | Autocomplete: .replaceWith() fails to replace. | ||||
* | Autocomplete: Menu's input option is long gone, remove leftovers | Jörn Zaefferer | 2013-03-21 | 1 | -2/+0 |
| | |||||
* | Widgets: Updating to use instance method on bridge | Corey Frang | 2013-03-19 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Set isNewMenu flag on every suggestion. Fixes #9118 - ↵ | Scott González | 2013-02-25 | 1 | -1/+3 |
| | | | | Autocomplete: Mouse auto-highlights option in Firefox. | ||||
* | Autocomplete: Use .ui-front instead of .zIndex() for the suggestions menu. | Scott González | 2013-02-05 | 1 | -5/+2 |
| | |||||
* | Autocomplete: Optimize element type checks for speed and size. | Scott González | 2013-02-05 | 1 | -18/+15 |
| | |||||
* | Update copyright year to 2013. | Scott González | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Append to closest .ui-front if available. | Scott González | 2012-12-14 | 1 | -4/+16 |
| | |||||
* | Autocomplete: Handle detached elements for appendTo after create. | Scott González | 2012-12-07 | 1 | -1/+1 |
| | |||||
* | Allow higher cyclomatic complexity in functions that sanely use switch ↵ | Scott González | 2012-12-06 | 1 | -0/+1 |
| | | | | statements. | ||||
* | Autocomplete: When appendTo is a jQuery object or a DOM element, don't ↵ | Scott González | 2012-11-28 | 1 | -1/+9 |
| | | | | search against the document. Fixes #8858 - Autocomplete: Fails when appendTo is detached from the DOM. | ||||
* | Autocomplete: Whitespace. | Scott González | 2012-11-19 | 1 | -1/+0 |
| | |||||
* | Updated all widgets to use proper data keys when getting plugin instances. | Scott González | 2012-11-09 | 1 | -1/+1 |
| | |||||
* | Removed bgiframe. | Scott González | 2012-10-26 | 1 | -4/+0 |
| | |||||
* | Autocomplete: Removed data fallback for item.autocomplete. Fixes #8156 - ↵ | Scott González | 2012-10-25 | 1 | -6/+2 |
| | | | | Autocomplete: Remove data fallbacks. | ||||
* | Widget: Bind the remove event to the element, not the .widget() element. | Scott González | 2012-10-24 | 1 | -1/+2 |
| | |||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Build: Upgrade to the latest Grunt and JSHint - Closes gh-786 | Mike Sherov | 2012-10-22 | 1 | -1/+1 |
| | |||||
* | Updated docs URLS. | Scott González | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Menu: If the active element no longer exists after a refresh, blur the menu. | Scott González | 2012-08-27 | 1 | -2/+0 |
| | |||||
* | Autocomplete: Fixed an invisible character tht lead to a failure of the ↵ | Pierre-Henri Ausseil | 2012-08-26 | 1 | -1/+1 |
| | | | | function. | ||||
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Fixed spacing. | Scott González | 2012-07-30 | 1 | -2/+2 |
| | |||||
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -1/+2 |
| | |||||
* | Autocomplete: More verbose checking for multi-line to work around IE ↵ | Scott González | 2012-06-25 | 1 | -1/+15 |
| | | | | treating inputs as contentEditable. | ||||
* | Autocomplete: Check for contenteditable via isContentEditable property ↵ | Scott González | 2012-06-25 | 1 | -1/+1 |
| | | | | rather than [contenteditable] selector. Properly accounts for properties vs. attributes and 'inherit'. | ||||
* | Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off. | Scott González | 2012-06-13 | 1 | -3/+3 |
| | |||||
* | Autocomplete: Remove left-over clearTimeout( this.closing ). | Scott González | 2012-05-24 | 1 | -1/+0 |
| | |||||
* | Autocomplete: We no longer need to remove aria attributes on destroy. | Scott González | 2012-05-23 | 1 | -4/+1 |
| | |||||
* | Autocomplete: Coding standards. | Scott González | 2012-05-18 | 1 | -17/+16 |
| | |||||
* | Autocomplete: Added check to prevent accidental focus of menu-item on page ↵ | kborchers | 2012-05-18 | 1 | -0/+16 |
| | | | | load in Firefox. Fixed #7024 - Autocomplete menu options are activated even if mouse is not moved. | ||||
* | Menu: Remove need to pass an event for next(), previous(), focus(). | Scott González | 2012-05-18 | 1 | -2/+2 |
| | |||||
* | Autocomplete: Update live region if focus event is canceled. Remove live ↵ | Scott González | 2012-05-16 | 1 | -10/+20 |
| | | | | region on destroy. | ||||
* | Autocomplete: ARIA live region as extension, adding a messages option. Fixes ↵ | Jörn Zaefferer | 2012-05-16 | 1 | -8/+40 |
| | | | | #7840 - Autocomplete: popup results not read by screen-readers | ||||
* | Autocomplete: Fixed context for handling async focus in IE; makes change ↵ | Scott González | 2012-05-10 | 1 | -2/+2 |
| | | | | event work properly in IE again. |