Scott González [Tue, 20 Jul 2010 19:13:54 +0000 (15:13 -0400)]
Autocomplete: Prevent the default behavior of pressing enter when the menu is open, even if no item is active. Partial fix for #5757 - Autocomplete combobox issues.
Scott González [Tue, 20 Jul 2010 18:35:54 +0000 (14:35 -0400)]
Autocomplete (combobox demo): Detect valid entries when typed, but not selected from menu. Fixes #5605 - Autocomplete combobox demo does not accept valid values.
Scott González [Tue, 20 Jul 2010 17:24:53 +0000 (13:24 -0400)]
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.
Scott González [Tue, 20 Jul 2010 15:47:34 +0000 (11:47 -0400)]
Autocompelte: Only run a search if the value has changed; switching from a blacklist of keys to ignore. Fixes #5716 - autocomplete triggered when field copied with ctrl-c.
Scott González [Mon, 19 Jul 2010 19:45:30 +0000 (15:45 -0400)]
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.
Scott González [Mon, 19 Jul 2010 15:51:05 +0000 (11:51 -0400)]
Menu: Only look for .ui-menu-item elements to determine if a menu item is the first or last element in the menu. Fixes #5528 - Autocomplete: Issue when try to navigate using up key by keyboard in IE6.
Scott González [Mon, 19 Jul 2010 13:41:21 +0000 (09:41 -0400)]
Autocomplete: Removed styling for .ui-autocomplete-loading from the theme - 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.
Scott González [Fri, 16 Jul 2010 20:57:04 +0000 (16:57 -0400)]
Dialog: Adjusted logic for finding the first tabbable element. Fixes #5767 - On open, the first tabbable element inside the dialog was never being focused in favor of the dialog container.
Sortable: Return an empty URL param for empty sortable lists. Fixed #5794 - sortable("serialize", {key: "foo[]"}) returns an empty string for an empty list
kobrigo [Wed, 16 Jun 2010 11:38:19 +0000 (04:38 -0700)]
argument shifting is not done correctly when the options argument is not supplied. the result is that the callback is not called. this fixes Ticket #5731 foooo
Use .children() instead of .find() to manipulate accordion icons. Fixes #4645 - Accordion should only manipulate Icons that are children of ui-accordion-header
Scott González [Wed, 14 Jul 2010 19:28:01 +0000 (15:28 -0400)]
Dialog: Verify that we get a string back from .attr( "title" ) before using the return value. Fixes #5742 - Form field with `name="title"` moved to title area.
Scott González [Tue, 6 Jul 2010 16:15:47 +0000 (12:15 -0400)]
Droppable: Adjust fit tolerance to allow dropping an element exactly the same size as the droppable area. Fixed #5689 - Droppable tolerance fit feature.
ALLPRO [Wed, 9 Jun 2010 21:06:53 +0000 (05:06 +0800)]
Resizable: Patched the alsoResize plugin to fix 2 critical bugs. Fixes #5694 - Invalid reference in UI Resizable hack for Opera. Fixes #5662/5695/3842 - When resizing from top or left edge, Dialog adds top/left CSS values to content element. Enhances Dialog - Allows dialog-content to have position:relative to 'contain' floated and positioned elements. Bug Demo for #5662 - http://layout.jquery-dev.net/samples/ui_dialog_bug.html
Richard D. Worth [Wed, 26 May 2010 19:08:37 +0000 (15:08 -0400)]
Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary and ui-button-text-icon-secondary classes. Fixed #5382 - Button: specifying only a secondary icon for the button widget locates the icon on the left
jzaefferer [Tue, 18 May 2010 12:57:02 +0000 (14:57 +0200)]
Prevent autocomplete-menu from closing when clicking 'slowly', eg. a long mousedown. Fix for #5405 - Autocomplete: select event not triggered when mousedown duration > blur timeout
jzaefferer [Sat, 15 May 2010 14:09:12 +0000 (16:09 +0200)]
Fixed visual test for Autocomplete to include select event. Test for #5405 Autocomplete: select event not triggered when mousedown duration > blur timeout
Jack Hsu [Wed, 12 May 2010 15:31:16 +0000 (23:31 +0800)]
Selectable: modified _mouseStart function to unselect event.target if the
Ctrl/Cmd key is pressed, and target is selected. Fixed #4293 - Ctrl + Click on
selected list item does not deselect
Jack Hsu [Wed, 12 May 2010 14:51:13 +0000 (22:51 +0800)]
Selectable: modified _mouseStart function to unselect event.target if the Ctrl/Cmd key is pressed, and target is selected. Fixed #4293 - Ctrl + Click on selected list item does not deselect