Commit Graph

104 Commits

Author SHA1 Message Date
Scott González
5405a821b9 Autocomplete cache demo: Let the widget handle request synchronization. Fixes #8616 - Remote autocomplete example can leave pending request tracking out of sync. 2012-10-02 10:21:52 -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
3e3d4308d7 Revert "Autocomplete: make categories work again (follow-up)"
This reverts commit db9a015485.
2012-05-24 15:01:09 -04:00
Felix Nagel
db9a015485 Autocomplete: make categories work again (follow-up) 2012-05-24 19:58:09 +02:00
Scott González
85639bf0fa Autocomplete: Update live region if focus event is canceled. Remove live region on destroy. 2012-05-16 09:43:49 -04:00
Jörn Zaefferer
f4b2d7a411 Autocomplete: ARIA live region as extension, adding a messages option. Fixes #7840 - Autocomplete: popup results not read by screen-readers 2012-05-16 11:55:12 +02: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
4253c78a46 Autocomplete delete: Adjust styles. 2012-05-08 15:28:47 -04:00
Scott González
c974d0fc69 Autocomplete combobox demo: Define this.wrapper for use inside destroy(). 2012-04-28 16:07:17 -04:00
Jörn Zaefferer
878eb54a14 Fix various issues in our html files, first batch 2012-04-23 18:29:35 +02: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
8a972f5cce Autocomplete: Whitespace. 2011-05-27 08:35:18 -04:00
Scott González
be7da0239a Autocomplete demos: Coding standards. 2011-05-27 08:32:48 -04:00
Scott González
bd9dfb59e9 Autocomplete scrollable demo: Added missing menu dependency. 2011-05-11 08:24:16 -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
gnarf
51482a9d65 Demos: PHP Strict mode compliance and use parse_json() for JSON encoding. Fixes #5124 - Ensure all PHP scripts for demos/tests properly escape/filter input data. 2011-01-10 20:20:14 -05:00
jzaefferer
74ddb3061e Cleanup bad earlier merge. 2010-12-28 15:31:14 +01: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
4637695894 Autocomplete multiple demos: Don't leave the field when tabbing while the menu is open. Fixes #6661 - Autocomplete: Tab on multiple Autocomplete should not change focus after selecting. 2010-11-19 16:17:52 -05:00
Phillip Barnes
ff4154bb5d Lossless compression of all non-theme images using ImageOptim 2010-11-19 14:27:18 -05:00
Scott González
fce1f97f76 Upgraded jQuery to 1.4.4. 2010-11-12 09:19:26 -05:00
Scott González
53215ded4a Autocomplete (maxheight demo): Add padding to account for vertical scrollbar. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7. 2010-11-04 08:36:09 -04:00
Scott González
5431a4553a Autocomplete: Prevent horizontal scrollbars in maxheight demo. Fixes #6250 - Autocomplete: horizontal scrollbar on IE7. 2010-11-02 13:51:29 -04: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
4400632f53 Autocomplete: Improved cache demo. 2010-08-27 12:47:19 -04:00
Scott González
860635fd17 Autocomplete: Removed selection handling in IE. No longer needed now that autocomplete ensures that the cursor is placed at the end of the field on select. 2010-07-22 14:55:41 -04: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