TJ VanToll
ebd5f13027
Autocomplete: Updated reference in combobox demo. Fixed #9157 - Combobox demo does not show Items
2013-03-16 11:02:57 -04:00
Scott González
c1d04def42
Autocomplete demo (Combobox): Split code into smaller functions.
2013-02-22 17:13:16 -05:00
Scott González
5546e76354
Autocomplete demo (Combobox): Rename selected event to select.
2013-02-22 17:13:16 -05:00
Scott González
ba96cb4772
Autocomplete demo (Combobox): Don't highlight term matches. Fixes #9086 - Autocomplete: Incorrect escaping in combobox demo.
2013-02-22 17:13:16 -05:00
Bruno M. Custódio
b440979ba6
Updating 'jQuery' to 1.9.1.
2013-02-05 13:47:59 +00:00
Kris Borchers
34409e7ddd
Updating to jQuery 1.9.0
2013-01-17 00:28:41 -06:00
Scott González
f6e99d2021
Autocomplete: Combobox demo - Collapse menu when clicking button.
2012-12-13 16:55:14 -05:00
Scott González
f2854408cc
Tooltip: Escape the title attribute so that it's treated as text and not HTML. Fixes #8861 - Tooltip: XSS vulnerability in default content.
2012-11-27 11:21:33 -05:00
Scott González
5fee6fd500
Autocomplete demo: Combobox: Encode search term inside tooltips. Fixes #8859 - Autocomplete: XSS in combobox demo.
2012-11-27 10:52:40 -05:00
Scott González
f0c203a9a0
Autocomplete demo: Combobox cleanup.
2012-11-26 16:13:21 -05:00
Scott González
fb6119e182
Upgrade jQuery to 1.8.3.
2012-11-14 15:22:01 -05:00
Scott González
9202bb7df5
Autocomplete: Removed data fallback for item.autocomplete. Fixes #8156 - Autocomplete: Remove data fallbacks.
2012-10-25 06:47:19 -04:00
Scott González
a638acb583
Upgrade jQuery to 1.8.2.
2012-09-20 21:41:47 -04:00
Scott González
303f20e1b3
Demos: Cleanup.
2012-09-10 11:33:46 -04:00
Scott González
1e6b2b2298
Upgrade jQuery to 1.8.0.
2012-08-13 09:19:09 -04:00
Scott González
1b19121189
Autocomplete combobox demo: Add combobox-specific classes for styling. Fixes #8322 - Autocomplete: Combobox demo should not override .ui-button styles.
2012-05-14 21:38:30 -04:00
Scott González
c974d0fc69
Autocomplete combobox demo: Define this.wrapper for use inside destroy().
2012-04-28 16:07:17 -04:00
Scott González
218bd47ecd
Autocomplete combobox demo: Fixed styling of button. Fixed #8242 - 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).
2012-04-07 20:37:12 -04:00
Scott González
89ff5c5232
Upgrade jQuery to 1.7.2.
2012-03-22 09:45:22 -04:00
Scott González
4f909c50ba
Demos, Tests: Remove use 'that' instead of 'self'. Partial fix for #5404 - remove uses of 'var self = this;'
2012-02-12 09:14:36 -05:00
Scott González
54fb1441fe
Upgrade jQuery to 1.7.1.
2011-11-22 08:43:09 -05:00
Scott González
50dab05784
Upgrade jQuery to 1.7.
2011-11-09 10:18:33 -05:00
Scott González
efe964d86e
Upgraded jQuery to 1.6.4.
2011-10-18 09:38:27 -04:00
Scott González
daadc343be
Upgrade jQuery to 1.6.2.
2011-07-25 11:46:45 -04:00
Scott González
be7da0239a
Autocomplete demos: Coding standards.
2011-05-27 08:32:48 -04:00
Jörn Zaefferer
309ca08f72
Combobox demo: Fix padding on input for alignment with button. Fixes #6729 - Combobox: Incorrect button size
2011-05-10 17:33:32 +02:00
Jörn Zaefferer
fe0d252c07
Combobox demo: Set tooltip class via option
2011-05-10 17:27:55 +02:00
Kato Kazuyoshi
9e26291164
Autocomplete: Validate input when you close by menu by clicking. Fixed #7197 - Combobox: not valid value is set.
2011-05-07 08:40:38 +09:00
Scott González
401c91418c
Autocomplete (combobox demo): Blur the button on click to avoid a bug.
...
Thanks tyron.
2011-04-04 08:54:09 -04:00
Richard Worth
593799d6e3
Switched to latest stable jQuery 1.5.1
2011-03-02 20:49:20 -05:00
jzaefferer
260a6447d3
Autocomplete: Update combobox menu to point out limits and link to
...
explaining it.
2011-02-25 23:09:58 +01:00
Scott González
723e0d6b6e
Autocomplete demo (combobox): Fixed tooltips and clearing of select on invalid entry.
2011-01-10 22:47:30 -05:00
jzaefferer
0479ab6af6
Merge remote branch 'origin/tooltip'
...
Conflicts:
demos/autocomplete/combobox.html
demos/index.html
tests/unit/index.html
2010-12-22 18:58:57 +01:00
jzaefferer
3552947c19
Merge remote branch 'origin/menu'
...
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
2010-12-22 18:31:27 +01:00
Mario Visic
cf48a3c5c8
Autocomplete (Combobox demo): Set the button type to button to prevent form submission. Fixes #6755 - Autocomplete: The combobox "show all" button submits forms.
2010-12-16 07:59:37 -05:00
Scott González
ddb4694cc1
Autocomplete combobox demo: Reset the internal term property when an invalid selection is made. Fixes #6695 - Autocomplete combobox example does not show suggestion on second try.
2010-11-30 17:55:29 -05:00
Scott González
d97add11b0
Combobox: Added a destroy method. Fixes #6685 - Combobox: Doesn't handle destroy.
2010-11-23 08:22:40 -05:00
Scott González
ddf59462af
Autocomplete: Use the text of the option, not the value when checking for valid values. Fixes #6673 - Autocomplete combobox is not working in IE if value and name is different.
2010-11-19 16:28:02 -05:00
Scott González
fce1f97f76
Upgraded jQuery to 1.4.4.
2010-11-12 09:19:26 -05:00
Scott González
19f9c3a559
Upgraded jQuery to 1.4.3.
2010-10-21 22:29:28 -04:00
Scott González
eba3067479
Demos: Cleanup.
2010-09-09 22:33:28 -04:00
Scott González
df932bbba3
Autocomplete demos: Coding standards.
2010-09-09 22:33:28 -04:00
jzaefferer
1b4019a233
Autocomplete: Combobox demo cleanup
2010-08-29 11:31:03 +02:00
Scott González
123467af8e
Autocomplete (combobox demo): Set intial value of text field based on value of select element. Partial fix for #5757 - Autocomplete combobox issues.
2010-07-20 14:49:14 -04:00
Scott González
5d1e297640
Autocomplete (combobox demo): Detect valid entries when typed, but not selected from menu. Fixes #5605 - Autocomplete combobox demo does not accept valid values.
2010-07-20 14:35:54 -04:00
Scott González
ba091650ff
Autcomplete: Refactored combobox demo.
2010-07-20 14:20:46 -04:00
Scott González
c2c09e8953
Autocomplete: Clear selectedItem property whenever the user types something. Also updated combobox to clear the select element when clearing the text element. Fixes #5453 - Autocomplete: combobox demo doesn't remove invalid values.
2010-07-20 13:24:53 -04:00
Scott González
1f2cfb942f
Autocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are 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.
2010-07-19 15:45:30 -04:00
Scott González
44daca1cfa
Autocomplete demos: Added more programming languages and alphabetized.
2010-07-19 14:10:37 -04:00
jzaefferer
17f8079bc2
Menu: Extracted menu code from autocomplete, updated all dependencies
2010-04-21 21:01:08 +02:00