Commit Graph

676 Commits

Author SHA1 Message Date
Ca-Phun Ung
993bb9adfd Spinner: spinner casing now sets itself a unique id based on the id of the original input textbox. If no id exists in the original then no id is set to the casing. 2008-10-05 10:44:15 +00:00
Keith Wood
bf66a8e140 'change' command is now 'option' command 2008-10-05 06:59:56 +00:00
Keith Wood
2ecec4e2fb Add prev/next big texts 2008-10-05 06:48:22 +00:00
Keith Wood
93f765094c Correct keystroke handled for Mac
Correct date determination - no hours/mins/secs/ms
2008-10-05 06:43:24 +00:00
Keith Wood
75087d9ce4 Factor out class names for day hover and week hover
Call _optionDatepicker from _changeDatepicker
Don't recalculate default date and cell over
2008-10-05 06:41:11 +00:00
Jörn Zaefferer
931aec74f0 Finishing move of autocomplete from trunk to 1.7 branch 2008-10-05 01:00:51 +00:00
Jörn Zaefferer
2bfbe85ba0 Moving autocomplete from trunk to 1.7 branch 2008-10-05 00:57:59 +00:00
Klaus Hartl
37f65f1947 UI Tabs: unselect class was attached inconsistently 2008-10-04 11:25:28 +00:00
Richard Worth
50e1d9557c set svn:eol-style to native 2008-10-04 00:57:02 +00:00
Ca-Phun Ung
c80facd63c Spinner: further refactored number formatter. 3 lines! 2008-10-03 04:08:08 +00:00
Ca-Phun Ung
898c395227 Spinner: fixed IE6 bugs with spinner height for data lists. 2008-10-02 18:49:42 +00:00
Ca-Phun Ung
5958c417f6 Spinner: added thousand separator format to numbers and refactored code. 2008-10-02 18:06:30 +00:00
Klaus Hartl
c2b0afd3e7 UI Tabs: fixed "colon in id bug", wrote more unit tests and refactored stuff afterwards 2008-10-02 14:20:35 +00:00
Richard Worth
de7d22a02e added missing semicolon 2008-10-01 11:52:39 +00:00
Eduardo Lundgren
5b6323d0a3 Accordion: added support for effects.core ease equations 2008-09-30 02:50:23 +00:00
Marc Grabanski
0f58c499be Datepicker: Default date cell shows over-state when nothing is selected, next months do not show over state unless keyboard is activated. 2008-09-29 23:04:12 +00:00
Marc Grabanski
502916f65f Datepicker: Updated Mac keyboard commands 2008-09-29 19:20:25 +00:00
Scott González
c9a8ee531c Dialog: Made moveToTop public. 2008-09-29 13:08:14 +00:00
Marc Grabanski
212a822c48 Datepicker: Added option, "constrainInput" to restrict input text to the current date format. 2008-09-28 21:30:22 +00:00
Scott González
46cdf1377c $.widget: Create namespace if it doesn't already exist. 2008-09-28 17:58:08 +00:00
Marc Grabanski
c1deb3508b Datepicker: Created "option" method, deprecated "change" method. 2008-09-28 16:20:11 +00:00
Klaus Hartl
c0f4c0f8ef UI Tabs: started with writing tests 2008-09-28 11:47:07 +00:00
Scott González
f69b4fe35e Dialog: Added more tests. 2008-09-28 01:43:12 +00:00
Scott González
e1f4ea3ed3 Dialog: Removed functionality for copying classes from the main element to the wrapper div. This was used for themes, but this method of theming is no longer encouraged. 2008-09-28 01:17:32 +00:00
Klaus Hartl
0dd3b17185 UI Tabs: in IE the first tab was moved to upper left corner for tabs used in dialog, fixes #3470 2008-09-27 23:40:06 +00:00
Richard Worth
2b0cb8c231 Updated draggable defaults unit test 2008-09-27 16:10:43 +00:00
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