]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
14 years agoAutocomplete: Deactivate menu on close.
Scott González [Sat, 20 Feb 2010 01:32:55 +0000 (01:32 +0000)]
Autocomplete: Deactivate menu on close.

Fixes #5205 - Autocomplete: blur causes last active menu item to be selected.

14 years agoDraggable: Don't try to stack if there are no elements in the stacking group.
Scott González [Thu, 18 Feb 2010 04:46:59 +0000 (04:46 +0000)]
Draggable: Don't try to stack if there are no elements in the stacking group.

Fixes #5191 - Draggable: stack option can throw error.

14 years agoEffects: Properly normalizing arguments for named speeds.
Scott González [Thu, 18 Feb 2010 04:40:39 +0000 (04:40 +0000)]
Effects: Properly normalizing arguments for named speeds.

Fixes #5192 - 1.8rc2 Toggle speed issue.

14 years agoButtons: Removed the logic for triggering click events on checkboxes and radio button...
Scott González [Thu, 18 Feb 2010 02:43:23 +0000 (02:43 +0000)]
Buttons: Removed the logic for triggering click events on checkboxes and radio buttons. This logic was actually causing the opposite functionality from what we wanted.

Fixes #5195 - .buttonset() prevents change event from being catchable.

14 years agoButton: Added missing semicolons;
Scott González [Thu, 18 Feb 2010 01:45:23 +0000 (01:45 +0000)]
Button: Added missing semicolons;

14 years agoAutocomplete: Fixed bug with bgiframe usage.
Scott González [Thu, 18 Feb 2010 01:23:45 +0000 (01:23 +0000)]
Autocomplete: Fixed bug with bgiframe usage.

Fixes #5196 - Autocomplete: "menu is not defined" error when using with bgiframe.

Thanks Demphest

