]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
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.

14 years agoDialog, position: Removed bgiframe option; always use bgiframe when available.
Scott González [Tue, 19 Jan 2010 23:25:38 +0000 (23:25 +0000)]
Dialog, position: Removed bgiframe option; always use bgiframe when available.

Fixes #5071 - Remove bgiframe option from all plugins.

14 years agoWidget: removed console.log call.
Scott González [Tue, 19 Jan 2010 13:53:32 +0000 (13:53 +0000)]
Widget: removed console.log call.

14 years agoWidget: Only trigger remove event if keepData is not set to true.
Scott González [Tue, 19 Jan 2010 04:11:33 +0000 (04:11 +0000)]
Widget: Only trigger remove event if keepData is not set to true.

Fixes #5076 - Using effects kills widget instances with jQuery 1.4.

14 years agoButton: conform to coding standards.
Scott González [Mon, 18 Jan 2010 01:58:15 +0000 (01:58 +0000)]
Button: conform to coding standards.

14 years agoAutocomplete: conform to coding standards.
Scott González [Sun, 17 Jan 2010 18:51:11 +0000 (18:51 +0000)]
Autocomplete: conform to coding standards.

14 years agoAutocomplete: Use bgiframe on the menu if it's available.
Scott González [Sun, 17 Jan 2010 18:41:14 +0000 (18:41 +0000)]
Autocomplete: Use bgiframe on the menu if it's available.

14 years agoAutocomplete: Set the z-index of the menu to be above the text field.
Scott González [Sun, 17 Jan 2010 18:35:54 +0000 (18:35 +0000)]
Autocomplete: Set the z-index of the menu to be above the text field.

14 years agoDialog: Added button to the list of dependencies.
Scott González [Sun, 17 Jan 2010 18:26:43 +0000 (18:26 +0000)]
Dialog: Added button to the list of dependencies.

14 years agoWidget: _create() doesn't actually take any arguments.
Scott González [Sun, 17 Jan 2010 17:36:56 +0000 (17:36 +0000)]
Widget: _create() doesn't actually take any arguments.

14 years agoDialog: Moved autoOpen detection to the new _init() method.
Scott González [Fri, 15 Jan 2010 22:17:34 +0000 (22:17 +0000)]
Dialog: Moved autoOpen detection to the new _init() method.

14 years agoWidget: conform to coding standards.
Scott González [Fri, 15 Jan 2010 22:15:18 +0000 (22:15 +0000)]
Widget: conform to coding standards.

14 years agoWidget factory: Removed support for old usage; it doesn't make sense to keep partial...
Scott González [Fri, 15 Jan 2010 22:06:15 +0000 (22:06 +0000)]
Widget factory: Removed support for old usage; it doesn't make sense to keep partial support around since we can't get full backward-compatibility.

14 years agoWidget: Make subsequent "init" calls useful by delegating to the option and _init...
Scott González [Fri, 15 Jan 2010 21:09:32 +0000 (21:09 +0000)]
Widget: Make subsequent "init" calls useful by delegating to the option and _init methods.

Fixes #5064 - Widget: make multiple instantiation more useful.

14 years agoWidget: conform to coding standards.
Scott González [Fri, 15 Jan 2010 20:47:41 +0000 (20:47 +0000)]
Widget: conform to coding standards.

14 years agoWidget factory: Changed _create to _init.
Scott González [Fri, 15 Jan 2010 18:58:20 +0000 (18:58 +0000)]
Widget factory: Changed _create to _init.

Partial fix for #5064 - Widget: make multiple instantiation more useful.

14 years agomissing linebreak makes concatenated file unreadable
Jörn Zaefferer [Fri, 15 Jan 2010 12:43:48 +0000 (12:43 +0000)]
missing linebreak makes concatenated file unreadable

14 years agobuild: fix for #5044 (typo in the exclude of ui.base.css)
Jörn Zaefferer [Fri, 15 Jan 2010 12:43:33 +0000 (12:43 +0000)]
build: fix for #5044 (typo in the exclude of ui.base.css)

