]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
14 years agoAutocomplete: Removed selection handling in IE. No longer needed now that autocomplet...
Scott González [Thu, 22 Jul 2010 18:55:41 +0000 (14:55 -0400)]
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.

14 years agoCore: Better support for areas in :focusable and :tabbable selectors. Partial fix...
Scott González [Thu, 22 Jul 2010 14:33:42 +0000 (10:33 -0400)]
Core: Better support for areas in :focusable and :tabbable selectors. Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.

14 years agoCore: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fixes ...
Scott González [Thu, 22 Jul 2010 02:17:52 +0000 (22:17 -0400)]
Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). Fixes #5850 - .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight() setters.

14 years agoCore: Fixed :focusable and :tabbable selectors for to work with :hidden and :visibile...
Scott González [Thu, 22 Jul 2010 02:10:16 +0000 (22:10 -0400)]
Core: Fixed :focusable and :tabbable selectors for to work with :hidden and :visibile selectors in jQuery 1.3.2+. Still need to handle areas properly. Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2.

14 years agoAutocomplete: Fixed bad reference to ownerDocument.
Scott González [Wed, 21 Jul 2010 18:56:15 +0000 (14:56 -0400)]
Autocomplete: Fixed bad reference to ownerDocument.

14 years agoAutocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add appendTo option.
Scott González [Wed, 21 Jul 2010 18:54:20 +0000 (14:54 -0400)]
Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add appendTo option.

14 years agoCore: Removed tests for .attr() ARIA override since the override no longer exists.
Scott González [Wed, 21 Jul 2010 15:25:33 +0000 (11:25 -0400)]
Core: Removed tests for .attr() ARIA override since the override no longer exists.

14 years agoRevert "Dialog: Don't set specific dimensions on the overlay - let it expand based...
Scott González [Wed, 21 Jul 2010 12:01:06 +0000 (08:01 -0400)]
Revert "Dialog: Don't set specific dimensions on the overlay - let it expand based on 100% dimensions. Fixes #3623 - Opening a Modal Dialog shows a horizontal scroll bar."

This reverts commit b548d34e14421176be49d218f40feb18c5bc8f49.

14 years agoDialog: Don't set specific dimensions on the overlay - let it expand based on 100...
Scott González [Wed, 21 Jul 2010 02:05:05 +0000 (22:05 -0400)]
Dialog: Don't set specific dimensions on the overlay - let it expand based on 100% dimensions. Fixes #3623 - Opening a Modal Dialog shows a horizontal scroll bar.

14 years agoTabs: Added tests for select event.
Scott González [Wed, 21 Jul 2010 00:51:09 +0000 (20:51 -0400)]
Tabs: Added tests for select event.

14 years agoAccordion: Use this.headers instead of parsing the DOM to find headers when determini...
Scott González [Tue, 20 Jul 2010 20:13:44 +0000 (16:13 -0400)]
Accordion: Use this.headers instead of parsing the DOM to find headers when determining which panel is active. Fixes #5841 - Accordion active property inaccurate if nested accordion is present.

14 years agoAutocomplete: Prevent the default behavior of pressing enter when the menu is open...
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.

14 years agoAutocomplete (combobox demo): Set intial value of text field based on value of select...
Scott González [Tue, 20 Jul 2010 18:49:14 +0000 (14:49 -0400)]
Autocomplete (combobox demo): Set intial value of text field based on value of select element. Partial fix for #5757 - Autocomplete combobox issues.

14 years agoAutocomplete (combobox demo): Detect valid entries when typed, but not selected from...
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.

14 years agoAutcomplete: Refactored combobox demo.
Scott González [Tue, 20 Jul 2010 18:20:46 +0000 (14:20 -0400)]
Autcomplete: Refactored combobox demo.

14 years agoAutocomplete: Clear selectedItem property whenever the user types something. Also...
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.

14 years agoAutocomplet: refactored handling of menu's selected event.
Scott González [Tue, 20 Jul 2010 16:10:58 +0000 (12:10 -0400)]
Autocomplet: refactored handling of menu's selected event.

