gnarf
|
34d9e038bd
|
effect.bounce: fixing default distance to be 1/3 the size of the bouncing box - thx @scott_gonzalez for catching this
|
2011-05-03 08:39:02 -05:00 |
|
gnarf
|
61904162cf
|
effects.pulsate: set default mode to 'effect'
|
2011-05-03 07:22:34 -05:00 |
|
gnarf
|
321fd39057
|
Some minor tweaks to the effects, trying to clean up code a bit + style guidance
|
2011-05-01 03:44:33 -05:00 |
|
gnarf
|
cc2342ac31
|
effects.bounce: removing the opti for duration, the normalizeArguments in core will ALWAYS set a duration, no need to default here
|
2011-04-04 15:43:47 -05:00 |
|
gnarf
|
5c88bb702f
|
effects.*: Normalizing animation time - 1000 ms effect should only take 1000 ms - Fixes #7067 - Also making sure the queued animations run DIRECTLY after the effect
|
2011-03-27 06:30:52 -05:00 |
|
Scott González
|
6fc98deef0
|
Widget: Allow setting individual properties of deep options. Fixes #7035 - Widget: Extend .option() to set partial nested options.
|
2011-03-24 09:21:53 -04:00 |
|
Scott González
|
c6e7e3fc28
|
Widget: Deprecated use of metadata plugin. Fixes #7191 - Widget: Deprecate use of metadata.
|
2011-03-23 09:16:19 -04:00 |
|
Scott González
|
79c0fb7ee9
|
Accordion: Added missing semicolon.
|
2011-03-23 08:57:41 -04:00 |
|
Scott González
|
f77224055a
|
Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - Widget: Make the widget method maintain the stack.
|
2011-03-22 14:35:18 -04:00 |
|
Scott González
|
e7991e33f3
|
Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when search is complete.
|
2011-03-22 14:07:49 -04:00 |
|
Scott González
|
221dcd7027
|
Position: Coding standards.
|
2011-03-22 13:12:03 -04:00 |
|
Scott González
|
6f051d5d6a
|
Position: Merged offset option into my and at options and added support for percentage-based offsets. Fixes #6981 - Position: Merge offset option into my and at options. Fixes #7028 - Position: Allow percent-based offsets.
|
2011-03-22 12:25:25 -04:00 |
|
Scott González
|
d4dadd14c2
|
Merge branch 'remove-spinner-output' of https://github.com/ajpiano/jquery-ui
|
2011-03-22 08:55:00 -04:00 |
|
adam j. sontag
|
00547ec046
|
Spinner: Remove debugging output that appends directly to the body from mousewheel handling.
|
2011-03-21 17:37:57 -04:00 |
|
adam j. sontag
|
02ba487db0
|
Spinner: Set the widgetEventPrefix to "spin" as per the spec.
|
2011-03-21 16:10:12 -04:00 |
|
Scott González
|
a6fbb47e6a
|
Position: Fixed typo.
|
2011-03-21 14:02:00 -04:00 |
|
Scott González
|
7fc0cec36f
|
Position: Removed unused refenrece to $.fn.offset.
|
2011-03-21 14:00:26 -04:00 |
|
Scott González
|
923b5b67b9
|
Merge branch 'tabs_4386' of https://github.com/petersendidit/jquery-ui
|
2011-03-21 11:30:11 -04:00 |
|
David Petersen
|
710d7620e7
|
Tabs: Fix disable and enable methods to correctly handle when index is undefined. Use boolean when fully enabled/disabled. Allow selected tab to be disabled.Fixes #4386
|
2011-03-21 09:18:19 -04:00 |
|
Giovanni Giacobbi
|
3ce8429f4f
|
Restructured if/else's for better readability
|
2011-03-20 03:19:36 +01:00 |
|
Scott González
|
6d01645716
|
Datepicker: Changed a comment that causes problems with YUI Compressor. Fixes #7129 - Datepicker: Can't minify with YUI Compressor.
|
2011-03-18 08:26:08 -04:00 |
|
jzaefferer
|
5a112d4e03
|
Menu: Close submenu on ESCAPE keypress
|
2011-03-17 17:43:11 +01:00 |
|
jzaefferer
|
0872aac982
|
Widget: Accept selectors and DOM elements as element-argument to _bind
|
2011-03-17 11:59:32 +01:00 |
|
jzaefferer
|
a077047fb3
|
Menu: Implement delaying of opening and closing submenus
|
2011-03-17 10:37:37 +01:00 |
|
Scott González
|
da67ece506
|
Menu: Handle clicking on a menu item without hovering it first. Fixes #7085 - Menu click when no mouseover causes error.
|
2011-03-15 14:02:18 -04:00 |
|
Richard Worth
|
4026d3acd7
|
Autocomplete: moved autoFocus implementation to after menu visible for a11y
|
2011-03-15 12:26:47 -04:00 |
|
Scott González
|
4881a27b82
|
Merge branch 'ticket-3968' of https://github.com/gnarf37/jquery-ui
|
2011-03-15 09:18:38 -04:00 |
|
gnarf
|
ac0cc2fac5
|
Datepicker: Updated to check for new or old style effects (see #7103).
|
2011-03-15 09:02:21 -04:00 |
|
gnarf
|
d64c9efda5
|
Effects: Moved effects to $.effects.effect[] and deprecated use of $.effects[]. Fixes #7103 - Effects: Move effects to $.effects.effect[].
|
2011-03-15 09:00:45 -04:00 |
|
Richard Worth
|
2f5eadeb8f
|
Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - Autocomplete: Default autoFocus to true
|
2011-03-15 05:48:31 -04:00 |
|
Richard Worth
|
09215ef2cd
|
Autocomplete: new option autoFocus, default false. Fixed #7032 - Autocomplete: Add option to automatically highlight the first result
|
2011-03-15 05:39:56 -04:00 |
|
Richard Worth
|
056cab82d8
|
Accordion: set aria-selected to true on selected header, false on others. Fixed #7078 - Accordion: Set aria-selected
|
2011-03-15 04:30:36 -04:00 |
|
Matt Hoskins
|
84257e7f0a
|
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.
|
2011-03-14 06:53:00 -07:00 |
|
gnarf
|
7bb0e40f7a
|
effects.explode: correcting my misspelled variable name :/
|
2011-03-12 14:41:56 -06:00 |
|
gnarf
|
39dcad6e49
|
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
|
2011-03-11 20:00:36 -06:00 |
|
ddstreet
|
0b30a1d450
|
Button: find associated label even without common ancestor. Fixes #7092 - button creation that requires a matching label does not find label in all cases
|
2011-03-11 10:52:13 -05:00 |
|
Scott González
|
0eb1106b5b
|
Merge branch 'ddmanager-caches-wrong-dimensions' of https://github.com/EleotleCram/jquery-ui into EleotleCram-ddmanager-caches-wrong-dimensions
|
2011-03-11 10:19:45 -05:00 |
|
gnarf
|
3f8c608691
|
effects.core: Another place where args.callback was used that escaped my first pass
|
2011-03-11 09:50:56 -05:00 |
|
Marcel Toele
|
86e6ed2eb1
|
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.
|
2011-03-11 15:37:52 +01:00 |
|
gnarf
|
4ade64b690
|
effects.*: Explode effect was removing more elements than it should upon completion. Fixed #6022 - multiple explosions cut short
|
2011-03-10 22:18:19 -06:00 |
|
Scott González
|
19e72449f1
|
Effects: Handle just passing an effect name.
|
2011-03-09 10:09:29 -05:00 |
|
Scott González
|
3875cf63e4
|
Merge branch 'effects-api' of https://github.com/gnarf37/jquery-ui into gnarf37-effects-api
|
2011-03-09 10:01:07 -05:00 |
|
Jay Merrifield
|
f9996682b5
|
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.
|
2011-03-08 09:42:10 -05:00 |
|
Guillaume Gautreau
|
3a0ec399cd
|
Draggable: modify margins of the containment according to the margin of the draggable element. Fixed #7084 - Draggable with parent containment and margin
|
2011-03-08 09:32:48 -05:00 |
|
gnarf
|
b3198643ca
|
effect.puff: Errant console.log removed
|
2011-03-08 00:52:07 -06:00 |
|
awgy
|
0680b59260
|
Mouse: Reset click event suppression on next mousedown. Fixes #6946 - Mouse: click event suppressed after drag in Gecko
|
2011-03-08 00:52:07 -06:00 |
|
Adam Parod
|
18ad8ffb3d
|
Datepicker: Reformat minDate/maxDate when dateFormat changes. Fixes #7009 - Reformat minDate/maxDate when dateFormat changes.
|
2011-03-08 00:52:07 -06:00 |
|
michaelmwu
|
4ad513b7f0
|
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)
|
2011-03-08 00:52:07 -06:00 |
|
Douglas Neiner
|
6008a30fcb
|
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
|
2011-03-08 00:52:07 -06:00 |
|
Richard Worth
|
ea89522828
|
Datepicker i18n: corrected arabic month name for May. Fixed #7055 - Datepicker: arabic month name has March in place of May
|
2011-03-08 00:52:07 -06:00 |
|