Scott González
|
de827dd8df
|
Dialog: Include stackfix in default demo.
|
2009-07-28 02:34:35 +00:00 |
|
Scott González
|
d3bd7ae09f
|
Dialog tests: Switch bgiframe to stackfix.
|
2009-07-27 23:53:58 +00:00 |
|
Chi Cheng
|
010a225af3
|
Effects: handle switch parameter in toggleClass, fixes #4722
|
2009-07-27 17:35:54 +00:00 |
|
Chi Cheng
|
f35bae5a7f
|
Position: rollback
|
2009-07-27 15:30:25 +00:00 |
|
Chi Cheng
|
85193b54c9
|
position: add document link; values should be string but not defaultValue variant
|
2009-07-26 09:36:29 +00:00 |
|
Chi Cheng
|
ee3a1718fb
|
position: make it work without ui.core.js
|
2009-07-25 19:56:11 +00:00 |
|
Chi Cheng
|
f450302692
|
Stackfix: restrict version test to IE version
|
2009-07-25 13:19:42 +00:00 |
|
Scott González
|
eff793d014
|
Copied position plugin from /branches/dev/positionTo r2971.
|
2009-07-24 18:24:13 +00:00 |
|
Scott González
|
bfca009321
|
Datepicker in dialog compound demo: Initialize datepicker before dialog opens.
|
2009-07-24 12:53:04 +00:00 |
|
Scott González
|
30bfc47c35
|
Dialog: Use :data(resizable) instead of :ui-resizable to check if the dialog is resizable. Fixes a bug when the resizable plugin isn't loaded and the :ui-resizable selector therefore doesn't exist.
|
2009-07-24 02:00:31 +00:00 |
|
Scott González
|
d6f7a57eb1
|
Dialog: Update position option after drag. Fixes #4679 - Dialogs should remember their position after drag.
Thanks wewals.
|
2009-07-23 02:47:38 +00:00 |
|
Keith Wood
|
1df4659b7d
|
Datepicker: Fixed #4691 Datepicker positioning is off if the window has almost the same height as the calendar div
|
2009-07-22 08:39:44 +00:00 |
|
Keith Wood
|
ef4000d9df
|
Datepicker: Fixed #3891 Autosize input field
|
2009-07-22 08:37:28 +00:00 |
|
Keith Wood
|
d2bd01aecb
|
Datepicker: Fixed #4684 Datepicker bug when textbox id contains '$'
|
2009-07-22 08:34:27 +00:00 |
|
Keith Wood
|
61e15b1f76
|
Datepicker: Fixed #4647 setDate cannot be called multiple times
|
2009-07-22 08:28:01 +00:00 |
|
Scott González
|
269a441268
|
Highlight effect: refactor.
|
2009-07-21 04:21:50 +00:00 |
|
Scott González
|
553c6cf7c1
|
Changed 0px to 0. Fixes #4351 - CSS units for zero.
|
2009-07-21 03:14:32 +00:00 |
|
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 |
|
Ca-Phun Ung
|
ec09afabb6
|
reverted r2948 - error is not in the test but in dialog itself.
|
2009-07-20 13:56:08 +00:00 |
|
Ca-Phun Ung
|
651a3a862d
|
fixed error in datepicker dialog compound test
|
2009-07-20 13:22:20 +00:00 |
|
Jörn Zaefferer
|
389343cfd3
|
added tabs-slider demo
|
2009-07-19 11:32:40 +00:00 |
|
Scott González
|
4d51ffd364
|
Fixed titles of visual test pages.
|
2009-07-18 18:35:30 +00:00 |
|
Scott González
|
78b2304ec1
|
Started building compound visual tests (multiple plugins). Partial fix for #4651 - Create test pages for nested widgets.
|
2009-07-18 18:33:16 +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
|
695adc544d
|
toggleClass demo: Fixed script and stylesheet URLs to be relative.
|
2009-07-13 00:47:34 +00:00 |
|
Jörn Zaefferer
|
169d2ad30f
|
workaround for #4375
|
2009-07-11 14:00:08 +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
|
e1550390b1
|
accordion: fix for static markup
|
2009-07-09 15:02:05 +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 |
|
Ca-Phun Ung
|
cfe9a275c9
|
datepicker: fixed dateFormat example
|
2009-06-24 07:40:14 +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 |
|
Scott González
|
3057d49b68
|
Tests: Fixed includes of cookie and simulate plugins.
|
2009-06-20 13:08:16 +00:00 |
|
Scott González
|
940259ac35
|
Tests: Fixed import of testsuite.css.
|
2009-06-20 13:03:59 +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 |
|