14 years agoDialog: Overlays are now cached for reuse with subsequent dialogs (Fixed #5185: ...
Brant Burnett [Wed, 17 Feb 2010 16:22:19 +0000 (16:22 +0000)]
Dialog: Overlays are now cached for reuse with subsequent dialogs (Fixed #5185: .ui-widget-overlay CSS selector causes consistent large memory leak in IE)

14 years agono delay need for local data
Jörn Zaefferer [Wed, 17 Feb 2010 09:24:01 +0000 (09:24 +0000)]
no delay need for local data

14 years agoAutocomplete categories demo: Simplified styling.
Scott González [Wed, 17 Feb 2010 03:40:01 +0000 (03:40 +0000)]
Autocomplete categories demo: Simplified styling.

14 years agoAutocomplete categories demo: Removed custom jQuery methods and tweaked the category...
Scott González [Wed, 17 Feb 2010 03:28:18 +0000 (03:28 +0000)]
Autocomplete categories demo: Removed custom jQuery methods and tweaked the category styling.

14 years agoAutocomplete demo: Added styling to the categories.
Scott González [Wed, 17 Feb 2010 02:08:43 +0000 (02:08 +0000)]
Autocomplete demo: Added styling to the categories.

14 years agoWorking categorized autocomplete demo.
Scott González [Wed, 17 Feb 2010 01:56:01 +0000 (01:56 +0000)]
Working categorized autocomplete demo.

14 years agoAnother partial fix for #5188 - add ui-menu-item class only to list items with anchor...
Jörn Zaefferer [Tue, 16 Feb 2010 16:34:06 +0000 (16:34 +0000)]
Another partial fix for #5188 - add ui-menu-item class only to list items with anchor-children

14 years agoFix for #5188 along with a half-functional demo (buggy keyboard navigation)
Jörn Zaefferer [Tue, 16 Feb 2010 16:20:05 +0000 (16:20 +0000)]
Fix for #5188 along with a half-functional demo (buggy keyboard navigation)

14 years agoMissed change in build script for #5163 - css files renamed to be consistent with...
Richard Worth [Tue, 16 Feb 2010 12:36:43 +0000 (12:36 +0000)]
Missed change in build script for #5163 - css files renamed to be consistent with js file renames in 1.8a1

14 years agoset trunk version to 1.8pre
Richard Worth [Tue, 16 Feb 2010 12:01:37 +0000 (12:01 +0000)]
set trunk version to 1.8pre

14 years agoset trunk version to 1.8rc2 1.8rc2
Richard Worth [Tue, 16 Feb 2010 12:00:41 +0000 (12:00 +0000)]
set trunk version to 1.8rc2

14 years agoFixed #5182 - Update to jQuery 1.4.2
Richard Worth [Tue, 16 Feb 2010 02:39:57 +0000 (02:39 +0000)]
Fixed #5182 - Update to jQuery 1.4.2

14 years agoDialog: Update the internal flag for whether or not the dialog is open before trigger...
Scott González [Tue, 16 Feb 2010 02:13:38 +0000 (02:13 +0000)]
Dialog: Update the internal flag for whether or not the dialog is open before triggering the close event.

Fixes #5184 - isOpen in dialogclose event is true.

14 years agofixed #5163 - themes: css files need to be renamed to be consistent with js file...
Richard Worth [Tue, 16 Feb 2010 01:38:23 +0000 (01:38 +0000)]
fixed #5163 - themes: css files need to be renamed to be consistent with js file renames in 1.8a1

14 years agoFixed #5178 - Slider's change event fires on slide
Richard Worth [Mon, 15 Feb 2010 14:34:42 +0000 (14:34 +0000)]
Fixed #5178 - Slider's change event fires on slide

14 years agoPosition: Conform to coding standards.
Scott González [Sun, 14 Feb 2010 18:15:32 +0000 (18:15 +0000)]
Position: Conform to coding standards.

14 years agoDraggable: Don't recalculate the relative offset during drag. I couldn't reproduce...
Scott González [Sun, 14 Feb 2010 05:09:29 +0000 (05:09 +0000)]
Draggable: Don't recalculate the relative offset during drag. I couldn't reproduce the issues described in the comments for this code.

Fixes #4824 - draggable broken on inline elements in webkit browsers

14 years agoFixed missing variable in menu's refresh method.
Scott González [Fri, 12 Feb 2010 21:17:00 +0000 (21:17 +0000)]
Fixed missing variable in menu's refresh method.

14 years agoAutocomplete: Fix for #5154 - cleanup
Jörn Zaefferer [Wed, 10 Feb 2010 15:09:19 +0000 (15:09 +0000)]
Autocomplete: Fix for #5154 - cleanup

14 years agoAutocomplete: Fix for #5154
Jörn Zaefferer [Wed, 10 Feb 2010 15:08:27 +0000 (15:08 +0000)]
Autocomplete: Fix for #5154

14 years agoAutocomplete: Fix for #5154
Jörn Zaefferer [Wed, 10 Feb 2010 15:05:35 +0000 (15:05 +0000)]
Autocomplete: Fix for #5154

14 years agodatepicker: fixes #4443: Datepicker's vertical position in thickbox. This also fixes...
Ca-Phun Ung [Tue, 9 Feb 2010 04:09:26 +0000 (04:09 +0000)]
datepicker: fixes #4443: Datepicker's vertical position in thickbox. This also fixes the virtual position when the datepicker is close but not right at the bottom of the page.

14 years agoUnit Tests: Added autocomplete and button to list of tests.
Scott González [Mon, 8 Feb 2010 02:10:25 +0000 (02:10 +0000)]
Unit Tests: Added autocomplete and button to list of tests.

Fixes #5149 - Button is missing on unit test index page.

14 years agoAutocomplete: Split out logic for rendering individual items.
Scott González [Mon, 8 Feb 2010 01:31:10 +0000 (01:31 +0000)]
Autocomplete: Split out logic for rendering individual items.

14 years agoAutocomplete: Fixed a few places that got missed during the change to always keep...
Scott González [Mon, 8 Feb 2010 01:17:04 +0000 (01:17 +0000)]
Autocomplete: Fixed a few places that got missed during the change to always keep the menu element around.

Fixes a bug where opening the menu using the arrow keys would cycle through the options, but not show the menu. There's now a bug where you have to arrow too many times to get into the menu when showing the menu by using the arrow keys.

14 years agoProgressbar: Conform to coding standards.
Scott González [Sun, 7 Feb 2010 03:40:13 +0000 (03:40 +0000)]
Progressbar: Conform to coding standards.

14 years agoDatepicker: Separate month and year unless both are drop-downs
Keith Wood [Sat, 6 Feb 2010 23:14:40 +0000 (23:14 +0000)]
Datepicker: Separate month and year unless both are drop-downs

14 years agoDatepicker: Fixed #5128 Datepicker opens when setDate called
Keith Wood [Sat, 6 Feb 2010 23:07:00 +0000 (23:07 +0000)]
Datepicker: Fixed #5128 Datepicker opens when setDate called

14 years agoRemoved extra semicolon.
Scott González [Sat, 6 Feb 2010 03:56:24 +0000 (03:56 +0000)]
Removed extra semicolon.

14 years agoTabs: Fixed selected tab detection.
Scott González [Sat, 6 Feb 2010 03:27:09 +0000 (03:27 +0000)]
Tabs: Fixed selected tab detection.

Fixes #5122 - Bug in ui.tabs.

Thanks th3br41n.

14 years agoWidget: Fixed a problem with the .remove() proxy.
Scott González [Sat, 6 Feb 2010 02:12:41 +0000 (02:12 +0000)]
Widget: Fixed a problem with the .remove() proxy.

Fixes #5143 - .remove() proxy doesn't work properly.

14 years agoDialog: Prevent the titlebar from displaying above the top of the document.
Scott González [Sat, 6 Feb 2010 02:02:03 +0000 (02:02 +0000)]
Dialog: Prevent the titlebar from displaying above the top of the document.

Fixes #5141 - Position of Dialog is off the page when viewport is smaller then dialog.

14 years agoSlider: added missing comma.
Scott González [Fri, 5 Feb 2010 14:19:19 +0000 (14:19 +0000)]
Slider: added missing comma.

14 years agoFixed event prefix in all plugins that don't use the default prefix.
Scott González [Fri, 5 Feb 2010 03:03:50 +0000 (03:03 +0000)]
Fixed event prefix in all plugins that don't use the default prefix.

Fixes #5134 - Events not being triggered for drag and drop.

14 years agoSlider demo: Don't change default values.
Scott González [Fri, 5 Feb 2010 02:30:48 +0000 (02:30 +0000)]
Slider demo: Don't change default values.

Fixes #5131 - Slider demos need options reset before loading next demo.

14 years agoDraggable: Don't adjust offsets for fixed position elements in Safari 4.
Scott González [Thu, 4 Feb 2010 21:52:20 +0000 (21:52 +0000)]
Draggable: Don't adjust offsets for fixed position elements in Safari 4.

Fixes #4631 - Draggable: Fixed positions include wrong scroll offset in Safari 4.

14 years agocleaning up dependency listings
Jörn Zaefferer [Wed, 3 Feb 2010 23:30:37 +0000 (23:30 +0000)]
cleaning up dependency listings

14 years agocleaning up dependency listings
Jörn Zaefferer [Wed, 3 Feb 2010 23:19:48 +0000 (23:19 +0000)]
cleaning up dependency listings

14 years agoresizable method destroy: put unwrapped original element in wrapper's place instead...
Richard Worth [Wed, 3 Feb 2010 01:22:02 +0000 (01:22 +0000)]
resizable method destroy: put unwrapped original element in wrapper's place instead of at the end of wrapper's parent. Fixes #4940 - resizable('destroy') moves images to end of parent element

14 years agocreate-html-elements convention
Jörn Zaefferer [Tue, 2 Feb 2010 14:22:04 +0000 (14:22 +0000)]
create-html-elements convention

14 years agoFix for #5120 - create menu only once and return that element from the widget method...
Jörn Zaefferer [Tue, 2 Feb 2010 14:04:50 +0000 (14:04 +0000)]
Fix for #5120 - create menu only once and return that element from the widget method, put ui-autocomplete class on menu

14 years agoDatepicker: No longer dependent on dialog in order to close datepicker when dialog...
Brant Burnett [Mon, 1 Feb 2010 20:59:24 +0000 (20:59 +0000)]
Datepicker: No longer dependent on dialog in order to close datepicker when dialog is closed (Refixed #4453 UI Datepicker inside UI Dialog Issue)

14 years agoDatepicker: Now uses zIndex() to determine zIndex for dpDiv on show (Fixed #4580...
Brant Burnett [Mon, 1 Feb 2010 20:12:54 +0000 (20:12 +0000)]
Datepicker: Now uses zIndex() to determine zIndex for dpDiv on show (Fixed #4580 Datepicker appears underneath other widgets)

14 years agoFix for #5103: Include all effect docs in build for download
Jörn Zaefferer [Mon, 1 Feb 2010 17:51:23 +0000 (17:51 +0000)]
Fix for #5103: Include all effect docs in build for download

14 years agoDatepicker: Fixed #4453 UI Datepicker inside UI Dialog Issue
Brant Burnett [Mon, 1 Feb 2010 16:10:41 +0000 (16:10 +0000)]
Datepicker: Fixed #4453 UI Datepicker inside UI Dialog Issue

14 years agoAutocomplete: Turned off collision detection.
Scott González [Sat, 30 Jan 2010 16:38:51 +0000 (16:38 +0000)]
Autocomplete: Turned off collision detection.

Fixes #5114 - Autocomplete: Turn off collision detection for menu.

14 years agoDialog: Changed overlay to use zIndex() to test which events to cancel (fixed #4363...
Brant Burnett [Fri, 29 Jan 2010 21:18:57 +0000 (21:18 +0000)]
Dialog: Changed overlay to use zIndex() to test which events to cancel (fixed #4363 Datepicker Month/Year Dropdowns Not Working In Safari In A Dialog)

14 years agoFixed file name for effects in build.
Scott González [Fri, 29 Jan 2010 20:06:33 +0000 (20:06 +0000)]
Fixed file name for effects in build.

Fixes #5109 - build.xml doesn't compie effects into full script.

14 years ago'Changed
Brant Burnett [Fri, 29 Jan 2010 18:38:21 +0000 (18:38 +0000)]
'Changed

14 years agoDatepicker: Fixed conflict between beforeShowDay and getDate
Keith Wood [Fri, 29 Jan 2010 08:09:03 +0000 (08:09 +0000)]
Datepicker: Fixed conflict between beforeShowDay and getDate
http://forum.jquery.com/topic/several-breaking-changes-in-jquery-ui-1-8rc1

14 years agoAutocomplete: Removed unused style.
Scott González [Fri, 29 Jan 2010 01:55:52 +0000 (01:55 +0000)]
Autocomplete: Removed unused style.

14 years agoAutocomplete: prevent the menu from expanding to 100% width in IE6.
Scott González [Fri, 29 Jan 2010 01:53:54 +0000 (01:53 +0000)]
Autocomplete: prevent the menu from expanding to 100% width in IE6.

Fixes #5105 - Autocomplete menu not visible in IE6.

14 years agoeffects: fixed #4097 - bind/fold didnt work
Paul Bakaus [Thu, 28 Jan 2010 17:31:02 +0000 (17:31 +0000)]
effects: fixed #4097 - bind/fold didnt work

14 years agodraggable: implemented #4145 - start,drag and stop events should be preventable
Paul Bakaus [Thu, 28 Jan 2010 16:35:59 +0000 (16:35 +0000)]
draggable: implemented #4145 - start,drag and stop events should be preventable

14 years agoautocomplete: back to custom json encoding (for compat with older PHP implementations...
Jörn Zaefferer [Thu, 28 Jan 2010 13:29:20 +0000 (13:29 +0000)]
autocomplete: back to custom json encoding (for compat with older PHP implementations, fixed the double quotes

14 years agoautocomplete: back to custom json encoding (for compat with older PHP implementations...
Jörn Zaefferer [Thu, 28 Jan 2010 13:27:32 +0000 (13:27 +0000)]
autocomplete: back to custom json encoding (for compat with older PHP implementations, fixed the double quotes

14 years agoautocomplete: use json_encode in PHP to produce valid JSON
Jörn Zaefferer [Thu, 28 Jan 2010 13:22:52 +0000 (13:22 +0000)]
autocomplete: use json_encode in PHP to produce valid JSON

14 years agoset trunk version to 1.8pre
Richard Worth [Thu, 28 Jan 2010 05:24:21 +0000 (05:24 +0000)]
set trunk version to 1.8pre

14 years agoset trunk version to 1.8rc1 1.8rc1
Richard Worth [Thu, 28 Jan 2010 05:21:24 +0000 (05:21 +0000)]
set trunk version to 1.8rc1

14 years agoAutocomplete: Removed CSS framework classes from text field. We can add them back...
Scott González [Thu, 28 Jan 2010 04:25:30 +0000 (04:25 +0000)]
Autocomplete: Removed CSS framework classes from text field. We can add them back in when we have full support for form elements.

14 years agoPrevent the default styles for resizable elements from totally killing dialog positio...
Scott González [Thu, 28 Jan 2010 03:06:43 +0000 (03:06 +0000)]
Prevent the default styles for resizable elements from totally killing dialog positioning (finally).

Fixes #5084 - 2 dialogs pos false on close.

14 years ago$.ui.ddmanager.drop() now works properly for nested droppables.
Scott González [Thu, 28 Jan 2010 02:24:42 +0000 (02:24 +0000)]
$.ui.ddmanager.drop() now works properly for nested droppables.

Fixes #5095 - Droppable body let revert a div on a valid drop.

14 years agoremoving Firefox 2 AIRA extras, FF2 isn't usable in that regard anyway
Jörn Zaefferer [Wed, 27 Jan 2010 18:11:57 +0000 (18:11 +0000)]
removing Firefox 2 AIRA extras, FF2 isn't usable in that regard anyway

14 years agoadded w3c standard border-radius properties in prep for IE9 and Opera support
Scott Jehl [Wed, 27 Jan 2010 18:02:17 +0000 (18:02 +0000)]
added w3c standard border-radius properties in prep for IE9 and Opera support

14 years agoFix for #5101 - broken dialog visual test page
Jörn Zaefferer [Wed, 27 Jan 2010 17:57:50 +0000 (17:57 +0000)]
Fix for #5101 - broken dialog visual test page

14 years agoautocomplete: adding select element to visual test page for bgiframe testing
Jörn Zaefferer [Wed, 27 Jan 2010 17:56:22 +0000 (17:56 +0000)]
autocomplete: adding select element to visual test page for bgiframe testing

14 years agoswitched to jQuery 1.4.1
Richard Worth [Wed, 27 Jan 2010 12:29:43 +0000 (12:29 +0000)]
switched to jQuery 1.4.1

14 years agoDeprecated beforeclose option instead of removing it for now, fixes reopened #4669...
Richard Worth [Wed, 27 Jan 2010 10:31:17 +0000 (10:31 +0000)]
Deprecated beforeclose option instead of removing it for now, fixes reopened #4669 - Dialog: beforeclose option should be beforeClose.

14 years agoadded autocomplete and button to docs build
Jörn Zaefferer [Tue, 26 Jan 2010 21:04:29 +0000 (21:04 +0000)]
added autocomplete and button to docs build

14 years agoautocomplete: added xml-parsing demo
Jörn Zaefferer [Tue, 26 Jan 2010 20:52:21 +0000 (20:52 +0000)]
autocomplete: added xml-parsing demo

14 years agoDatepicker: Fixed #5052 Set focus error in IE8 for disabled and hidden elements
Keith Wood [Mon, 25 Jan 2010 08:20:28 +0000 (08:20 +0000)]
Datepicker: Fixed #5052 Set focus error in IE8 for disabled and hidden elements

14 years agoDatepicker: Fixed #5088 Date picker localization in RO
Keith Wood [Mon, 25 Jan 2010 08:07:20 +0000 (08:07 +0000)]
Datepicker: Fixed #5088 Date picker localization in RO

14 years agofixed #5094 - selectable: destroy method doesn't clean up selectees
Richard Worth [Sun, 24 Jan 2010 20:47:06 +0000 (20:47 +0000)]
fixed #5094 - selectable: destroy method doesn't clean up selectees

14 years agobutton: visual default test, log args when console is available
Jörn Zaefferer [Fri, 22 Jan 2010 22:52:58 +0000 (22:52 +0000)]
button: visual default test, log args when console is available

14 years agobutton: handle space "click"
Jörn Zaefferer [Fri, 22 Jan 2010 22:52:31 +0000 (22:52 +0000)]
button: handle space "click"

14 years agobutton: add ui-state-active on keydown, further improving keyboard navigation - doesn...
Jörn Zaefferer [Fri, 22 Jan 2010 22:46:32 +0000 (22:46 +0000)]
button: add ui-state-active on keydown, further improving keyboard navigation - doesn't yet work properly for anchors and radio/checkbox buttons

14 years agodropping intial code for #4957 - too many open issues to get this into 1.8
Jörn Zaefferer [Fri, 22 Jan 2010 13:18:11 +0000 (13:18 +0000)]
dropping intial code for #4957 - too many open issues to get this into 1.8

14 years agoDatepicker: Fixed #5085 bug in findPos for RTL languages
Keith Wood [Fri, 22 Jan 2010 10:10:17 +0000 (10:10 +0000)]
Datepicker: Fixed #5085 bug in findPos for RTL languages

14 years agoDatepicker: Use null instead of empty string when showing/hiding without a duration.
Scott González [Fri, 22 Jan 2010 04:13:36 +0000 (04:13 +0000)]
Datepicker: Use null instead of empty string when showing/hiding without a duration.

Fixes #5086 - no animation still animates.

14 years agoDialog: Added padding and margin to the right side of the titlebar so the title doesn...
Scott González [Fri, 22 Jan 2010 02:05:27 +0000 (02:05 +0000)]
Dialog: Added padding and margin to the right side of the titlebar so the title doesn't go behind the close icon.

Fixes #5087 - Title goes behind the close link.

14 years agoadded class animations (including 1.4 style callbacks) to visual effects test page
Jörn Zaefferer [Thu, 21 Jan 2010 17:32:52 +0000 (17:32 +0000)]
added class animations (including 1.4 style callbacks) to visual effects test page

14 years agobase implementation for #4957 - still need to port users of $.ui.element
Jörn Zaefferer [Wed, 20 Jan 2010 18:10:07 +0000 (18:10 +0000)]
base implementation for #4957 - still need to port users of $.ui.element

14 years agobutton: more specific selectors for demo pages, avoiding any other global demo page...
Jörn Zaefferer [Wed, 20 Jan 2010 17:52:06 +0000 (17:52 +0000)]
button: more specific selectors for demo pages, avoiding any other global demo page issues

14 years agobutton: add ui-state-focus on focus, making keyboard navigation possible, and button...
Jörn Zaefferer [Wed, 20 Jan 2010 17:44:54 +0000 (17:44 +0000)]
button: add ui-state-focus on focus, making keyboard navigation possible, and button like 200% more accessible

14 years agobutton: don't log a click on disabled buttons
Jörn Zaefferer [Wed, 20 Jan 2010 17:43:30 +0000 (17:43 +0000)]
button: don't log a click on disabled buttons

14 years agobutton: don't style everything, just the demo
Jörn Zaefferer [Wed, 20 Jan 2010 17:32:08 +0000 (17:32 +0000)]
button: don't style everything, just the demo

14 years agoset trunk version to 1.8pre
Richard Worth [Wed, 20 Jan 2010 15:45:32 +0000 (15:45 +0000)]
set trunk version to 1.8pre

14 years agoset trunk version to 1.8b1 1.8b1
Richard Worth [Wed, 20 Jan 2010 15:40:59 +0000 (15:40 +0000)]
set trunk version to 1.8b1

14 years agoHappy New Year
Richard Worth [Wed, 20 Jan 2010 14:04:26 +0000 (14:04 +0000)]
Happy New Year

14 years agoeol-style and mime-type
Richard Worth [Wed, 20 Jan 2010 14:00:14 +0000 (14:00 +0000)]
eol-style and mime-type

14 years agoswitched to jQuery 1.4
Richard Worth [Wed, 20 Jan 2010 13:52:38 +0000 (13:52 +0000)]
switched to jQuery 1.4

14 years agoAccordion: Check for division by zero error during animation.
Scott González [Wed, 20 Jan 2010 03:26:39 +0000 (03:26 +0000)]
Accordion: Check for division by zero error during animation.

Fixes #4382 - Accordion does not function in IE7/WinXP.

14 years agoNested Plugin visual test: sortable accordion inside sortable tabs.
Scott González [Wed, 20 Jan 2010 00:13:25 +0000 (00:13 +0000)]
Nested Plugin visual test: sortable accordion inside sortable tabs.

14 years agoNested Plugin visual test: draggable inside accordion inside accordion inside tabs...
Scott González [Wed, 20 Jan 2010 00:04:48 +0000 (00:04 +0000)]
Nested Plugin visual test: draggable inside accordion inside accordion inside tabs inside draggable.