]>
source.dussan.org Git - jquery-ui.git/log
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 19:35:47 +0000 (15:35 -0400)]
Autocompelte demos: Renamed the scrollable demo so the title fits on one line in the sidebar.
Scott González [Mon, 19 Jul 2010 18:36:40 +0000 (14:36 -0400)]
Autocomplete: Don't update the value of the text field until after setting focus. Fixes #5639 - Cursor jumps to beginning on select.
Scott González [Mon, 19 Jul 2010 18:17:44 +0000 (14:17 -0400)]
Autocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: document and demo a scrolling menu.
Scott González [Mon, 19 Jul 2010 18:10:37 +0000 (14:10 -0400)]
Autocomplete demos: Added more programming languages and alphabetized.
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 15:22:32 +0000 (11:22 -0400)]
Menu: float .ui-menu since all .ui-menu-item elements are floated. Fixes #5691 - wrong menu size calculation in webkit browsers (Autocomplete).
Scott González [Mon, 19 Jul 2010 14:06:07 +0000 (10:06 -0400)]
Autocomplete: Moved all demo images into /demos/autocomplete/images.
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 [Mon, 19 Jul 2010 13:28:04 +0000 (09:28 -0400)]
Autocomplete: Added position option. Fixes #5153 - Autocomplete position option.
Scott González [Sat, 17 Jul 2010 22:50:47 +0000 (18:50 -0400)]
Tabs: Fixed select method handling for index of -1.
Scott González [Sat, 17 Jul 2010 00:20:28 +0000 (20:20 -0400)]
Tabs: Updated tests.
Tiago Freire [Fri, 16 Jul 2010 21:10:57 +0000 (18:10 -0300)]
Tabs: Fixed a broken commit for #3171.
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.
Holger Rüprich [Sun, 4 Jul 2010 22:29:09 +0000 (06:29 +0800)]
Sortable: Return an empty URL param for empty sortable lists. Fixed #5794 - sortable("serialize", {key: "foo[]"}) returns an empty string for an empty list
Scott González [Fri, 16 Jul 2010 18:12:06 +0000 (14:12 -0400)]
Autocomplete: Use .outerWidth() for determining the size of the menu. Fixes #5832 - Autocomplete: menu has incorrect width.
Diego [Thu, 10 Jun 2010 15:01:56 +0000 (12:01 -0300)]
Datepicker: Fixed pt-BR translation. Fixes #5363 - Error in datepicker translation for pt-BR.
Scott González [Fri, 16 Jul 2010 17:45:26 +0000 (10:45 -0700)]
Button performance test: Don't use alert().
Scott González [Fri, 16 Jul 2010 17:40:11 +0000 (13:40 -0400)]
Accordion: Use .addClass() instead of .toggleClass() during init so the classes can be added by the user.
Tiago Freire [Fri, 16 Jul 2010 16:37:54 +0000 (13:37 -0300)]
Tabs: Added ability to reference tabs by href. Fixes #3171 - have option to remove tab by href content, not just by index.
Scott González [Fri, 16 Jul 2010 15:53:37 +0000 (11:53 -0400)]
Button performance test: Added alert for time to initialize.
Scott González [Fri, 16 Jul 2010 15:48:40 +0000 (11:48 -0400)]
Button: Restrict DOM querying to labels. Fixes #5810 - Buttonset and applet error.
Scott González [Fri, 16 Jul 2010 15:20:40 +0000 (11:20 -0400)]
Dialog: Removed CSS rules for button styling - let the button plugin handling that. Fixes #5779 - Themeroller - size inconsistency with button widgets and dialog box buttons.
kobrigo [Wed, 16 Jun 2010 11:38:19 +0000 (04:38 -0700)]
Fixed argument shifting for effects. Fixes #5731 - hide and show called with ommiting the options in parameters does not call the callback.
Scott González [Fri, 16 Jul 2010 13:37:31 +0000 (09:37 -0400)]
Class animation demos: Don't chain id and class selectors together in CSS since IE6 doesn't understand chained rules.
Scott González [Fri, 16 Jul 2010 12:54:50 +0000 (08:54 -0400)]
Dialog: Fixed whitespace.
Scott González [Fri, 16 Jul 2010 12:50:40 +0000 (08:50 -0400)]
Dialog: Fixed tests for position option.
JustinMacCarthy [Thu, 15 Jul 2010 17:16:07 +0000 (01:16 +0800)]
added empty test for containment by array option
Scott González [Thu, 15 Jul 2010 14:26:00 +0000 (10:26 -0400)]
Widget: Deep extend options when creating a new plugin. Fixes #5830 - Widget: Using inheritance overwrites the base classes options.
jzaefferer [Thu, 15 Jul 2010 07:51:20 +0000 (09:51 +0200)]
Use .children() instead of .find() to manipulate accordion icons. Fixes #4645 - Accordion should only manipulate Icons that are children of ui-accordion-header
jzaefferer [Thu, 15 Jul 2010 07:31:36 +0000 (09:31 +0200)]
Updated test for default position option: Reference using-implementation, as QUnit compares functions only by reference
Scott González [Wed, 14 Jul 2010 20:45:54 +0000 (16:45 -0400)]
Merge branch 'master' of github.com:jquery/jquery-ui
Conflicts:
tests/unit/dialog/dialog_defaults.js
Scott González [Wed, 14 Jul 2010 20:38:16 +0000 (16:38 -0400)]
Dialog: Updated test for default position option. QUnit still fails the test though.
Scott González [Wed, 14 Jul 2010 20:38:16 +0000 (16:38 -0400)]
Dialog: Updated test for default position option. QUnit still fails the test though.
Ben Hollis [Sun, 6 Jun 2010 22:00:49 +0000 (15:00 -0700)]
Dialog: allow setting position with ui.position arguments. Fixes #5459 - Dialog: expose .position() API
Scott González [Wed, 14 Jul 2010 19:55:54 +0000 (15:55 -0400)]
All CSS: Added header comments. Fixes #5825 - Add header info to all CSS files.
Scott González [Wed, 14 Jul 2010 19:45:45 +0000 (15:45 -0400)]
All: Added http://jqueryui.com/about to header comments.
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 [Wed, 14 Jul 2010 17:47:06 +0000 (13:47 -0400)]
Dialog: Add positioning for content div. Fixes #4319 - Accordion overflow breaks when displayed inside a dialog on Internet Explorer.
jzaefferer [Wed, 14 Jul 2010 17:39:29 +0000 (19:39 +0200)]
Add support for multiple events, along with hoverintent demo. Fixes #3614 - Accordion: support multiple events being set at the same time
Scott González [Wed, 14 Jul 2010 17:23:54 +0000 (13:23 -0400)]
Accordion: Remove zoom on anchors. Fixes #4662 - Accordion: Long links create line breaks in IE.
Scott González [Wed, 14 Jul 2010 15:00:28 +0000 (11:00 -0400)]
Accordion: Add disabled class to headers and panels to fix styling in IE. Fixes #5332 - Accordion: Disabled accordion doesn't look disabled in IE.
Scott González [Wed, 14 Jul 2010 13:19:32 +0000 (09:19 -0400)]
Accordion: Default accordion to 100% width. Fixes #4615 - Accordion display problems in IE6/7 on panel close.
Scott González [Wed, 14 Jul 2010 12:29:58 +0000 (08:29 -0400)]
Accordion: Animate padding when only showing/hiding a single panel. Fixes #5540 - Accordion: Jumpy animation when opening a panel after closing all.
Scott González [Tue, 13 Jul 2010 13:57:58 +0000 (09:57 -0400)]
All: Define a local undefined variable inside the main closure.
Scott González [Tue, 13 Jul 2010 13:40:46 +0000 (09:40 -0400)]
Accordion: Fixed resize method for autoHeight. Fixes #5406 - autoHeight resize not working.
Scott González [Tue, 13 Jul 2010 13:10:43 +0000 (09:10 -0400)]
Accordion: Don't handle hover/focus when disabled. Fixes #5330 - Accordion headers still show rollover when disabled.
Scott González [Tue, 13 Jul 2010 12:51:37 +0000 (08:51 -0400)]
Accordion: Prevent the navigation filter from finding multiple elements. Fixes #4889 - Navigation parameter can open multiple sections.
Jon Palmer [Sat, 10 Jul 2010 15:41:33 +0000 (23:41 +0800)]
Dialog: add resize call when changing button options for correct height adjustment. Fixes remaining issues in #4846 - Setting Dialog height shorter after init hides button pane
Scott González [Fri, 9 Jul 2010 13:02:03 +0000 (09:02 -0400)]
Merge branch 'master' of github.com:jquery/jquery-ui
Scott González [Fri, 9 Jul 2010 13:01:04 +0000 (09:01 -0400)]
Updated copyright headers to make it clear that you can choose between MIT and GPLv2. Also added a link to http://jquery.org/license.
Samuel Cormier-Iijima [Thu, 8 Jul 2010 15:36:48 +0000 (23:36 +0800)]
Core (widget): don't pass DOM objects to $.fn.add. Fixes #5743 ($.fn.remove does not trigger remove event for <select>s)
Scott González [Thu, 8 Jul 2010 13:02:56 +0000 (09:02 -0400)]
Dialog: Fixed reference to bgiframe.
Scott González [Wed, 7 Jul 2010 13:56:18 +0000 (09:56 -0400)]
Whitespace
Scott González [Wed, 7 Jul 2010 13:51:42 +0000 (09:51 -0400)]
Whitespace
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.
tzkuei [Mon, 5 Jul 2010 21:50:44 +0000 (05:50 +0800)]
Slider: Removed redundant call _normValueFromMouse. Fixed #5796 - Slider: Redundant call to _normValueFromMouse
jzaefferer [Mon, 5 Jul 2010 08:05:00 +0000 (10:05 +0200)]
Autocomplete: Updated escapeRegex utility based on http://xregexp.com/xregexp.js
eXtreme [Fri, 25 Jun 2010 15:27:43 +0000 (23:27 +0800)]
Resizable: Adding missing variable initialization. Fixes #5694 - Invalid reference in UI Resizable hack for Opera.
jzaefferer [Wed, 23 Jun 2010 14:44:11 +0000 (16:44 +0200)]
Autocomplete: Update cursor position in multiple demos in IE. Fixes #5761 - Autocomplete: multiple demos need extra IE handling for cursor position
jzaefferer [Wed, 23 Jun 2010 14:24:54 +0000 (16:24 +0200)]
Build: rename themes zip file and embedded folder. Fixed #5670 - Build: themes zip named incorrectly
jzaefferer [Wed, 23 Jun 2010 13:21:17 +0000 (15:21 +0200)]
Build: Include folders for themes and googlecdn builds. Fixed #5759 Build: all zips should contain folder at root named same as zip
jzaefferer [Wed, 23 Jun 2010 13:09:53 +0000 (15:09 +0200)]
Build: Remove googlecdn target from default target, as that requires themes-target to run first, which requires updated downloadbuilder
Scott González [Tue, 15 Jun 2010 02:42:59 +0000 (19:42 -0700)]
Dialog demo: Remove reference to obsolete overlay option.
Alberto Fernández Capel [Sun, 13 Jun 2010 11:00:04 +0000 (19:00 +0800)]
Changed comparison to highlight selected date, fixes #5676 (DatePicker Dialog defaultDate incorrect behaviour)
Kevin Dalman [Thu, 10 Jun 2010 00:03:26 +0000 (08:03 +0800)]
Resizable: Add missing var declaration to new _reset function/subroutine.
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
jzaefferer [Mon, 31 May 2010 13:48:10 +0000 (15:48 +0200)]
Build: create themes.zip as part of themes-download target
jzaefferer [Mon, 31 May 2010 13:23:30 +0000 (15:23 +0200)]
Build: Download docs directly to dist folder
jzaefferer [Mon, 31 May 2010 12:41:02 +0000 (14:41 +0200)]
Build: Finished themes-download target
Richard D. Worth [Sun, 30 May 2010 09:06:17 +0000 (05:06 -0400)]
Datepicker: Added visual test for #5676 - DatePicker Dialog defaultDate incorrect behaviour
jzaefferer [Fri, 28 May 2010 15:17:18 +0000 (17:17 +0200)]
Build: automate theme downloading, first draft
Richard D. Worth [Wed, 26 May 2010 22:42:24 +0000 (18:42 -0400)]
Selectable: moved position absolute and z-index to css. Fixed #4475 - Selectable helper has z-index hard coded
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 [Wed, 26 May 2010 16:28:31 +0000 (18:28 +0200)]
Visual test for #5382 - Button: specifying only a secondary icon for the button widget locates the icon on the left
Carl Fürstenberg [Sat, 22 May 2010 20:51:54 +0000 (04:51 +0800)]
Draggable, Resizable: ticket: #5335 - visual test
reduced test to the relevant parts, also fix things pointed out by
rdworth
Carl Fürstenberg [Sat, 22 May 2010 20:51:54 +0000 (04:51 +0800)]
Draggable, Resizable: ticket: #5335 - visual test
Richard D. Worth [Thu, 20 May 2010 11:08:26 +0000 (07:08 -0400)]
Updating the master version to 1.9pre
Richard D. Worth [Thu, 20 May 2010 11:07:52 +0000 (07:07 -0400)]
Tagging the 1.8.2 release.
Scott González [Thu, 20 May 2010 00:33:23 +0000 (20:33 -0400)]
Core: Better detection of when core is loaded twice. Fixes #5636 - Load ui.position before ui.core couse ui.core not execute.
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
Scott González [Tue, 18 May 2010 00:48:07 +0000 (20:48 -0400)]
Tabs: Removed instances of " .. + (++ .." to avoid a minification bug in closure compiler. Fixes #5576 - invalid increment operand.
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
adam j. sontag [Thu, 13 May 2010 14:40:35 +0000 (22:40 +0800)]
Selectable: Creation of helper must conform with style guide.
adam j. sontag [Wed, 12 May 2010 06:32:14 +0000 (14:32 +0800)]
Selectable: Add default CSS for ui-selectable-helper to CSS framework to allow user override. Fixes #5607 - Selectable has helper css hardcoded in JS
Paul Irish [Wed, 12 May 2010 15:48:29 +0000 (23:48 +0800)]
Datepicker: cleaning up the datepicker open transition. fixed #5609 - Datepicker: change default opening animation to fadeIn
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
Richard D. Worth [Tue, 11 May 2010 12:36:56 +0000 (08:36 -0400)]
Slider: trim to max and min on UP DOWN LEFT RIGHT. Fixed #5591 - Slider: can go outside min and max with keyboard
Richard D. Worth [Tue, 11 May 2010 12:30:22 +0000 (08:30 -0400)]
Datepicker: i18n Polish changed yy-mm-dd to dd.mm.yy. Fixed #5522 - Wrong date format for polish regional
Richard D. Worth [Tue, 11 May 2010 12:17:18 +0000 (08:17 -0400)]
Slider: fixed step alignment to handle negative fractional values. Fixed #5583 - Slider displays negative fractional values incorrectly. Thanks for the patch watanabe.
Richard D. Worth [Tue, 11 May 2010 11:31:48 +0000 (07:31 -0400)]
Slider: trim value to min and max when page_up or page_down is pressed. Fixed #5591 - Slider: can go below its defined minimum with PageDown
Richard D. Worth [Tue, 11 May 2010 09:23:38 +0000 (05:23 -0400)]
Datepicker: i18n SK changed firstDay to 1 instead of 0. Fixed #5600 - Datepicker localization SK. Thanks borsuk
dominiquevincent [Sun, 9 May 2010 18:25:12 +0000 (02:25 +0800)]
Tabs: unit test to verify that number of panels is equal to number of tabs.
Ticket #5069 - tabs: ui.tabs.add creates two tab panels when using a full URL
Signed-off-by: dominiquevincent <dominique.vincent@toitl.com>
carhartl [Wed, 21 Apr 2010 19:31:29 +0000 (03:31 +0800)]
added tests for disabled property
ornicar [Wed, 5 May 2010 08:43:03 +0000 (16:43 +0800)]
Fix 'this.options is undefined' in sortable by using this instead of self
Richard D. Worth [Wed, 5 May 2010 03:11:06 +0000 (23:11 -0400)]
Datepicker: avoid ambiguous + ++ in min file. Partial fix for #5576 - invalid increment operand
paulirish [Fri, 30 Apr 2010 00:28:56 +0000 (08:28 +0800)]
more inline widgets and variations added to theme test page
Scott González [Fri, 30 Apr 2010 01:38:23 +0000 (21:38 -0400)]
Remove previous text/icon classes when updating buttons.
Fixes #5567 - button text, hide then show again.
Ralph Whitbeck [Thu, 29 Apr 2010 03:00:56 +0000 (11:00 +0800)]
Updated Show/Hide/Toggle demos since they don't support the Transfer effect. Transfer was removed.