14 years agoAutocompelte: Only run a search if the value has changed; switching from a blacklist...
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.

14 years agoMerge remote branch 'origin/master'
jzaefferer [Tue, 20 Jul 2010 11:58:10 +0000 (13:58 +0200)]
Merge remote branch 'origin/master'

14 years agoAutocomplete: Added link to accent folding demo. Fixes #5219 - Autocomplete: Support...
Scott González [Tue, 20 Jul 2010 01:53:19 +0000 (21:53 -0400)]
Autocomplete: Added link to accent folding demo. Fixes #5219 - Autocomplete: Support for accent-folding.

14 years agoAutocomplete: Render items as text, not HTML. Fixes #5275 - suggestions are not html...
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.

14 years agoAutocompelte demos: Renamed the scrollable demo so the title fits on one line in...
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.

14 years agoAutocomplete: Don't update the value of the text field until after setting focus...
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.

14 years agoAutocomplete: Added demo of scrollable results. Fixes #5815 - Autocomplete: document...
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.

14 years agoAutocomplete demos: Added more programming languages and alphabetized.
Scott González [Mon, 19 Jul 2010 18:10:37 +0000 (14:10 -0400)]
Autocomplete demos: Added more programming languages and alphabetized.

14 years agoMenu: Only look for .ui-menu-item elements to determine if a menu item is the first...
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.

14 years agoMenu: float .ui-menu since all .ui-menu-item elements are floated. Fixes #5691 -...
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).

14 years agoAutocomplete: Moved all demo images into /demos/autocomplete/images.
Scott González [Mon, 19 Jul 2010 14:06:07 +0000 (10:06 -0400)]
Autocomplete: Moved all demo images into /demos/autocomplete/images.

14 years agoAutocomplete: Removed styling for .ui-autocomplete-loading from the theme - added...
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.

14 years agoAutocomplete: Added position option. Fixes #5153 - Autocomplete position option.
Scott González [Mon, 19 Jul 2010 13:28:04 +0000 (09:28 -0400)]
Autocomplete: Added position option. Fixes #5153 - Autocomplete position option.

14 years agoTabs: Fixed select method handling for index of -1.
Scott González [Sat, 17 Jul 2010 22:50:47 +0000 (18:50 -0400)]
Tabs: Fixed select method handling for index of -1.

14 years agoTabs: Updated tests.
Scott González [Sat, 17 Jul 2010 00:20:28 +0000 (20:20 -0400)]
Tabs: Updated tests.

14 years agoTabs: Fixed a broken commit for #3171.
Tiago Freire [Fri, 16 Jul 2010 21:10:57 +0000 (18:10 -0300)]
Tabs: Fixed a broken commit for #3171.

14 years agoDialog: Adjusted logic for finding the first tabbable element. Fixes #5767 - On open...
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.

14 years agoSortable: Return an empty URL param for empty sortable lists. Fixed #5794 - sortable...
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

14 years agoAutocomplete: Use .outerWidth() for determining the size of the menu. Fixes #5832...
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.

14 years agoDatepicker: Fixed pt-BR translation. Fixes #5363 - Error in datepicker translation...
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.

14 years agoButton performance test: Don't use alert().
Scott González [Fri, 16 Jul 2010 17:45:26 +0000 (10:45 -0700)]
Button performance test: Don't use alert().

14 years agoAccordion: Use .addClass() instead of .toggleClass() during init so the classes can...
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.

14 years agoTabs: Added ability to reference tabs by href. Fixes #3171 - have option to remove...
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.

14 years agoButton performance test: Added alert for time to initialize.
Scott González [Fri, 16 Jul 2010 15:53:37 +0000 (11:53 -0400)]
Button performance test: Added alert for time to initialize.

14 years agoButton: Restrict DOM querying to labels. Fixes #5810 - Buttonset and applet error.
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.