14 years agobuild: fixed fileset for datepicker i18n files concat
Jörn Zaefferer [Fri, 15 Jan 2010 12:36:59 +0000 (12:36 +0000)]
build: fixed fileset for datepicker i18n files concat

14 years agoDialog: workaround for positioning bug.
Scott González [Fri, 15 Jan 2010 02:16:21 +0000 (02:16 +0000)]
Dialog: workaround for positioning bug.

14 years agoDialog: Tweaking demo so buttons fit on one line.
Scott González [Fri, 15 Jan 2010 02:14:53 +0000 (02:14 +0000)]
Dialog: Tweaking demo so buttons fit on one line.

14 years agoReplaced stackfix with bgiframe.
Scott González [Thu, 14 Jan 2010 18:09:07 +0000 (18:09 +0000)]
Replaced stackfix with bgiframe.

Fixes #5061 - Remove stackfix.

14 years agoCopied autocomplete from dev branch.
Scott González [Thu, 14 Jan 2010 17:23:11 +0000 (17:23 +0000)]
Copied autocomplete from dev branch.

14 years agoDatepicker: Fixed #5026 Comparison between 2 date
Keith Wood [Wed, 13 Jan 2010 08:42:53 +0000 (08:42 +0000)]
Datepicker: Fixed #5026 Comparison between 2 date

14 years agoDatepicker: Fixed #4869 Datepicker undesired today date on field & appendText
Keith Wood [Wed, 13 Jan 2010 08:26:46 +0000 (08:26 +0000)]
Datepicker: Fixed #4869 Datepicker undesired today date on field & appendText

14 years agoTabs ajax demo: Changed content of one of the remote tabs so it's obvious that the...
Scott González [Wed, 13 Jan 2010 00:39:40 +0000 (00:39 +0000)]
Tabs ajax demo: Changed content of one of the remote tabs so it's obvious that the two ajax tabs are actually loading different files.

14 years agoDatepicker: Fixed #4804 onChangeMonthYear fires at first run
Keith Wood [Sun, 10 Jan 2010 04:54:12 +0000 (04:54 +0000)]
Datepicker: Fixed #4804 onChangeMonthYear fires at first run

14 years agoDatepicker: Fixed #5022 numberOfMonths with one column multiple rows doesn't display...
Keith Wood [Sun, 10 Jan 2010 04:45:03 +0000 (04:45 +0000)]
Datepicker: Fixed #5022 numberOfMonths with one column multiple rows doesn't display the next button

14 years agoAccordion demos: Added missing include of mouse plugin.
Scott González [Thu, 7 Jan 2010 05:58:13 +0000 (05:58 +0000)]
Accordion demos: Added missing include of mouse plugin.

Fixes #5046 - Accordion demos: Missing mouse plugin.

14 years agoDialog: force the dialog to be visible before trying to position it so we can get...
Scott González [Thu, 7 Jan 2010 04:49:25 +0000 (04:49 +0000)]
Dialog: force the dialog to be visible before trying to position it so we can get the current offset (required for using .offset() as a setter).

14 years ago(no commit message)
Scott González [Thu, 7 Jan 2010 04:47:17 +0000 (04:47 +0000)]

14 years agoMerged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, menu...
Scott González [Thu, 7 Jan 2010 03:19:50 +0000 (03:19 +0000)]
Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, menu; including menu static tests).

14 years agoFixed #5035 - Slider: range background shifts around as range size changes
Richard Worth [Fri, 1 Jan 2010 12:56:36 +0000 (12:56 +0000)]
Fixed #5035 - Slider: range background shifts around as range size changes

14 years agoslider: fixed missing references to mouse plugin
Richard Worth [Fri, 1 Jan 2010 12:48:11 +0000 (12:48 +0000)]
slider: fixed missing references to mouse plugin

14 years agoslider: fixed missing references to mouse plugin
Richard Worth [Fri, 1 Jan 2010 12:43:36 +0000 (12:43 +0000)]
slider: fixed missing references to mouse plugin