Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 12 | -12/+12 |
| | |||||
* | Autocomplete combobox demo: Add combobox-specific classes for styling. Fixes ↵ | Scott González | 2012-05-14 | 1 | -4/+4 |
| | | | | | | | | | | #8322 - Autocomplete: Combobox demo should not override .ui-button styles. (cherry picked from commit 1b19121189356879ca39a19ba241a04ff4786b62) Conflicts: demos/autocomplete/combobox.html | ||||
* | Autocomplete combobox demo: Define this.wrapper for use inside destroy(). | Scott González | 2012-05-07 | 1 | -1/+1 |
| | | | | (cherry picked from commit c974d0fc69849d9e7854a532da01f00587d04527) | ||||
* | Autocomplete combobox demo: Fixed styling of button. Fixed #8242 - ↵ | Scott González | 2012-04-07 | 1 | -12/+32 |
| | | | | | | | | | | Autocomplete combobox button has vertical offset relatively to input field (Opera 11.62). Fixed #8243 - Autocomplete combobox button has smaller height than input field (Firefox 11.0). (cherry picked from commit 218bd47ecd8066e51d58c1df8fdbf3fa05fac26c) Conflicts: demos/autocomplete/combobox.html | ||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 12 | -12/+12 |
| | |||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 12 | -12/+12 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 12 | -12/+12 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 12 | -12/+12 |
| | |||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-08-01 | 12 | -12/+12 |
| | |||||
* | jQuery 1.6 support. | Scott González | 2011-07-29 | 3 | -3/+3 |
| | |||||
* | Autocomplete (combobox demo): Blur the button on click to avoid a bug. | Scott González | 2011-04-04 | 1 | -0/+3 |
| | | | | | Thanks tyron. (cherry picked from commit 401c91418ce855b706756bdf804346d3a0d95132) | ||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 12 | -12/+12 |
| | |||||
* | Autocomplete (Combobox demo): Set the button type to button to prevent form ↵ | Mario Visic | 2010-12-16 | 1 | -1/+1 |
| | | | | submission. Fixes #6755 - Autocomplete: The combobox "show all" button submits forms. | ||||
* | Autocomplete combobox demo: Reset the internal term property when an invalid ↵ | Scott González | 2010-11-30 | 1 | -0/+1 |
| | | | | selection is made. Fixes #6695 - Autocomplete combobox example does not show suggestion on second try. | ||||
* | Combobox: Added a destroy method. Fixes #6685 - Combobox: Doesn't handle ↵ | Scott González | 2010-11-23 | 1 | -2/+9 |
| | | | | destroy. | ||||
* | Autocomplete: Use the text of the option, not the value when checking for ↵ | Scott González | 2010-11-19 | 1 | -1/+1 |
| | | | | valid values. Fixes #6673 - Autocomplete combobox is not working in IE if value and name is different. | ||||
* | Autocomplete multiple demos: Don't leave the field when tabbing while the ↵ | Scott González | 2010-11-19 | 2 | -50/+66 |
| | | | | menu is open. Fixes #6661 - Autocomplete: Tab on multiple Autocomplete should not change focus after selecting. | ||||
* | Lossless compression of all non-theme images using ImageOptim | Phillip Barnes | 2010-11-19 | 5 | -0/+0 |
| | |||||
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 12 | -12/+12 |
| | |||||
* | Autocomplete (maxheight demo): Add padding to account for vertical ↵ | Scott González | 2010-11-04 | 1 | -0/+3 |
| | | | | scrollbar. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7. | ||||
* | Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - ↵ | Scott González | 2010-11-02 | 1 | -0/+1 |
| | | | | Autocomplete: horizontal scrollbar on IE7. | ||||
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 12 | -12/+12 |
| | |||||
* | Demos: Cleanup. | Scott González | 2010-09-09 | 13 | -23/+23 |
| | |||||
* | Autocomplete demos: Coding standards. | Scott González | 2010-09-09 | 13 | -297/+350 |
| | |||||
* | Autocomplete: Combobox demo cleanup | jzaefferer | 2010-08-29 | 1 | -2/+0 |
| | |||||
* | Autocomplete: Improved cache demo. | Scott González | 2010-08-27 | 1 | -10/+9 |
| | |||||
* | Autocomplete: Removed selection handling in IE. No longer needed now that ↵ | Scott González | 2010-07-22 | 2 | -14/+0 |
| | | | | autocomplete ensures that the cursor is placed at the end of the field on select. | ||||
* | Autocomplete (combobox demo): Set intial value of text field based on value ↵ | Scott González | 2010-07-20 | 1 | -1/+4 |
| | | | | of select element. Partial fix for #5757 - Autocomplete combobox issues. | ||||
* | Autocomplete (combobox demo): Detect valid entries when typed, but not ↵ | Scott González | 2010-07-20 | 1 | -5/+15 |
| | | | | selected from menu. Fixes #5605 - Autocomplete combobox demo does not accept valid values. | ||||
* | Autcomplete: Refactored combobox demo. | Scott González | 2010-07-20 | 1 | -50/+60 |
| | |||||
* | Autocomplete: Clear selectedItem property whenever the user types something. ↵ | Scott González | 2010-07-20 | 1 | -0/+1 |
| | | | | Also updated combobox to clear the select element when clearing the text element. Fixes #5453 - Autocomplete: combobox demo doesn't remove invalid values. | ||||
* | Autocomplete: Added link to accent folding demo. Fixes #5219 - Autocomplete: ↵ | Scott González | 2010-07-19 | 1 | -0/+1 |
| | | | | Support for accent-folding. | ||||
* | Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are ↵ | Scott González | 2010-07-19 | 2 | -2/+8 |
| | | | | | | not html-encoded. As noted in the ticket, it's probably better to default to unstyled items to prevent problems. Users can still implement their own rendering method as shown in the custom data and display demo. | ||||
* | Autocompelte demos: Renamed the scrollable demo so the title fits on one ↵ | Scott González | 2010-07-19 | 1 | -1/+1 |
| | | | | line in the sidebar. | ||||
* | Autocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: ↵ | Scott González | 2010-07-19 | 2 | -0/+53 |
| | | | | document and demo a scrolling menu. | ||||
* | Autocomplete demos: Added more programming languages and alphabetized. | Scott González | 2010-07-19 | 3 | -15/+24 |
| | |||||
* | Autocomplete: Moved all demo images into /demos/autocomplete/images. | Scott González | 2010-07-19 | 11 | -7/+7 |
| | |||||
* | Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - ↵ | Scott González | 2010-07-19 | 5 | -0/+15 |
| | | | | | | added to individual demos. Fixes #5385 - Autocomplete: Inconsistent default styling while loading results. We will need to undo this change when ThemeRoller supports generating loading images. | ||||
* | Autocomplete: Update cursor position in multiple demos in IE. Fixes #5761 - ↵ | jzaefferer | 2010-06-23 | 2 | -0/+14 |
| | | | | Autocomplete: multiple demos need extra IE handling for cursor position | ||||
* | Autocomplete: Changed cache demo to cache all results. | Scott González | 2010-04-23 | 1 | -25/+8 |
| | | | | Fixes #5398 - Remote-with-cache demo does not break if (cache.term == request.term) but executes another request. | ||||
* | Autocomplete: Added demo for accent folding. | Scott González | 2010-04-21 | 1 | -0/+64 |
| | | | | Proof of concept for #5219 - Autocomplete: Support for accent-folding. | ||||
* | Autocomplete: Added custom rendering for custom data demo. | Scott González | 2010-04-21 | 1 | -1/+7 |
| | |||||
* | Autocomplete: Fixed href to multiple-remote dmeo in index | jzaefferer | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Refactored code for array filtering into ↵ | jzaefferer | 2010-04-16 | 4 | -18/+87 |
| | | | | $.ui.autocomplete.filter, used by remote-with-cache and modified multiple-demo (now with local data); added multiple-remote to also show multiple with remote data | ||||
* | Autocomplete: code improvements for multiple demo | jzaefferer | 2010-04-15 | 1 | -4/+4 |
| | |||||
* | Autocomplete: multiple demo added | jzaefferer | 2010-04-15 | 2 | -0/+76 |
| | |||||
* | Autocomplete: Combobox demo update, fixed mustMatch with corrected change ↵ | jzaefferer | 2010-04-08 | 1 | -7/+12 |
| | | | | event, also added button for toggling the hidden select and an empty-value option. Fixes #5453 | ||||
* | Autocomplete: Change demo title in index.file to fit it in one line | unknown | 2010-04-06 | 1 | -1/+1 |
| | |||||
* | Added link to categories-demo to autocomplete demos index. Still need to ↵ | Jörn Zaefferer | 2010-04-05 | 1 | -0/+1 |
| | | | | move the menu-overrides from that demo back to menu (is there a ticket?). | ||||
* | Autocomplete: Use $.ui.autocomplete.escapeRegex in combobox demo; Fixes ↵ | jzaefferer | 2010-03-26 | 1 | -1/+1 |
| | | | | #5436 Autocomplete: use $.ui.autocomplete.escapeRegex in combox demo |