14 years agoDialog: Removed CSS rules for button styling - let the button plugin handling that...
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.

14 years agoargument shifting is not done correctly when the options argument is not supplied...
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

14 years agoFixed argument shifting for effects. Fixes #5731 - hide and show called with ommiting...
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.

14 years agoClass animation demos: Don't chain id and class selectors together in CSS since IE6...
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.

14 years agoDialog: Fixed whitespace.
Scott González [Fri, 16 Jul 2010 12:54:50 +0000 (08:54 -0400)]
Dialog: Fixed whitespace.

14 years agoDialog: Fixed tests for position option.
Scott González [Fri, 16 Jul 2010 12:50:40 +0000 (08:50 -0400)]
Dialog: Fixed tests for position option.

14 years agoadded empty test for containment by array option
JustinMacCarthy [Thu, 15 Jul 2010 17:16:07 +0000 (01:16 +0800)]
added empty test for containment by array option

14 years agoWidget: Deep extend options when creating a new plugin. Fixes #5830 - Widget: Using...
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.

14 years agoUse .children() instead of .find() to manipulate accordion icons. Fixes #4645 - Accor...
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

14 years agoUpdated test for default position option: Reference using-implementation, as QUnit...
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

14 years agoMerge branch 'master' of github.com:jquery/jquery-ui
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

14 years agoDialog: 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.

14 years agoDialog: 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.

14 years agoDialog: allow setting position with ui.position arguments. Fixes #5459 - Dialog:...
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

14 years agoAll CSS: Added header comments. Fixes #5825 - Add header info to all CSS files.
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.

14 years agoAll: Added http://jqueryui.com/about to header comments.
Scott González [Wed, 14 Jul 2010 19:45:45 +0000 (15:45 -0400)]
All: Added http://jqueryui.com/about to header comments.

14 years agoDialog: Verify that we get a string back from .attr( "title" ) before using the retur...
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.

14 years agoDialog: Add positioning for content div. Fixes #4319 - Accordion overflow breaks...
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.

14 years agoAdd support for multiple events, along with hoverintent demo. Fixes #3614 - Accordion...
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

14 years agoAccordion: Remove zoom on anchors. Fixes #4662 - Accordion: Long links create line...
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.

14 years agoAccordion: Add disabled class to headers and panels to fix styling in IE. Fixes ...
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.

14 years agoAccordion: Default accordion to 100% width. Fixes #4615 - Accordion display problems...
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.

14 years agoAccordion: Animate padding when only showing/hiding a single panel. Fixes #5540 ...
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.

14 years agoAll: Define a local undefined variable inside the main closure.
Scott González [Tue, 13 Jul 2010 13:57:58 +0000 (09:57 -0400)]
All: Define a local undefined variable inside the main closure.

14 years agoAccordion: Fixed resize method for autoHeight. Fixes #5406 - autoHeight resize not...
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.

14 years agoAccordion: Don't handle hover/focus when disabled. Fixes #5330 - Accordion headers...
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.

14 years agoAccordion: Prevent the navigation filter from finding multiple elements. Fixes #4889...
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.

14 years agoDialog: add resize call when changing button options for correct height adjustment...
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

14 years agoMerge branch 'master' of github.com:jquery/jquery-ui
Scott González [Fri, 9 Jul 2010 13:02:03 +0000 (09:02 -0400)]
Merge branch 'master' of github.com:jquery/jquery-ui

14 years agoUpdated copyright headers to make it clear that you can choose between MIT and GPLv2...
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.

14 years agoCore (widget): don't pass DOM objects to $.fn.add. Fixes #5743 ($.fn.remove does...
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)

14 years agoDialog: Fixed reference to bgiframe.
Scott González [Thu, 8 Jul 2010 13:02:56 +0000 (09:02 -0400)]
Dialog: Fixed reference to bgiframe.

14 years agoWhitespace
Scott González [Wed, 7 Jul 2010 13:56:18 +0000 (09:56 -0400)]
Whitespace

