Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Update data naming for autocomplete. Backwards compatible for overrides of ↵ | Jörn Zaefferer | 2012-02-28 | 1 | -5/+10 |
| | | | | _renderItem. Partial fix for #7810 | ||||
* | Autocomplete: Removed the timeout for the change event. Fixes #7550 - ↵ | Scott González | 2012-02-16 | 1 | -12/+17 |
| | | | | | | Autocomplete change event not triggered in time. Thanks spekary for finding a workaround for IE. | ||||
* | Autocomplete: Fixed typo in comment. | Scott González | 2012-02-12 | 1 | -1/+1 |
| | | | | Thanks Jellyfrog. | ||||
* | Autocomplete: Cancel search when closing the menu. Fixes #7523 - ↵ | Scott González | 2012-02-11 | 1 | -1/+7 |
| | | | | Autocomplete cancel pending request when text changes below minLength. | ||||
* | Autocomplete: Set context for ajax requests instead of relying on default ↵ | Scott González | 2012-02-11 | 1 | -1/+3 |
| | | | | context. Fixes #7490 - Autocomplete fails when context option is set with ajaxSetup. | ||||
* | Menu: Change first() and last() to isFirstItem() and isLastItem() | kborchers | 2011-12-23 | 1 | -2/+2 |
| | |||||
* | Autocomplete: Don't invoke a search from arrow keys when the element can ↵ | meh-cfl | 2011-11-28 | 1 | -12/+14 |
| | | | | have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete. | ||||
* | Autocomplete: Making sure we do not show search menu after a blur. Fixed ↵ | Shannon | 2011-11-23 | 1 | -1/+3 |
| | | | | #7423 - Tab out of autocomplete with remote source can leave menu showing. | ||||
* | Widget: Remove method argument from _super and _superApply. Was a left-over ↵ | Jörn Zaefferer | 2011-11-18 | 1 | -1/+1 |
| | | | | from first implementation, not necessary anymore. | ||||
* | Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. ↵ | Scott González | 2011-10-25 | 1 | -1/+3 |
| | | | | Fixes #7513 - Autocomplete: long text wraps in Firefox. | ||||
* | Widget: Added window and document properties. Fixes #7801 - Widget: Add ↵ | Scott González | 2011-10-20 | 1 | -6/+5 |
| | | | | document and window properties. | ||||
* | Autocomplete: Re-enable native autocomplete whent he page is unloaded. Fixes ↵ | Scott González | 2011-10-17 | 1 | -0/+10 |
| | | | | #7790 - Autocomplete-enabled text input does not keep value when using back button in browser. | ||||
* | Autocomplete: Avoid handling keypress when keydown modified the search term. ↵ | Scott González | 2011-10-17 | 1 | -0/+14 |
| | | | | Fixes #7799 - Autocomplete regression - Cannot type '&' in IE and Chrome. | ||||
* | Autocomplete: Don't react to the escape key if the menu isn't open. Fixes ↵ | Scott González | 2011-10-12 | 1 | -2/+4 |
| | | | | #7579 - autocomplete overwrites input erroneously when user hits ESC before timeout expires. | ||||
* | Autocomplete: Added missing semicolon. | Scott González | 2011-10-12 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Use strict equality check. | Scott González | 2011-10-12 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Don't react to menu blurs. Fixes #7742 - Autocomplete: Blur ↵ | Scott González | 2011-10-12 | 1 | -8/+0 |
| | | | | should not change the value of the input. | ||||
* | Autocomplete: Fix stray reference to element.val(). | David Leal | 2011-10-01 | 1 | -1/+1 |
| |