aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete
Commit message (Collapse)AuthorAgeFilesLines
* Autocomplete combobox demo: Fixed styling of button. Fixed #8242 - ↵Scott González2012-04-071-13/+25
| | | | 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).
* Upgrade jQuery to 1.7.2.Scott González2012-03-2212-12/+12
|
* Demos, Tests: Remove use 'that' instead of 'self'. Partial fix for #5404 - ↵Scott González2012-02-122-4/+4
| | | | remove uses of 'var self = this;'
* Upgrade jQuery to 1.7.1.Scott González2011-11-2212-12/+12
|
* Upgrade jQuery to 1.7.Scott González2011-11-0912-12/+12
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-1812-12/+12
|
* Upgrade jQuery to 1.6.2.Scott González2011-07-2512-12/+12
|
* Autocomplete: Whitespace.Scott González2011-05-271-0/+2
|
* Autocomplete demos: Coding standards.Scott González2011-05-2711-27/+42
|
* Autocomplete scrollable demo: Added missing menu dependency.Scott González2011-05-111-0/+1
|
* Combobox demo: Fix padding on input for alignment with button. Fixes #6729 - ↵Jörn Zaefferer2011-05-101-1/+1
| | | | Combobox: Incorrect button size
* Combobox demo: Set tooltip class via optionJörn Zaefferer2011-05-101-4/+3
|
* Autocomplete: Validate input when you close by menu by clicking. Fixed #7197 ↵Kato Kazuyoshi2011-05-071-24/+29
| | | | - Combobox: not valid value is set.
* Autocomplete (combobox demo): Blur the button on click to avoid a bug.Scott González2011-04-041-0/+3
| | | | Thanks tyron.
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-0212-12/+12
|
* Autocomplete: Update combobox menu to point out limits and link tojzaefferer2011-02-251-0/+1
| | | | explaining it.
* Autocomplete demo (combobox): Fixed tooltips and clearing of select on ↵Scott González2011-01-101-9/+19
| | | | invalid entry.
* Demos: PHP Strict mode compliance and use parse_json() for JSON encoding. ↵gnarf2011-01-101-60/+8
| | | | Fixes #5124 - Ensure all PHP scripts for demos/tests properly escape/filter input data.
* Cleanup bad earlier merge.jzaefferer2010-12-281-1/+0
|
* Merge remote branch 'origin/tooltip'jzaefferer2010-12-221-2/+11
|\ | | | | | | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html
| * Merge commit '1.8.1' into tooltipjzaefferer2010-04-216-5/+220
| |\
| * | Use tooltip to display hint when combobox input doesn't match anythingjzaefferer2010-04-081-3/+15
| | |
* | | Merge remote branch 'origin/menu'jzaefferer2010-12-2211-0/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/autocomplete/categories.html demos/autocomplete/combobox.html demos/autocomplete/custom-data.html demos/autocomplete/default.html demos/autocomplete/folding.html demos/autocomplete/multiple-remote.html demos/autocomplete/multiple.html demos/autocomplete/remote-jsonp.html demos/autocomplete/remote-with-cache.html demos/autocomplete/remote.html demos/autocomplete/xml.html demos/button/splitbutton.html demos/index.html tests/visual/menu/nested.html themes/base/jquery.ui.autocomplete.css ui/jquery.ui.autocomplete.js
| * | | Menu: Extracted menu code from autocomplete, updated all dependenciesjzaefferer2010-04-2111-0/+11
| | |/ | |/|
* | | Autocomplete (Combobox demo): Set the button type to button to prevent form ↵Mario Visic2010-12-161-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ález2010-11-301-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ález2010-11-231-2/+9
| | | | | | | | | | | | destroy.
* | | Autocomplete: Use the text of the option, not the value when checking for ↵Scott González2010-11-191-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ález2010-11-192-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 ImageOptimPhillip Barnes2010-11-195-0/+0
| | |
* | | Upgraded jQuery to 1.4.4.Scott González2010-11-1212-12/+12
| | |
* | | Autocomplete (maxheight demo): Add padding to account for vertical ↵Scott González2010-11-041-0/+3
| | | | | | | | | | | | scrollbar. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7.
* | | Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - ↵Scott González2010-11-021-0/+1
| | | | | | | | | | | | Autocomplete: horizontal scrollbar on IE7.
* | | Upgraded jQuery to 1.4.3.Scott González2010-10-2112-12/+12
| | |
* | | Demos: Cleanup.Scott González2010-09-0913-23/+23
| | |
* | | Autocomplete demos: Coding standards.Scott González2010-09-0913-297/+350
| | |
* | | Autocomplete: Combobox demo cleanupjzaefferer2010-08-291-2/+0
| | |
* | | Autocomplete: Improved cache demo.Scott González2010-08-271-10/+9
| | |
* | | Autocomplete: Removed selection handling in IE. No longer needed now that ↵Scott González2010-07-222-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ález2010-07-201-1/+4
| | | | | | | | | | | | of select element. Partial fix for #5757 - Autocomplete combobox issues.
* | | Autocomplete (combobox demo): Detect valid entries when typed, but not ↵Scott González2010-07-201-5/+15
| | | | | | | | | | | | selected from menu. Fixes #5605 - Autocomplete combobox demo does not accept valid values.
* | | Autcomplete: Refactored combobox demo.Scott González2010-07-201-50/+60
| | |
* | | Autocomplete: Clear selectedItem property whenever the user types something. ↵Scott González2010-07-201-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ález2010-07-191-0/+1
| | | | | | | | | | | | Support for accent-folding.
* | | Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are ↵Scott González2010-07-192-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ález2010-07-191-1/+1
| | | | | | | | | | | | line in the sidebar.
* | | Autocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: ↵Scott González2010-07-192-0/+53
| | | | | | | | | | | | document and demo a scrolling menu.
* | | Autocomplete demos: Added more programming languages and alphabetized.Scott González2010-07-193-15/+24
| | |
* | | Autocomplete: Moved all demo images into /demos/autocomplete/images.Scott González2010-07-1911-7/+7
| | |
* | | Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - ↵Scott González2010-07-195-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.