]>
source.dussan.org Git - jquery-ui.git/log
Ralph Whitbeck [Sun, 20 Mar 2011 14:58:08 +0000 (07:58 -0700)]
Tabs: Updates cookie demo to include more information on how to find cookie plugin. Fixes #7172, [Documentation] Explain cookie plugin is included in externals.
jzaefferer [Sun, 20 Mar 2011 11:21:42 +0000 (12:21 +0100)]
Build: Update to latest Closure Compiler jar
Scott González [Fri, 18 Mar 2011 12:26:08 +0000 (08:26 -0400)]
Datepicker: Changed a comment that causes problems with YUI Compressor. Fixes #7129 - Datepicker: Can't minify with YUI Compressor.
jzaefferer [Thu, 17 Mar 2011 16:43:11 +0000 (17:43 +0100)]
Menu: Close submenu on ESCAPE keypress
jzaefferer [Thu, 17 Mar 2011 14:47:56 +0000 (15:47 +0100)]
Menubar: Don't close active menu on mouseenter of associated button
jzaefferer [Thu, 17 Mar 2011 14:44:09 +0000 (15:44 +0100)]
Menubar: on a single-button menubar, ignore reopening the same menu
jzaefferer [Thu, 17 Mar 2011 14:37:27 +0000 (15:37 +0100)]
Menubar: Another fix for tab/focus handling
jzaefferer [Thu, 17 Mar 2011 14:26:06 +0000 (15:26 +0100)]
Menubar: Fix closing with escape key
jzaefferer [Thu, 17 Mar 2011 14:10:25 +0000 (15:10 +0100)]
Menubar: Focus/tab handling, improved much
jzaefferer [Thu, 17 Mar 2011 13:23:35 +0000 (14:23 +0100)]
Menubar: Put focus back to button when closing menu
jzaefferer [Thu, 17 Mar 2011 12:58:57 +0000 (13:58 +0100)]
Menubar: Close submenus on Escape first, only close all when on top-level
jzaefferer [Thu, 17 Mar 2011 11:04:22 +0000 (12:04 +0100)]
Menubar: Handle cursor UP/DOWN to open menu
jzaefferer [Thu, 17 Mar 2011 11:00:37 +0000 (12:00 +0100)]
Menubar: Handle ESCAPE to close and refactor document-click code to also use _bind
jzaefferer [Thu, 17 Mar 2011 10:59:32 +0000 (11:59 +0100)]
Widget: Accept selectors and DOM elements as element-argument to _bind
jzaefferer [Thu, 17 Mar 2011 10:51:38 +0000 (11:51 +0100)]
Menu: menubar cleanup
jzaefferer [Thu, 17 Mar 2011 10:50:21 +0000 (11:50 +0100)]
Menu: Fix menubar tab and focus handling
jzaefferer [Thu, 17 Mar 2011 09:37:37 +0000 (10:37 +0100)]
Menu: Implement delaying of opening and closing submenus
jzaefferer [Thu, 17 Mar 2011 09:35:18 +0000 (10:35 +0100)]
Menu: More test markup
Scott González [Tue, 15 Mar 2011 18:02:18 +0000 (14:02 -0400)]
Menu: Handle clicking on a menu item without hovering it first. Fixes #7085 - Menu click when no mouseover causes error.
Richard Worth [Tue, 15 Mar 2011 16:55:16 +0000 (12:55 -0400)]
Autocomplete unit test: corrected name and argument order of equal() call in autoFocus test function
Richard Worth [Tue, 15 Mar 2011 16:26:47 +0000 (12:26 -0400)]
Autocomplete: moved autoFocus implementation to after menu visible for a11y
Richard Worth [Tue, 15 Mar 2011 13:36:36 +0000 (09:36 -0400)]
Autocomplete: refactored unit tests for autoFocus option
Scott González [Tue, 15 Mar 2011 13:18:38 +0000 (09:18 -0400)]
Merge branch 'ticket-3968' of https://github.com/gnarf37/jquery-ui
gnarf [Fri, 11 Mar 2011 15:26:08 +0000 (09:26 -0600)]
Datepicker: Updated to check for new or old style effects (see #7103).
gnarf [Tue, 15 Mar 2011 13:00:45 +0000 (09:00 -0400)]
Effects: Moved effects to $.effects.effect[] and deprecated use of $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[].
Richard Worth [Tue, 15 Mar 2011 12:42:28 +0000 (08:42 -0400)]
Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: Add option to automatically highlight the first result
Richard Worth [Tue, 15 Mar 2011 09:48:31 +0000 (05:48 -0400)]
Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - Autocomplete: Default autoFocus to true
Richard Worth [Tue, 15 Mar 2011 09:39:56 +0000 (05:39 -0400)]
Autocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete: Add option to automatically highlight the first result
Richard Worth [Tue, 15 Mar 2011 08:30:36 +0000 (04:30 -0400)]
Accordion: set aria-selected to true on selected header, false on others. Fixed #7078 - Accordion: Set aria-selected
Matt Hoskins [Mon, 14 Mar 2011 13:53:00 +0000 (06:53 -0700)]
Draggable: Calling .refreshPositions instead of ._refreshItems when dragging with a connected sortable to force containerCache initialisation/update. Fixed: #5563 - connectToSortable misbehaves if the position of the sortable changes after the sortable and draggable have been initialised as _refreshItems no longer updating container cache.
gnarf [Sat, 12 Mar 2011 20:41:56 +0000 (14:41 -0600)]
effects.explode: correcting my misspelled variable name :/
gnarf [Sat, 12 Mar 2011 02:00:36 +0000 (20:00 -0600)]
effects.explode: rework math used to split the div into peices - split the box disregarding margins
Fixes #3968 - effects explode: explodes from the right instead of from the center
jzaefferer [Fri, 11 Mar 2011 17:13:10 +0000 (18:13 +0100)]
Menu: Add menubar-with-one-button-in-table example.
jzaefferer [Fri, 11 Mar 2011 16:23:15 +0000 (17:23 +0100)]
Menu: Improve CSS on testpage
ddstreet [Fri, 11 Mar 2011 15:52:13 +0000 (10:52 -0500)]
Button: find associated label even without common ancestor. Fixes #7092 - button creation that requires a matching label does not find label in all cases
Scott González [Fri, 11 Mar 2011 15:19:45 +0000 (10:19 -0500)]
Merge branch 'ddmanager-caches-wrong-dimensions' of https://github.com/EleotleCram/jquery-ui into EleotleCram-ddmanager-caches-wrong-dimensions
gnarf [Fri, 11 Mar 2011 13:10:14 +0000 (07:10 -0600)]
effects.core: Another place where args.callback was used that escaped my first pass
Marcel Toele [Fri, 11 Mar 2011 14:37:52 +0000 (15:37 +0100)]
Droppable: enabled and accepting droppables are now activated prior to evaluating their geometry. Fixes #7104 Droppable: if activeClass changes the geometry of a droppable, then dnd uses the wrong geometry.
gnarf [Fri, 11 Mar 2011 04:18:19 +0000 (22:18 -0600)]
effects.*: Explode effect was removing more elements than it should upon completion. Fixed #6022 - multiple explosions cut short
Scott González [Wed, 9 Mar 2011 15:09:29 +0000 (10:09 -0500)]
Effects: Handle just passing an effect name.
Scott González [Wed, 9 Mar 2011 15:01:07 +0000 (10:01 -0500)]
Merge branch 'effects-api' of https://github.com/gnarf37/jquery-ui into gnarf37-effects-api
gnarf [Tue, 8 Mar 2011 22:04:55 +0000 (16:04 -0600)]
Effects demo: Animate a containing div instead of the canvas directly for easing demo. Fixes #7086 - easing only first click is working.
Canvas seems to be animating poorly in Chrome 11 - and animating the height only is scaling width too in some browsers yet not others...
Richard Worth [Tue, 8 Mar 2011 19:22:48 +0000 (14:22 -0500)]
Unit tests: removed no longer utilized tickets.js files for Menu and Tooltip
Jay Merrifield [Tue, 8 Mar 2011 14:42:10 +0000 (09:42 -0500)]
Dialog: Before handling escape key presses, check if the default action has been prevented. Fixes #6966 - Pressing ESC on dialog when 2 dialogs are open closes both dialogs.
Guillaume Gautreau [Tue, 8 Mar 2011 14:32:48 +0000 (09:32 -0500)]
Draggable: modify margins of the containment according to the margin of the draggable element. Fixed #7084 - Draggable with parent containment and margin
gnarf [Tue, 8 Mar 2011 06:56:10 +0000 (00:56 -0600)]
Merge branch 'effects-api' of github.com:gnarf37/jquery-ui into effects-api
gnarf [Tue, 8 Mar 2011 05:53:24 +0000 (23:53 -0600)]
effect.puff: Errant console.log removed
Scott González [Mon, 7 Mar 2011 15:50:47 +0000 (10:50 -0500)]
Mouse visual test: Bump jQuery version.
awgy [Sat, 5 Feb 2011 13:45:37 +0000 (07:45 -0600)]
Mouse: Adding visual test for issue #6946 - Mouse: click event suppressed after drag in Gecko
awgy [Sat, 5 Feb 2011 08:13:55 +0000 (02:13 -0600)]
Mouse: Reset click event suppression on next mousedown. Fixes #6946 - Mouse: click event suppressed after drag in Gecko
Adam Parod [Thu, 17 Feb 2011 21:17:40 +0000 (15:17 -0600)]
Datepicker: Reformat minDate/maxDate when dateFormat changes. Fixes #7009 - Reformat minDate/maxDate when dateFormat changes.
michaelmwu [Sat, 5 Mar 2011 06:17:30 +0000 (22:17 -0800)]
Sortable: Changed floating calculation to determine also whether items are being displayed horizontally. Helps fix odd sorting behavior for horizontal lists. Fixed #6702 - horizontal sortable not working (and solution)
Douglas Neiner [Wed, 2 Mar 2011 17:52:21 +0000 (12:52 -0500)]
Dialog: Added a class to dialog wrapper when it is currently displaying buttons, includes unit tests for changes. Fixed #7057 - An extra class is needed on the dialog wrapper to specify when a buttonset is showing
Richard Worth [Thu, 3 Mar 2011 02:27:09 +0000 (21:27 -0500)]
Datepicker i18n: corrected arabic month name for May. Fixed #7055 - Datepicker: arabic month name has March in place of May
Richard Worth [Thu, 3 Mar 2011 01:44:26 +0000 (20:44 -0500)]
Switched to latest stable jQuery 1.5.1
gnarf [Mon, 7 Mar 2011 17:15:28 +0000 (11:15 -0600)]
Merge branch 'master' into effects-api
Scott González [Mon, 7 Mar 2011 15:50:47 +0000 (10:50 -0500)]
Mouse visual test: Bump jQuery version.
Scott González [Mon, 7 Mar 2011 15:47:33 +0000 (10:47 -0500)]
Merge branch 'master' of https://github.com/voxwerk/jquery-ui into voxwerk-master
Adam Parod [Thu, 17 Feb 2011 21:17:40 +0000 (15:17 -0600)]
Datepicker: Reformat minDate/maxDate when dateFormat changes. Fixes #7009 - Reformat minDate/maxDate when dateFormat changes.
gnarf [Mon, 7 Mar 2011 05:34:24 +0000 (23:34 -0600)]
effects.drop: Quick second pass Style Guidance
gnarf [Mon, 7 Mar 2011 03:16:56 +0000 (21:16 -0600)]
effects.fade: Using $ instead of jQuery
gnarf [Mon, 7 Mar 2011 02:44:35 +0000 (20:44 -0600)]
effects.core: Style Guidance
gnarf [Mon, 7 Mar 2011 00:48:14 +0000 (18:48 -0600)]
effects.*: style guidance
gnarf [Mon, 7 Mar 2011 00:34:18 +0000 (18:34 -0600)]
effects.*: Style Guidance
gnarf [Sun, 6 Mar 2011 23:45:43 +0000 (17:45 -0600)]
effect.*: Style Guidance
gnarf [Sun, 6 Mar 2011 21:24:48 +0000 (15:24 -0600)]
Adding fade to the tests
gnarf [Sun, 6 Mar 2011 21:24:24 +0000 (15:24 -0600)]
effects.*: More Style Guidance
gnarf [Sun, 6 Mar 2011 11:36:06 +0000 (05:36 -0600)]
effects.drop: Style Guidance
gnarf [Sun, 6 Mar 2011 11:25:38 +0000 (05:25 -0600)]
effects.clip: Reuse a var instead of calculate again
gnarf [Sun, 6 Mar 2011 11:22:32 +0000 (05:22 -0600)]
effects.clip: Style Guidance
gnarf [Sat, 5 Mar 2011 22:17:54 +0000 (16:17 -0600)]
Effects: Minor whitespace improvements
michaelmwu [Sat, 5 Mar 2011 06:17:30 +0000 (22:17 -0800)]
Sortable: Changed floating calculation to determine also whether items are being displayed horizontally. Helps fix odd sorting behavior for horizontal lists. Fixed #6702 - horizontal sortable not working (and solution)
gnarf [Fri, 4 Mar 2011 23:10:02 +0000 (17:10 -0600)]
Effects: General Code Cleanup
Douglas Neiner [Wed, 2 Mar 2011 17:52:21 +0000 (12:52 -0500)]
Dialog: Added a class to dialog wrapper when it is currently displaying buttons, includes unit tests for changes. Fixed #7057 - An extra class is needed on the dialog wrapper to specify when a buttonset is showing
gnarf [Thu, 3 Mar 2011 02:58:10 +0000 (20:58 -0600)]
Cleaning up effects.core _normalizeArguments a bit more
Richard Worth [Thu, 3 Mar 2011 02:27:09 +0000 (21:27 -0500)]
Datepicker i18n: corrected arabic month name for May. Fixed #7055 - Datepicker: arabic month name has March in place of May
gnarf [Thu, 3 Mar 2011 02:10:09 +0000 (20:10 -0600)]
Updated to new effects object API
gnarf [Thu, 3 Mar 2011 02:00:57 +0000 (20:00 -0600)]
Just a quick touch to update to new internal effects object API
Richard Worth [Thu, 3 Mar 2011 01:44:26 +0000 (20:44 -0500)]
Switched to latest stable jQuery 1.5.1
gnarf [Thu, 3 Mar 2011 01:46:46 +0000 (19:46 -0600)]
Quick rewrite for new options object
gnarf [Thu, 3 Mar 2011 01:46:19 +0000 (19:46 -0600)]
Should add a visual test for the standard show/hide method to make sure we don't break it by overriding it
gnarf [Thu, 3 Mar 2011 01:30:27 +0000 (19:30 -0600)]
Starting to clean up the internal API for animations
jzaefferer [Mon, 28 Feb 2011 21:53:06 +0000 (22:53 +0100)]
Menubar: Close menu on input click when already open
jzaefferer [Mon, 28 Feb 2011 21:49:49 +0000 (22:49 +0100)]
Menubar: Remove dependency on button and simplify CSS accordingly.
jzaefferer [Mon, 28 Feb 2011 21:38:06 +0000 (22:38 +0100)]
Menu: Cleanup
jzaefferer [Mon, 28 Feb 2011 21:36:41 +0000 (22:36 +0100)]
Menu: Move addClass(active) call to _open to make it work for both mouse
and keyboard interactions
Scott González [Sat, 26 Feb 2011 14:06:06 +0000 (15:06 +0100)]
Tooltip: Make sure we have a target before trying to open the tooltip.
Scott González [Sat, 26 Feb 2011 14:04:33 +0000 (15:04 +0100)]
Tooltip: Rename _show to _open.
Scott González [Sat, 26 Feb 2011 12:31:45 +0000 (13:31 +0100)]
Widget tests: Work around a bug in jQuery core in IE 9rc.
jzaefferer [Sat, 26 Feb 2011 11:10:52 +0000 (12:10 +0100)]
Spinner: Ignore delta of 0 from triggered mousewheel event. Verified
that mousewheel scrolling actually works fine in IE6.
jzaefferer [Sat, 26 Feb 2011 10:48:56 +0000 (11:48 +0100)]
Accordion: Improve unit test to get consistent results on mobile devices
jzaefferer [Sat, 26 Feb 2011 10:23:37 +0000 (11:23 +0100)]
Position: Test for window scrollTop support and run scrolled window test
only when support is there. Should exclude mobile devices, getting the
position testsuite to produce more useful results.
Scott González [Sat, 26 Feb 2011 10:13:00 +0000 (11:13 +0100)]
Button: Only add text classes if there is text. Fixes #7040 - button class change breaks icon only buttons.
jzaefferer [Fri, 25 Feb 2011 22:09:58 +0000 (23:09 +0100)]
Autocomplete: Update combobox menu to point out limits and link to
explaining it.
jzaefferer [Fri, 25 Feb 2011 17:58:44 +0000 (18:58 +0100)]
Menu: Cleanup contextmenu demo and fix aria unit test to ignore empty
string values
jzaefferer [Fri, 25 Feb 2011 10:33:48 +0000 (11:33 +0100)]
Adding a domEqual assertion to our testsuite for more sane DOM
comparisons. Comparing innerHTML is too dependent on random browser
quirks like IE only sometimes rendering closing tags.
jzaefferer [Fri, 25 Feb 2011 10:12:21 +0000 (11:12 +0100)]
Position: Drop offset-as-a-setter from position, 1.9 won't support core
1.3 anymore
jzaefferer [Fri, 25 Feb 2011 09:43:06 +0000 (10:43 +0100)]
Menu: Cleanup unit test page
Scott González [Fri, 25 Feb 2011 09:41:52 +0000 (10:41 +0100)]
Merge branch 'master' of github.com:jquery/jquery-ui
Scott González [Fri, 25 Feb 2011 09:40:36 +0000 (10:40 +0100)]
Datepicker: Added Tajikistan localization. Fixes #7034 - Datepicker: Add Tajikistan localization.