14 years agoWhitespace
Scott González [Wed, 7 Jul 2010 13:51:42 +0000 (09:51 -0400)]
Whitespace

14 years agoDroppable: Adjust fit tolerance to allow dropping an element exactly the same size...
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.

14 years agoSlider: Removed redundant call _normValueFromMouse. Fixed #5796 - Slider: Redundant...
tzkuei [Mon, 5 Jul 2010 21:50:44 +0000 (05:50 +0800)]
Slider: Removed redundant call _normValueFromMouse. Fixed #5796 - Slider: Redundant call to _normValueFromMouse

14 years agoAutocomplete: Updated escapeRegex utility based on http://xregexp.com/xregexp.js
jzaefferer [Mon, 5 Jul 2010 08:05:00 +0000 (10:05 +0200)]
Autocomplete: Updated escapeRegex utility based on http://xregexp.com/xregexp.js

14 years agoResizable: Adding missing variable initialization. Fixes #5694 - Invalid reference...
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.

14 years agoAutocomplete: Update cursor position in multiple demos in IE. Fixes #5761 - Autocompl...
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

14 years agoBuild: rename themes zip file and embedded folder. Fixed #5670 - Build: themes zip...
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

14 years agoBuild: Include folders for themes and googlecdn builds. Fixed #5759 Build: all zips...
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

14 years agoBuild: Remove googlecdn target from default target, as that requires themes-target...
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

14 years agoDialog demo: Remove reference to obsolete overlay option.
Scott González [Tue, 15 Jun 2010 02:42:59 +0000 (19:42 -0700)]
Dialog demo: Remove reference to obsolete overlay option.

14 years agoChanged comparison to highlight selected date, fixes #5676 (DatePicker Dialog default...
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)

14 years agoResizable: Add missing var declaration to new _reset function/subroutine.
Kevin Dalman [Thu, 10 Jun 2010 00:03:26 +0000 (08:03 +0800)]
Resizable: Add missing var declaration to new _reset function/subroutine.

14 years agoResizable: Patched the alsoResize plugin to fix 2 critical bugs. Fixes #5694 - Invali...
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

14 years agoBuild: create themes.zip as part of themes-download target
jzaefferer [Mon, 31 May 2010 13:48:10 +0000 (15:48 +0200)]
Build: create themes.zip as part of themes-download target

14 years agoBuild: Download docs directly to dist folder
jzaefferer [Mon, 31 May 2010 13:23:30 +0000 (15:23 +0200)]
Build: Download docs directly to dist folder

14 years agoBuild: Finished themes-download target
jzaefferer [Mon, 31 May 2010 12:41:02 +0000 (14:41 +0200)]
Build: Finished themes-download target

14 years agoDatepicker: Added visual test for #5676 - DatePicker Dialog defaultDate incorrect...
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

14 years agoBuild: automate theme downloading, first draft
jzaefferer [Fri, 28 May 2010 15:17:18 +0000 (17:17 +0200)]
Build: automate theme downloading, first draft

14 years agoSelectable: moved position absolute and z-index to css. Fixed #4475 - Selectable...
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

14 years agoButton: Removed ui-button-text-icon class. Added ui-button-text-icon-primary and...
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

14 years agoVisual test for #5382 - Button: specifying only a secondary icon for the button widge...
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

14 years agoDraggable, Resizable: ticket: #5335 - visual test
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

14 years agoDraggable, Resizable: ticket: #5335 - visual test
Carl Fürstenberg [Sat, 22 May 2010 20:51:54 +0000 (04:51 +0800)]
Draggable, Resizable: ticket: #5335 - visual test

14 years agoUpdating the master version to 1.9pre
Richard D. Worth [Thu, 20 May 2010 11:08:26 +0000 (07:08 -0400)]
Updating the master version to 1.9pre

14 years agoTagging the 1.8.2 release. 1.8.2
Richard D. Worth [Thu, 20 May 2010 11:07:52 +0000 (07:07 -0400)]
Tagging the 1.8.2 release.