Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Autocomplete: Remove uses of self var; use new APIs or that var. | Scott González | 2012-05-09 | 1 | -126/+120 |
| | |||||
* | Autocomplete: Prevent the default action on escape when the menu is open. ↵ | Scott González | 2012-04-30 | 1 | -0/+4 |
| | | | | Fixes #8282 - Double escape clear IE form, continue Ticket #7643. | ||||
* | Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix ↵ | Jörn Zaefferer | 2012-04-04 | 1 | -5/+5 |
| | | | | lint in those remaining | ||||
* | Autocomplete: Move race condition logic from ajax requests to general ↵ | Scott González | 2012-04-03 | 1 | -18/+20 |
| | | | | response handler. Fixes #8234 - Autocomplete: Automatic race-condition handling for custom sources. | ||||
* | Autocomplete: Add header protection which was accidentally removed. | Scott González | 2012-04-03 | 1 | -1/+1 |
| | |||||
* | Lint fixes. | Scott González | 2012-04-02 | 1 | -4/+4 |
| | |||||
* | A few lint fixes. | Scott González | 2012-04-02 | 1 | -2/+2 |
| | |||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. | ||||
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Add removal TODOs for #7810 | Jörn Zaefferer | 2012-03-01 | 1 | -2/+4 |
| |