Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autocomplete: quiet jslint | Richard Worth | 2010-03-11 | 1 | -17/+21 |
| | |||||
* | Autocomplete: Resize menu on every suggestion. | Scott González | 2010-03-11 | 1 | -3/+4 |
| | |||||
* | Autocomplete: Append menu to body and reset z-index on every suggestion. | Scott González | 2010-03-11 | 1 | -4/+7 |
| | | | | Fixes #5271. | ||||
* | Fixed #5305 - Autocomplete: open event should trigger after the menu is ↵ | Richard Worth | 2010-03-08 | 1 | -1/+1 |
| | | | | opened since the name is not 'beforeopen' | ||||
* | Autocomplete: search against label instead of value when both are provided. | Scott González | 2010-02-27 | 1 | -1/+1 |
| | | | | | | Fixes #5237 - Array matching behaviour of autocomplete should match on label before value. Thanks Simon Cusack. | ||||
* | Autocomplete: Fixed class removal in .destroy(). | Scott González | 2010-02-23 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Reposition menu every time it opens. | Scott González | 2010-02-23 | 1 | -7/+6 |
| | | | | Fixes #5217 - Autocomplete in Dialog is posiitoned incorrectly in 1.8 RC2. | ||||
* | Autocomplete: Added a "ui-autocomplete-input" class to the text field. | Scott González | 2010-02-20 | 1 | -0/+1 |
| | | | | Fixes #5198 - Autocomplete: class needed on input element. | ||||
* | Autocomplete: Deactivate menu on close. | Scott González | 2010-02-20 | 1 | -2/+3 |
| | | | | Fixes #5205 - Autocomplete: blur causes last active menu item to be selected. | ||||
* | Autocomplete: Fixed bug with bgiframe usage. | Scott González | 2010-02-18 | 1 | -1/+1 |
| | | | | | | Fixes #5196 - Autocomplete: "menu is not defined" error when using with bgiframe. Thanks Demphest | ||||
* | Another partial fix for #5188 - add ui-menu-item class only to list items ↵ | Jörn Zaefferer | 2010-02-16 | 1 | -1/+1 |
| | | | | with anchor-children | ||||
* | Fix for #5188 along with a half-functional demo (buggy keyboard navigation) | Jörn Zaefferer | 2010-02-16 | 1 | -3/+8 |
| | |||||
* | Fixed missing variable in menu's refresh method. | Scott González | 2010-02-12 | 1 | -1/+3 |
| | |||||
* | Autocomplete: Fix for #5154 - cleanup | Jörn Zaefferer | 2010-02-10 | 1 | -3/+0 |
| | |||||
* | Autocomplete: Fix for #5154 | Jörn Zaefferer | 2010-02-10 | 1 | -0/+1 |
| | |||||
* | Autocomplete: Fix for #5154 | Jörn Zaefferer | 2010-02-10 | 1 | -0/+4 |
| | |||||
* | Autocomplete: Split out logic for rendering individual items. | Scott González | 2010-02-08 | 1 | -5/+10 |
| | |||||
* | Autocomplete: Fixed a few places that got missed during the change to always ↵ | Scott González | 2010-02-08 | 1 | -7/+4 |
| | | | | | | keep the menu element around. Fixes a bug where opening the menu using the arrow keys would cycle through the options, but not show the menu. There's now a bug where you have to arrow too many times to get into the menu when showing the menu by using the arrow keys. | ||||
* | cleaning up dependency listings | Jörn Zaefferer | 2010-02-03 | 1 | -0/+1 |
| | |||||
* | create-html-elements convention | Jörn Zaefferer | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | Fix for #5120 - create menu only once and return that element from the ↵ | Jörn Zaefferer | 2010-02-02 | 1 | -51/+51 |
| | | | | widget method, put ui-autocomplete class on menu | ||||
* | Autocomplete: Turned off collision detection. | Scott González | 2010-01-30 | 1 | -1/+2 |
| | | | | Fixes #5114 - Autocomplete: Turn off collision detection for menu. | ||||
* | Autocomplete: Removed CSS framework classes from text field. We can add them ↵ | Scott González | 2010-01-28 | 1 | -1/+1 |
| | | | | back in when we have full support for form elements. | ||||
* | Happy New Year | Richard Worth | 2010-01-20 | 1 | -2/+2 |
| | |||||
* | Autocomplete: conform to coding standards. | Scott González | 2010-01-17 | 1 | -104/+106 |
| | |||||
* | Autocomplete: Use bgiframe on the menu if it's available. | Scott González | 2010-01-17 | 1 | -0/+3 |
| | |||||
* | Autocomplete: Set the z-index of the menu to be above the text field. | Scott González | 2010-01-17 | 1 | -0/+1 |
| | |||||
* | Widget factory: Changed _create to _init. | Scott González | 2010-01-15 | 1 | -2/+2 |
| | | | | Partial fix for #5064 - Widget: make multiple instantiation more useful. | ||||
* | Copied autocomplete from dev branch. | Scott González | 2010-01-14 | 1 | -0/+445 |