]>
source.dussan.org Git - jquery-ui.git/log
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
Keith Wood [Mon, 25 Jan 2010 08:07:20 +0000 (08:07 +0000)]
Datepicker: Fixed #5088 Date picker localization in RO
Richard Worth [Sun, 24 Jan 2010 20:47:06 +0000 (20:47 +0000)]
fixed #5094 - selectable: destroy method doesn't clean up selectees
Jörn Zaefferer [Fri, 22 Jan 2010 22:52:58 +0000 (22:52 +0000)]
button: visual default test, log args when console is available
Jörn Zaefferer [Fri, 22 Jan 2010 22:52:31 +0000 (22:52 +0000)]
button: handle space "click"
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
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
Keith Wood [Fri, 22 Jan 2010 10:10:17 +0000 (10:10 +0000)]
Datepicker: Fixed #5085 bug in findPos for RTL languages
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.
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.
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
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
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
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
Jörn Zaefferer [Wed, 20 Jan 2010 17:43:30 +0000 (17:43 +0000)]
button: don't log a click on disabled buttons
Jörn Zaefferer [Wed, 20 Jan 2010 17:32:08 +0000 (17:32 +0000)]
button: don't style everything, just the demo
Richard Worth [Wed, 20 Jan 2010 15:45:32 +0000 (15:45 +0000)]
set trunk version to 1.8pre
Richard Worth [Wed, 20 Jan 2010 15:40:59 +0000 (15:40 +0000)]
set trunk version to 1.8b1
Richard Worth [Wed, 20 Jan 2010 14:04:26 +0000 (14:04 +0000)]
Happy New Year
Richard Worth [Wed, 20 Jan 2010 14:00:14 +0000 (14:00 +0000)]
eol-style and mime-type
Richard Worth [Wed, 20 Jan 2010 13:52:38 +0000 (13:52 +0000)]
switched to jQuery 1.4
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.
Scott González [Wed, 20 Jan 2010 00:13:25 +0000 (00:13 +0000)]
Nested Plugin visual test: sortable accordion inside sortable 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.
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.
Scott González [Tue, 19 Jan 2010 13:53:32 +0000 (13:53 +0000)]
Widget: removed console.log call.
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.
Scott González [Mon, 18 Jan 2010 01:58:15 +0000 (01:58 +0000)]
Button: conform to coding standards.
Scott González [Sun, 17 Jan 2010 18:51:11 +0000 (18:51 +0000)]
Autocomplete: conform to coding standards.
Scott González [Sun, 17 Jan 2010 18:41:14 +0000 (18:41 +0000)]
Autocomplete: Use bgiframe on the menu if it's available.
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.
Scott González [Sun, 17 Jan 2010 18:26:43 +0000 (18:26 +0000)]
Dialog: Added button to the list of dependencies.
Scott González [Sun, 17 Jan 2010 17:36:56 +0000 (17:36 +0000)]
Widget: _create() doesn't actually take any arguments.
Scott González [Fri, 15 Jan 2010 22:17:34 +0000 (22:17 +0000)]
Dialog: Moved autoOpen detection to the new _init() method.
Scott González [Fri, 15 Jan 2010 22:15:18 +0000 (22:15 +0000)]
Widget: conform to coding standards.
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.
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.
Scott González [Fri, 15 Jan 2010 20:47:41 +0000 (20:47 +0000)]
Widget: conform to coding standards.
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.
Jörn Zaefferer [Fri, 15 Jan 2010 12:43:48 +0000 (12:43 +0000)]
missing linebreak makes concatenated file unreadable
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)
Jörn Zaefferer [Fri, 15 Jan 2010 12:36:59 +0000 (12:36 +0000)]
build: fixed fileset for datepicker i18n files concat
Scott González [Fri, 15 Jan 2010 02:16:21 +0000 (02:16 +0000)]
Dialog: workaround for positioning bug.
Scott González [Fri, 15 Jan 2010 02:14:53 +0000 (02:14 +0000)]
Dialog: Tweaking demo so buttons fit on one line.
Scott González [Thu, 14 Jan 2010 18:09:07 +0000 (18:09 +0000)]
Replaced stackfix with bgiframe.
Fixes #5061 - Remove stackfix.
Scott González [Thu, 14 Jan 2010 17:23:11 +0000 (17:23 +0000)]
Copied autocomplete from dev branch.
Keith Wood [Wed, 13 Jan 2010 08:42:53 +0000 (08:42 +0000)]
Datepicker: Fixed #5026 Comparison between 2 date
Keith Wood [Wed, 13 Jan 2010 08:26:46 +0000 (08:26 +0000)]
Datepicker: Fixed #4869 Datepicker undesired today date on field & appendText
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.
Keith Wood [Sun, 10 Jan 2010 04:54:12 +0000 (04:54 +0000)]
Datepicker: Fixed #4804 onChangeMonthYear fires at first run
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
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.
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).
Scott González [Thu, 7 Jan 2010 04:47:17 +0000 (04:47 +0000)]
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).
Richard Worth [Fri, 1 Jan 2010 12:56:36 +0000 (12:56 +0000)]
Fixed #5035 - Slider: range background shifts around as range size changes
Richard Worth [Fri, 1 Jan 2010 12:48:11 +0000 (12:48 +0000)]
slider: 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
Richard Worth [Fri, 1 Jan 2010 12:09:54 +0000 (12:09 +0000)]
eol-style
Richard Worth [Fri, 1 Jan 2010 12:08:22 +0000 (12:08 +0000)]
added missing reference to position utility
Richard Worth [Thu, 31 Dec 2009 13:43:54 +0000 (13:43 +0000)]
Fixed #4960 - Tabs: wrong selected tab index
Richard Worth [Thu, 31 Dec 2009 01:11:23 +0000 (01:11 +0000)]
Datepicker: added visual test page for #4071
Scott González [Wed, 30 Dec 2009 17:16:30 +0000 (17:16 +0000)]
CSS Framework: Shifted disabled state below priority states to make disabled secondary buttons look disabled.
Richard Worth [Wed, 30 Dec 2009 01:58:25 +0000 (01:58 +0000)]
set trunk version to 1.8pre
Richard Worth [Wed, 30 Dec 2009 01:54:48 +0000 (01:54 +0000)]
set trunk version to 1.8a2
Scott González [Tue, 29 Dec 2009 01:32:44 +0000 (01:32 +0000)]
Mouse: Don't prevent text selection in IE.
Fixes #4773 - Enable text selection in Internet Explorer.
Patch provided by stakach.
Keith Wood [Sat, 26 Dec 2009 08:35:40 +0000 (08:35 +0000)]
Datepicker: Corrected tests for changes in r3494
Scott González [Fri, 25 Dec 2009 18:25:46 +0000 (18:25 +0000)]
Tabs: fixed to work with empty nav list again.
Fixes #4997 - No longer possible to start with empty tab then add() elements dynamically.
Jörn Zaefferer [Thu, 24 Dec 2009 09:47:03 +0000 (09:47 +0000)]
updated build to inclide widget and mouse files directly after core
Scott González [Thu, 24 Dec 2009 02:35:19 +0000 (02:35 +0000)]
Position: Fixed window detection.
Richard Worth [Thu, 24 Dec 2009 01:25:30 +0000 (01:25 +0000)]
updated unit test for #4031 - Tabs: Remove deselectable option
Richard Worth [Thu, 24 Dec 2009 01:24:55 +0000 (01:24 +0000)]
slider unit tests: added missing reference to jquery.ui.mouse.js
Richard Worth [Thu, 24 Dec 2009 01:18:00 +0000 (01:18 +0000)]
updated unit test for #3991 - Sortable: Remove absolutePosition from ui hash
Scott González [Wed, 23 Dec 2009 03:29:33 +0000 (03:29 +0000)]
Added jquery.ui.mouse.js to non-interaction demos/tests that use interaction plugins.
Scott González [Tue, 22 Dec 2009 19:51:24 +0000 (19:51 +0000)]
Split mouse into its own file and udpdated dependency lists.
Fixes #5023 - Split mouse code into its own file.
Jörn Zaefferer [Wed, 16 Dec 2009 22:20:18 +0000 (22:20 +0000)]
extracting widget factory into jquery.ui.widget.js
Keith Wood [Tue, 15 Dec 2009 04:00:17 +0000 (04:00 +0000)]
Datepicker: Corrected automatic parsing of date on keystrokes
Keith Wood [Tue, 15 Dec 2009 03:42:40 +0000 (03:42 +0000)]
Datepicker: Fixed #4917 Enter key press on popup fails if _dayOverClass td is after _currentClass td
Keith Wood [Tue, 15 Dec 2009 03:32:25 +0000 (03:32 +0000)]
Datepicker - #4895 Corrected English/UK localisation
Keith Wood [Tue, 8 Dec 2009 04:54:04 +0000 (04:54 +0000)]
Datepicker - Fixed #4949 - Double click on next/previous button closes the datepicker
Keith Wood [Tue, 8 Dec 2009 00:08:44 +0000 (00:08 +0000)]
Dstepicker - Demonstrate opening/closing animations
Keith Wood [Tue, 8 Dec 2009 00:02:19 +0000 (00:02 +0000)]
Datepicker - Fixed #4987 - Add bosnian language to DatePicker
Scott González [Fri, 4 Dec 2009 04:02:55 +0000 (04:02 +0000)]
Datepicker: Fixed display of month and year dropdowns when showing month after year.
Fixes #4420 - showMonthAfterYear make calendar disorder.
Thanks bhornseth for the patch.
Keith Wood [Wed, 2 Dec 2009 00:33:56 +0000 (00:33 +0000)]
Datepicker - Fixed #4704 - Datepicker global variable isn't unique
Keith Wood [Tue, 1 Dec 2009 01:27:25 +0000 (01:27 +0000)]
Datepicker - Fixed #4870 - yearRange doesn't work as expected
Keith Wood [Tue, 1 Dec 2009 01:24:00 +0000 (01:24 +0000)]
Datepicker - Fixed #4787 - Datepicker: fix animation control
Keith Wood [Mon, 30 Nov 2009 00:03:36 +0000 (00:03 +0000)]
Datepicker - Fixed #4885 - Tab key should not have default behaviour prevented by datepicker
Keith Wood [Sun, 29 Nov 2009 22:56:30 +0000 (22:56 +0000)]
Datepicker - Fixed #4787 - Datepicker: fix animation control
Keith Wood [Fri, 27 Nov 2009 06:17:41 +0000 (06:17 +0000)]
Datepicker - Fixed #4956 - undefined variable: lookAhead()
Keith Wood [Fri, 27 Nov 2009 06:08:13 +0000 (06:08 +0000)]
Datepicker - Fixed #4969 - Datepicker cannot change values of fields named with special characters
Scott González [Thu, 26 Nov 2009 02:17:16 +0000 (02:17 +0000)]
ant build: Fixed file name parsing.
Fixes #4973 - Build fails on non-Windows OS.
Richard Worth [Sat, 21 Nov 2009 22:30:54 +0000 (22:30 +0000)]
eol-style and mime-type
Richard Worth [Sat, 21 Nov 2009 22:30:13 +0000 (22:30 +0000)]
Slider: added visual test page for #4467
Andrew Powell [Sat, 21 Nov 2009 16:59:08 +0000 (16:59 +0000)]
ui.dialog: replaced with   for xhtml compliance (fixes #4970 -XHTML Compliance : should be  )
Scott González [Thu, 19 Nov 2009 16:37:05 +0000 (16:37 +0000)]
Position: Changed document/window detection to be consistent with jQuery core.
Fixes a bug in IE7/8 where window == document.
Jörn Zaefferer [Mon, 16 Nov 2009 20:20:47 +0000 (20:20 +0000)]
Fix for #4930
Scott González [Mon, 16 Nov 2009 03:06:13 +0000 (03:06 +0000)]
class animation: added scrollbar property filtering back in to prevent an error in IE.
Scott González [Mon, 16 Nov 2009 02:49:36 +0000 (02:49 +0000)]
Pulsate: Rewrote pulsate effect.
Fixes #4718 - pulsate pulses one extra time.
Scott González [Sun, 15 Nov 2009 23:53:40 +0000 (23:53 +0000)]
class animations: Commented out browser-specific style checks.
Scott González [Sun, 15 Nov 2009 23:52:54 +0000 (23:52 +0000)]
addClass demo: Fixed URLs to be relative.