Commit Graph

800 Commits

Author SHA1 Message Date
Ca-Phun Ung
37d14b7f07 Accordion: fixed accordion drawers demo for IE6 and 7. Tested in FF2, FF3, Safari 3, Opera 9.5, IE6, IE7 & Chrome on WinXP. All look pretty good. However, IE6 still has slightly darker side borders caused by the .drawer-handle.open clause which is not properly supported by IE6. 2008-09-27 04:23:14 +00:00
Ca-Phun Ung
11e3a32c5c Spinner: reduced mousewheel timer from 500ms to 400ms (thanks cloudream) 2008-09-27 03:36:13 +00:00
Ca-Phun Ung
c73e5e5fdc Spinner: Removed external jquery.mousewheel.js call from visual test. 2008-09-26 07:26:20 +00:00
Ca-Phun Ung
24afc68d5b Spinner: added a timer to mousewheel interaction which fires a change event when the mousewheel stops spinning.
Added a few missing options to test case.
2008-09-26 07:21:56 +00:00
Ca-Phun Ung
b920e5893a Accordion: fix user-defined style issue when margin is set on expander 2008-09-26 02:31:38 +00:00
Eduardo Lundgren
9246c5117f Draggable cancelHelperRemoval when is not over 2008-09-26 02:29:46 +00:00
Ca-Phun Ung
a23a88a0ca Accordion: fixed jump in accordion when expander div has padding. 2008-09-25 18:50:11 +00:00
Ca-Phun Ung
b5ce43ac6a Spinner: Add change event to dblclick and created a new visual test for all callbacks. timer is now set to 0 after being cleared. 2008-09-23 07:58:29 +00:00
Scott González
6d39f52942 Spinner: Fixed warnings. 2008-09-23 00:57:25 +00:00
Scott González
78a2337faf Core: Reduced size of ARIA methods. 2008-09-23 00:11:26 +00:00
Scott González
dd7511c4f9 Core: Moved ARIA methods up with other jQuery core modifications. 2008-09-22 20:52:48 +00:00
David Bolter
5f9ffb28d3 Accept boolean values for aria state. (Thanks for catch Scott González) 2008-09-22 18:21:38 +00:00
David Bolter
fb3a5d4010 Added ariaRole and ariaState to ui.core with tests.
Added ARIA role and state to ui.dialog
Fixes #3350
(Inspired by jARIA plugin from Chris Hoffman)
2008-09-22 15:47:41 +00:00
Scott González
cd8d1b7654 Core: Marked $.ui.plugin as deprecated. 2008-09-22 12:30:34 +00:00
Ca-Phun Ung
b6ad959811 Spinner: implemented init callback via trigger (thanks Scott González) 2008-09-22 11:22:14 +00:00
Ca-Phun Ung
dcb341e7f8 Spinner: new options: format, items & decimals (r728).
items: accepts a array of objects which will be converted to a list of items by the spinner.

format: printf style formatting of each item - accepts named arguments.
2008-09-20 19:04:01 +00:00
Richard Worth
77cea8f364 set svn:eol-style to native 2008-09-20 17:42:04 +00:00
Richard Worth
057d3c677e HTML5 doctype 2008-09-20 17:30:51 +00:00
Ca-Phun Ung
27ba2ff84f Spinner: decimals and stepping now independent (user request) 2008-09-20 14:46:26 +00:00
Scott González
068d2483c9 Core: Added comment about why we use triggerHandler instead of trigger in $.fn.remove. 2008-09-20 13:55:35 +00:00
Scott González
1df15fabb4 Core: Fixed #3457: Removing elements causes instantiated plugins to be destroyed again. 2008-09-20 13:49:13 +00:00
Richard Worth
d48b56a28c Corrected naming and capitalization consistency for Colorpicker and Progressbar 2008-09-20 13:11:01 +00:00
Richard Worth
f94beb7f94 Removed exposure of internal instance in progressbar's ui callback parameter. See #2928 2008-09-20 12:46:45 +00:00
Eduardo Lundgren
2ea4539112 Progressbar - Source formatting 2008-09-20 11:22:54 +00:00
Eduardo Lundgren
c784591d8c Progressbar - Source formatting 2008-09-20 11:11:11 +00:00
Richard Worth
3ccc4222a8 corrected typo in property key - svn:eol-style 2008-09-20 10:51:58 +00:00
Keith Wood
aced92a6b4 Fixed 3266. Datepicker is displayed when using "setDate" and "change" methods 2008-09-20 06:26:38 +00:00
Keith Wood
e51f56714b Fixed 3232 Datepicker position problem in IE 6/7 2008-09-20 06:04:45 +00:00
Eduardo Lundgren
99f8a711de Progressbar - Added suport for animated equations (easeInOutQuint, ...) 2008-09-20 04:22:53 +00:00
Eduardo Lundgren
2f842cedd6 Progressbar duration option fixed 2008-09-20 04:09:27 +00:00
Richard Worth
a522291a7b whitespace: Removed trailing whitespace from non-blank lines 2008-09-20 03:23:42 +00:00
Richard Worth
0bae0870d9 whitespace 2008-09-20 02:43:18 +00:00
Richard Worth
1285c6e763 whitespace 2008-09-20 02:04:48 +00:00
Richard Worth
ae80a91882 removed leading semicolon ; - only effects.core.js and ui.core.js get it 2008-09-20 02:04:10 +00:00
Richard Worth
ca5c0ca9e9 Added newline to end of files 2008-09-20 01:48:18 +00:00
Richard Worth
df1966a3f5 corrected version.txt in trunk (should remain 1.6pre until 1.7pre) 2008-09-20 01:12:32 +00:00
Paul Bakaus
40da367555 changed version to 1.6rc2 2008-09-20 00:24:37 +00:00
Scott González
14e0450dc7 Dialog: Added an id to the title span (needed for ARIA support). 2008-09-19 18:28:31 +00:00
Scott González
939448c756 Set svn:eol-style to native for new plugins. 2008-09-19 18:00:57 +00:00
Eduardo Lundgren
66a947c0e7 Progressbar .text() added, improvements 2008-09-19 17:21:45 +00:00
Eduardo Lundgren
eb689bb86c Sortables - Avoid inline script execution on every sort 2008-09-19 15:38:50 +00:00
Eduardo Lundgren
5bdcacd1f6 Fixed #3454 - Sortable .createHelper() bug 2008-09-19 15:20:34 +00:00
Scott González
7c2e7965e9 Reverted r695. 2008-09-19 14:20:14 +00:00
Eduardo Lundgren
8d04c3594c Remove Trailing Spaces 2008-09-19 14:08:41 +00:00
Paul Bakaus
faec9388e2 slider: use preventDefault on click event on handle instead of returning false (see #3228) 2008-09-19 09:19:10 +00:00
Paul Bakaus
f9a77723b6 resizable: aspect ratio was switched (width/height ratio was height/width ratio), fixes #3450 2008-09-19 09:13:38 +00:00
Scott González
90d7b7f708 Dialog: Fixed #3087: Added beforeclose callback for dialogs (can prevent closing the dialog by returning false). 2008-09-19 02:07:54 +00:00
Paul Bakaus
7651fb4158 accordion: trigger changestart event when the animation starts (implements 2932) 2008-09-18 10:39:34 +00:00
Paul Bakaus
51e0cdf88d accordion: removed deprecated method fn.activate for 1.6 2008-09-18 10:00:28 +00:00
Paul Bakaus
b73f093894 core: enableSelection/disableSelection now return the chain (implements #3174) 2008-09-18 09:54:04 +00:00