Scott González
|
33c16ae163
|
Dialog: Contain resizing to the document. Fixes #4664 - uiDialog.resizable needs containment:'document' to agree with uiDialog.draggable.
Thanks AudreyT.
|
2009-07-21 00:03:39 +00:00 |
|
Scott González
|
c35ed2cab5
|
Dialog: Removed drag and resize option handling from setDataSwitch hash (legacy from when dialog didn't have its own events).
|
2009-07-16 16:32:35 +00:00 |
|
Jörn Zaefferer
|
dcdccf0789
|
Fixed the regression introduced in r2861
|
2009-07-15 08:32:22 +00:00 |
|
Scott González
|
226ff67a00
|
animateClass: Don't animate scrollbar properties. Fixes #4676 - toggleClass breaks in IE sometimes.
|
2009-07-13 00:51:03 +00:00 |
|
Scott González
|
a716261ab6
|
Dialog: Changed beforeclose option to beforeClose. Fixes #4669 - Dialog: beforeclose option should be beforeClose.
|
2009-07-11 00:36:36 +00:00 |
|
Scott González
|
1a03453654
|
Widget factory: Force event types to be lowercase. Fixes #4668 - All event types should be lowercase even if the corresponding callback is camelcase.
|
2009-07-11 00:30:46 +00:00 |
|
Scott González
|
2ebc73e2b7
|
Dialog: Use _trigger for drag and resize events instead of executing callbacks directly. Fixed #4629 - Dialog events not being triggered.
|
2009-07-10 20:00:06 +00:00 |
|
Jörn Zaefferer
|
b5ac948fa6
|
updated header for ui.stackfix.js, after confirming with Brandon the copyright change (he's already listed in AUTHORS.txt)
|
2009-07-09 14:41:18 +00:00 |
|
Jörn Zaefferer
|
a2899b145f
|
replacing bgiframe with ui.stackfix, updated dialog and its demos accordingly
|
2009-07-09 11:17:19 +00:00 |
|
Scott González
|
f51cdf206c
|
Scale: Reset opacity after animation. Fixed #4274 - New show hide effects don't execute correctly in IE.
|
2009-07-09 04:00:35 +00:00 |
|
Scott González
|
292d9df1ce
|
Draggable: Removed absolutePosition from ui hash. Fixes #3990 - Remove absolutePosition from ui hash.
|
2009-07-09 03:22:57 +00:00 |
|
Scott González
|
ceb661f959
|
Droppable: Removed absolutePosition from ui hash. Fixes #3989 - Remove absolutePosition from ui hash.
|
2009-07-09 03:16:23 +00:00 |
|
Richard Worth
|
56b0da59d7
|
Fixed #4551 - Sortable connectWith fails if item is floated. Props dhlavety and jlillywhite.
|
2009-07-07 10:41:42 +00:00 |
|
Keith Wood
|
bf500e6b8b
|
Datepicker: Fixed #4634 Incorrect month number when using selectOtherMonths
|
2009-07-05 05:26:14 +00:00 |
|
Keith Wood
|
a84392c270
|
Datepicker: Fixed #4646 Localization error in ui.datepicker-es.js
|
2009-07-05 05:15:33 +00:00 |
|
Scott González
|
44ec979713
|
Widget factory: Convert falsy data values to an empty hash in _trigger. Fixes #4650: ui hash not always provided in events/callbacks.
|
2009-07-04 03:39:19 +00:00 |
|
Jörn Zaefferer
|
b6bdbb4211
|
accordion fix for #4653: added tests, adopted no-auto-height demo to also cover navigation option; fixed an unrelated bug, where ui-accordion-content-active was never removed
|
2009-07-03 21:05:22 +00:00 |
|
Keith Wood
|
681bcc4ad0
|
Datepicker: Fixed #4613 Datepicker Swiss-French (fr-CH) localization
|
2009-06-22 02:43:30 +00:00 |
|
Keith Wood
|
35a4052aba
|
Datepicker: Fixed #4536 Datepicker maxDate doesn't take into account column layout
|
2009-06-22 02:08:19 +00:00 |
|
Keith Wood
|
3b5c91fdc6
|
Datepicker. Fixed #3657 showOtherMonths should allow the selection of days from other months
|
2009-06-21 07:28:51 +00:00 |
|
Scott González
|
82df8dbf53
|
Tabs: Added defaults for callback options. Fixed 4619 (Tabs doesn't define default for select option).
|
2009-06-20 13:17:05 +00:00 |
|
Keith Wood
|
f07a17bbf0
|
Datepicker: default, min, and max dates can be specified as date strings in the current format
|
2009-06-16 08:44:56 +00:00 |
|
Keith Wood
|
37f4f74493
|
Datepicker: Fixed #4592 Basque (euskara) localization
|
2009-06-16 08:42:15 +00:00 |
|
Scott González
|
f505d5a230
|
Refactored puff effect.
|
2009-06-15 02:21:44 +00:00 |
|
Scott González
|
25398447f1
|
Effects core: Removed jQuery.fn.morph (same as jQuery.fn.switchClass). Fixed #4602 (Remove jQuery.fn.morph).
|
2009-06-15 02:18:47 +00:00 |
|
Scott González
|
2f161c13de
|
Effects core: Tweaked color animation.
|
2009-06-15 02:15:56 +00:00 |
|
Scott González
|
58b37be5ac
|
Widget factory: Make methods chainable if the return value is undefined. Fixed #4601 (Allow undefined return value for chainable method calls).
|
2009-06-15 02:01:11 +00:00 |
|
Scott González
|
d8d7cf27c3
|
Fixed Italian localization for datepicker. (Fixed #4599 - Datepicker i18n: Fix Italian localization). Thanks Antonello Pasella.
|
2009-06-13 12:52:48 +00:00 |
|
Scott González
|
f22f205cfc
|
Effects core: Fixed indentation for color animation overrides.
|
2009-06-12 13:26:45 +00:00 |
|
Klaus Hartl
|
b129e79ba7
|
UI Tabs: a fix for messed up animations and ajax tabs
|
2009-06-12 08:36:03 +00:00 |
|
Scott González
|
83eafe63d9
|
Effects core: Reorganized method overloading.
|
2009-06-11 21:21:35 +00:00 |
|
Scott González
|
4175ca180a
|
Effects core: Refactored .effect() method; now uses _normalizeArguments and honors jQuery.fx.off. Fixes #4328 (IE6 with fx.off and highlight throws a script error).
|
2009-06-11 13:06:20 +00:00 |
|
Keith Wood
|
e50d9d3515
|
Datepicker: Fixed #4514 Dialog doesn't accept initial date as Date
|
2009-06-11 10:27:30 +00:00 |
|
Scott González
|
f18399da4f
|
Effects core: Changed callback option to complete. Fixes #4586 (Effects callback should be "complete" not "callback").
|
2009-06-10 01:25:21 +00:00 |
|
Scott González
|
347f86d99a
|
Effects core: Refactored show/hide/toggle methods.
|
2009-06-10 01:22:38 +00:00 |
|
Keith Wood
|
e318d42f13
|
Datepicker: Fixed #4556 Hungarian locale typo
|
2009-06-09 08:40:22 +00:00 |
|
Scott González
|
27c3c52625
|
Dialog: adjusting minHeight when the height option is less than the minHeight to prevent unexpectedly large dialogs. Fixes #4101 (Ui Dialog height does not adjust minHeight). Fixes #4122 (Dialog's content area isn't resized when height is adjusted).
|
2009-06-09 01:10:33 +00:00 |
|
Scott González
|
8634ba993c
|
All mouse-based plugins: Extend $.ui.mouse.defaults. Changed $.ui.mouse.defaults.cancel to ":input,option" which is used by every plugin as its default. Fixes #4584 ($.ui.mouse.defaults never used).
|
2009-06-09 00:46:00 +00:00 |
|
Keith Wood
|
ce94b548d0
|
Datepicker: Added Vietnamese localisation
|
2009-06-06 05:59:23 +00:00 |
|
Richard Worth
|
5f83018470
|
eol-style and mime-type
|
2009-05-22 03:29:00 +00:00 |
|
Jörn Zaefferer
|
7f2cbf8ae6
|
Partial fix for #3773
|
2009-05-12 08:51:48 +00:00 |
|
Jörn Zaefferer
|
4b970c7441
|
Fix for #4282, fixes 14 tests
|
2009-05-11 12:32:43 +00:00 |
|
Jörn Zaefferer
|
892824558c
|
Fix for #4222
|
2009-05-11 11:43:48 +00:00 |
|
Jörn Zaefferer
|
f6b219fdc4
|
fix for #4492: added missing semicolons
|
2009-05-07 10:50:38 +00:00 |
|
Keith Wood
|
c4b86dcfbe
|
Datepicker: Fixed #4474 Pressing Return (keyCode 13) overwrites manually inserted input in DatePicker
|
2009-04-26 07:25:15 +00:00 |
|
Keith Wood
|
2d67c203bf
|
Datepicker: Fixed #4480 Date format and first day for regional default values in "ui.datepicker-ca.js"
|
2009-04-26 07:02:43 +00:00 |
|
Keith Wood
|
068fd93e89
|
Datepicker: Added Azerbaijani localisation
|
2009-04-26 02:38:44 +00:00 |
|
Andrew Powell
|
30ad533948
|
updated the condition to assert that values.legnth ==2 and range: true. (fixed #3736 - Slider: some handles get stuck when using two or more handles)
|
2009-04-19 23:50:48 +00:00 |
|
Scott González
|
1c2fd6f9ee
|
Effects Core: Proper handling for .toggle(true). Fixes #4473 - effects.core corrupts jQuery toggle(<boolean switch>) functionality.
|
2009-04-19 21:19:23 +00:00 |
|
Scott González
|
1b31f1aee8
|
Dialog: Using new delayed focus method. Also fixed a bug where focus would leave the dialog for a fraction of a second when cycling through the tabbable elements.
|
2009-04-18 18:49:49 +00:00 |
|