Commit Graph

2148 Commits

Author SHA1 Message Date
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
Richard Worth
8d8645c2a5 removed BOMs 2009-04-24 19:53:21 +00:00
Jörn Zaefferer
fae081ed25 effects: demo visualising easing functions, tuning 2009-04-23 22:47:42 +00:00
Jörn Zaefferer
5e2ed0c541 effects: demo visualising easing functions, tuning 2009-04-23 22:24:43 +00:00
Jörn Zaefferer
9571d9614c effects: demo visualising easing functions, tuning 2009-04-23 22:21:51 +00:00
Jörn Zaefferer
35186a9a39 effects: demo visualising easing functions, tuning 2009-04-23 22:21:32 +00:00
Jörn Zaefferer
67830bde80 effects: demo visualising easing functions, tuning 2009-04-23 22:14:47 +00:00
Jörn Zaefferer
60a0ae46e5 effects: demo visualising easing functions, tuning 2009-04-23 22:11:30 +00:00
Jörn Zaefferer
a24b17a874 effects: demo visualising easing functions, tuning 2009-04-23 22:11:02 +00:00
Jörn Zaefferer
a0050d1337 effects: demo visualising easing functions, tuning 2009-04-23 21:37:07 +00:00
Jörn Zaefferer
c3d8917e56 effects: demo visualising easing functions, added to index 2009-04-23 21:05:11 +00:00
Jörn Zaefferer
36815791fd effects: demo visualising easing functions, tuning 2009-04-23 21:04:55 +00:00
Jörn Zaefferer
45492ac346 effects: demo visualising easing functions, tuning 2009-04-23 21:03:48 +00:00
Jörn Zaefferer
2fac011e4a effects: demo visualising easing functions 2009-04-23 20:55:45 +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
Andrew Powell
dc76df3d07 Updated the test to include all scenarios. 2009-04-19 23:15:44 +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
6061587bdd Dialog demo: Removed misplaced !important. 2009-04-18 19:09:41 +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
Scott González
8c5ca934c3 Dialog: Expanded all self-closing tags for HTML conformance. 2009-04-18 15:03:56 +00:00
Scott González
a3c2a255ad Dialog: Using local variables to improve minification. 2009-04-18 15:01:13 +00:00
Scott González
ddff678220 Progressbar: Removed getter property. 2009-04-18 14:34:20 +00:00
Scott González
cedf663e2f Core: Added asynchronous focus. Fixed #3559 - :focusable, :tabbable, setFocus(). 2009-04-18 13:04:07 +00:00
Scott González
15788355fa Accordion - Removed easeslide animation. Fixes #4204 - Easeslide does not work (Accordion). 2009-04-18 02:32:11 +00:00
Scott González
6ca335f94c Accordion: Gracefully falling back to a linear animation for any non-existant animation specified for the animated option. Fixes #4392 - Accordion: option animated true causes JavaScript error. 2009-04-17 23:05:37 +00:00
Richard Worth
8fac95cea3 whitespace 2009-04-17 21:28:37 +00:00
Richard Worth
bfb127f2d2 Added visual test page for #3736 - Some handles get stuck when using two or more handles 2009-04-17 14:16:09 +00:00
Richard Worth
fa369c5340 Added visual test page for #3762 - slider handles not restricted properly when set programmatically 2009-04-17 13:59:27 +00:00
Keith Wood
8f503d8d31 Datepicker: Fixed #3861 Manually entered date does not update altField 2009-04-16 10:42:04 +00:00
Scott González
62f11b4a2e Progressbar: Modified value method to act as both a getter and setter. Fixed #4427 - progressbar('value') returns a reference to this instead of the value. 2009-04-16 01:57:56 +00:00
Scott González
1195854aaa Merged in widget-factory branch and added tests. Fixes #4411 - Widget factory should auto detect getters. 2009-04-15 02:33:28 +00:00
Keith Wood
3c7b612993 Datepicker: Fixed #4462 - Estonian localization 2009-04-14 12:58:53 +00:00
Andrew Powell
5a2ca0e637 Fix for 4427. Per Scott G; Widgets cannot presently have getters and setters with the same name. Scott's changes to the widget factory enable this and will be merged soon. 2009-04-12 22:05:53 +00:00
Keith Wood
a4065729e2 Datepicker: Fixed #4348 - Datepicker positioned outside body when scrollbar enabled 2009-04-10 10:09:03 +00:00
Keith Wood
4ae29ba06b Datepicker: Apply min/max settings on setDate 2009-04-10 08:22:47 +00:00
Keith Wood
c7a21a83dd Datepicker: Restored keystrokes for yearly movements 2009-04-10 08:20:11 +00:00
Keith Wood
0375dcb04a Datepicker: Removed more remnants of range select functionality 2009-04-10 08:05:51 +00:00
Keith Wood
f754cf1111 Datepicker: Apply min/max settings on setDate 2009-04-10 08:04:57 +00:00
Keith Wood
1f2dcf8af9 Datepicker: Fixed #4054 - Datepicker overlay problem in IE6 2009-04-10 07:57:26 +00:00
Keith Wood
5235b3bbd5 Datepicker: fixed #4085 - Can not display year and month correctly in Japanese 2009-04-10 07:55:52 +00:00
Keith Wood
b94d5cf673 Datepicker: Removed remnants of yearly steps 2009-04-10 07:46:35 +00:00
Scott González
5f67602b81 SVN props. 2009-04-02 02:38:57 +00:00
Scott González
1dce11b934 Added demo for animated dialog. 2009-04-02 02:37:25 +00:00
Scott González
8936687c18 Dialog: Fixed the case where you open two modal dialogs and then close the top dialog and inputs in the first dialog were no longer usable - Fixes #4309. 2009-04-02 02:00:45 +00:00
Richard Worth
fbb912524d fixed #4391 - ui-state-hover, ui-state-active and disabled sliders 2009-04-02 00:10:52 +00:00
Richard Worth
0c28f50dae added test page for #4391 - ui-state-hover, ui-state-active and disabled sliders 2009-04-02 00:08:15 +00:00
Keith Wood
fc75c3e3ad Datepicker: added Windows ticks format 2009-04-01 10:56:58 +00:00