Commit Graph

60 Commits

Author SHA1 Message Date
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
jzaefferer
e7882fa393 Use tooltip to display hint when combobox input doesn't match anything 2010-04-08 23:41:49 +02:00
jzaefferer
ffc29bba05 Autocomplete: Combobox demo update, fixed mustMatch with corrected change event, also added button for toggling the hidden select and an empty-value option. Fixes #5453 2010-04-08 12:07:45 +02:00
jzaefferer
56a3d4cbff Autocomplete: Use $.ui.autocomplete.escapeRegex in combobox demo; Fixes #5436 Autocomplete: use $.ui.autocomplete.escapeRegex in combox demo 2010-03-26 10:59:34 -04:00
jzaefferer
678844ed8c Combobox demo: Improved styling and added a title to the button, to avoid having   in the tooltip 2010-03-20 22:04:35 +01:00
Scott González
1899cca942 Autocomplete: Combobox demo - don't use position plugin to place the button next to the text field.
Fixes #5338 - autocomplete combobox look weird in opera 10.50.
2010-03-20 16:57:37 -04:00
Richard Worth
2a7fc816ee autocomplete: combobox demo: tweaked padding to be more consistent across browsers 2010-03-15 20:32:02 +00:00