aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Menu: Handle clicking on a menu item without hovering it first. Fixes #7085 ↵Scott González2011-03-151-2/+7
| | | | - Menu click when no mouseover causes error.
* Autocomplete unit test: corrected name and argument order of equal() call in ↵Richard Worth2011-03-151-1/+1
| | | | autoFocus test function
* Autocomplete: moved autoFocus implementation to after menu visible for a11yRichard Worth2011-03-151-4/+4
|
* Autocomplete: refactored unit tests for autoFocus optionRichard Worth2011-03-151-14/+8
|
* Merge branch 'ticket-3968' of https://github.com/gnarf37/jquery-uiScott González2011-03-151-29/+46
|\
| * effects.explode: correcting my misspelled variable name :/gnarf2011-03-121-18/+16
| |
| * effects.explode: rework math used to split the div into peices - split the ↵gnarf2011-03-111-26/+45
| | | | | | | | | | | | box disregarding margins Fixes #3968 - effects explode: explodes from the right instead of from the center
* | Datepicker: Updated to check for new or old style effects (see #7103).gnarf2011-03-151-2/+6
| |
* | Effects: Moved effects to $.effects.effect[] and deprecated use of ↵gnarf2011-03-1514-21/+44
| | | | | | | | $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[].
* | Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: ↵Richard Worth2011-03-151-0/+27
| | | | | | | | Add option to automatically highlight the first result
* | Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - ↵Richard Worth2011-03-154-2/+5
| | | | | | | | Autocomplete: Default autoFocus to true
* | Autocomplete: new option autoFocus, default false. Fixed #7032 - ↵Richard Worth2011-03-152-0/+6
| | | | | | | | Autocomplete: Add option to automatically highlight the first result
* | Accordion: set aria-selected to true on selected header, false on others. ↵Richard Worth2011-03-152-1/+10
| | | | | | | | Fixed #7078 - Accordion: Set aria-selected
* | Draggable: Calling .refreshPositions instead of ._refreshItems when dragging ↵Matt Hoskins2011-03-141-1/+1
| | | | | | | | 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.
* | Menu: Add menubar-with-one-button-in-table example.jzaefferer2011-03-111-8/+67
| |
* | Menu: Improve CSS on testpagejzaefferer2011-03-111-1/+1
| |
* | Button: find associated label even without common ancestor. Fixes #7092 - ↵ddstreet2011-03-112-2/+32
| | | | | | | | button creation that requires a matching label does not find label in all cases
* | Merge branch 'ddmanager-caches-wrong-dimensions' of ↵Scott González2011-03-111-2/+2
|\ \ | |/ |/| | | https://github.com/EleotleCram/jquery-ui into EleotleCram-ddmanager-caches-wrong-dimensions
| * Droppable: enabled and accepting droppables are now activated prior to ↵Marcel Toele2011-03-111-2/+2
| | | | | | | | evaluating their geometry. Fixes #7104 Droppable: if activeClass changes the geometry of a droppable, then dnd uses the wrong geometry.
* | effects.core: Another place where args.callback was used that escaped my ↵gnarf2011-03-111-3/+3
| | | | | | | | first pass
* | effects.*: Explode effect was removing more elements than it should upon ↵gnarf2011-03-101-14/+22
|/ | | | completion. Fixed #6022 - multiple explosions cut short
* Effects: Handle just passing an effect name.Scott González2011-03-091-0/+5
|
* Merge branch 'effects-api' of https://github.com/gnarf37/jquery-ui into ↵Scott González2011-03-0916-675/+925
|\ | | | | | | gnarf37-effects-api
| * Merge branch 'effects-api' of github.com:gnarf37/jquery-ui into effects-apignarf2011-03-080-0/+0
| |\
| | * Merge branch 'master' into effects-apignarf2011-03-07350-1287/+2514
| | |\
| * | | effect.puff: Errant console.log removedgnarf2011-03-081-1/+0
| | | |
| * | | Mouse visual test: Bump jQuery version.Scott González2011-03-081-2/+2
| | | |
| * | | Mouse: Adding visual test for issue #6946 - Mouse: click event suppressed ↵awgy2011-03-081-0/+67
| | | | | | | | | | | | | | | | after drag in Gecko
| * | | Mouse: Reset click event suppression on next mousedown. Fixes #6946 - Mouse: ↵awgy2011-03-081-0/+5
| | | | | | | | | | | | | | | | click event suppressed after drag in Gecko
| * | | Datepicker: Reformat minDate/maxDate when dateFormat changes. Fixes #7009 - ↵Adam Parod2011-03-081-0/+7
| | | | | | | | | | | | | | | | Reformat minDate/maxDate when dateFormat changes.
| * | | Sortable: Changed floating calculation to determine also whether items are ↵michaelmwu2011-03-081-2/+2
| | | | | | | | | | | | | | | | being displayed horizontally. Helps fix odd sorting behavior for horizontal lists. Fixed #6702 - horizontal sortable not working (and solution)
| * | | Dialog: Added a class to dialog wrapper when it is currently displaying ↵Douglas Neiner2011-03-082-1/+12
| | | | | | | | | | | | | | | | buttons, includes unit tests for changes. Fixed #7057 - An extra class is needed on the dialog wrapper to specify when a buttonset is showing
| * | | Datepicker i18n: corrected arabic month name for May. Fixed #7055 - ↵Richard Worth2011-03-081-1/+1
| | | | | | | | | | | | | | | | Datepicker: arabic month name has March in place of May
| * | | Switched to latest stable jQuery 1.5.1Richard Worth2011-03-08343-1283/+2420
| |/ /
| * | effects.drop: Quick second pass Style Guidancegnarf2011-03-061-6/+7
| | |
| * | effects.fade: Using $ instead of jQuerygnarf2011-03-061-1/+1
| | |
| * | effects.core: Style Guidancegnarf2011-03-061-239/+286
| | |
| * | effects.*: style guidancegnarf2011-03-063-47/+68
| | |
| * | effects.*: Style Guidancegnarf2011-03-064-162/+259
| | |
| * | effect.*: Style Guidancegnarf2011-03-063-58/+76
| | |
| * | Adding fade to the testsgnarf2011-03-062-3/+12
| | |
| * | effects.*: More Style Guidancegnarf2011-03-063-60/+61
| | |
| * | effects.drop: Style Guidancegnarf2011-03-061-21/+35
| | |
| * | effects.clip: Reuse a var instead of calculate againgnarf2011-03-061-1/+1
| | |
| * | effects.clip: Style Guidancegnarf2011-03-061-25/+41
| | |
| * | Effects: Minor whitespace improvementsgnarf2011-03-053-7/+7
| | |
| * | Effects: General Code Cleanupgnarf2011-03-042-34/+41
| | |
| * | Cleaning up effects.core _normalizeArguments a bit moregnarf2011-03-021-12/+18
| | |
| * | Updated to new effects object APIgnarf2011-03-021-22/+25
| | |
| * | Just a quick touch to update to new internal effects object APIgnarf2011-03-029-60/+58
| | |