Keith Wood
732c7fb7d5
Added tests for 3191 - handling NaN and other invalid values for relative dates
2008-08-21 09:33:39 +00:00
Chi Cheng
50fae3972c
spinner test: currency
2008-08-19 18:35:25 +00:00
Chi Cheng
6d0e27d2de
Spinner test: up, down callback
2008-08-19 17:58:57 +00:00
Chi Cheng
c0147da718
Spinner: ui() doesn't return instance
2008-08-19 16:31:42 +00:00
Chi Cheng
bf1d243ce7
Spinner: this.options._decimals -> this._decimals
...
decimal test
2008-08-19 15:52:35 +00:00
Chi Cheng
62ed7d0388
spinner test
2008-08-19 09:54:47 +00:00
Chi Cheng
1de76c6f77
Spinner test: a bug when set stepping:0.3
2008-08-19 08:56:48 +00:00
Chi Cheng
9da87e28e6
Spinner test: currency and decimal options
...
test all: .load to load html from single html
2008-08-19 08:51:59 +00:00
Ca-Phun Ung
9858045fcc
updated testcase to reflect the new ui.spinner changes:
...
- removed div.* for case #9 because ui.spinner now uses <button>
- changed case #5 because LEFT and RIGHT keys no longer change the value of the input box. This is by design so that users could move the cursor within the input box
2008-08-19 07:33:30 +00:00
Ca-Phun Ung
198d809f9b
Added enhancements to ui.spinner as seen at http://yelotofu.com/labs/jquery/UI/spinner/spinner.html
...
Enhancements include:
- removal of all hardcoded styling for better theming capability
- visual test page made more appealing supporting browser zooming
- added utility functions to disable, enable and destroy ui.spinner
- up/down buttons listens to more mouse and keyboard events
- support for decimal and currency format
- ui.spinner now restricts input on keydown
- cleanup occurs when the input textbox loses focus. this seems to be a better approach for future scalability
2008-08-19 07:18:04 +00:00
Chi Cheng
b4e2e0e9ca
Progressbar test: init
2008-08-19 06:32:56 +00:00
Chi Cheng
951312cfcb
Spinner test: spin without auto-incremental stepping
2008-08-19 06:24:24 +00:00
Chi Cheng
2ac541d500
Spinner test: callback
2008-08-19 06:07:56 +00:00
Chi Cheng
1f6a9c9eda
Spinner test: spin with auto-incremental stepping
2008-08-19 05:54:49 +00:00
Chi Cheng
f50d9f0a95
home key to start if min not set.
2008-08-18 11:44:42 +00:00
Chi Cheng
da0ebd589e
Spinner: test case
2008-08-18 11:38:12 +00:00
Chi Cheng
a48241c831
typo
2008-08-18 10:38:23 +00:00
Scott González
4705f5cc2e
Dialog: Added tests for isOpen method.
2008-08-15 15:07:09 +00:00
Paul Bakaus
d90fe750a3
visual tests: added stripped down autocomplete demo
2008-08-11 09:35:12 +00:00
Eduardo Lundgren
a3977524f3
Progressbar updates
2008-08-09 23:51:46 +00:00
Eduardo Lundgren
c654cd6ac5
Progressbar updates - using .animate()
2008-08-09 23:06:18 +00:00
Keith Wood
edd4ab0ccd
Added tests for stepMonths and stepBigMonths
...
Added tests for onChangeMonthYear callback from setDate
2008-08-08 10:36:52 +00:00
Eduardo Lundgren
1064e63967
Source formatting
2008-08-08 05:57:52 +00:00
Paul Bakaus
ac86d4c6db
autocomplete: added init/destroy tests
2008-07-30 18:13:58 +00:00
Paul Bakaus
841751a0d5
1.8: initial version of tree component, dependant upon sortables and droppables
...
1.6: droppables can now operate in a seperate scope, droppables and sortables in the current dragged item are filtered out at start, preventing node hierarchy issues
2008-07-28 18:34:01 +00:00
Keith Wood
30be7d0953
Tests for inline disabled datepicker
2008-07-23 12:23:34 +00:00
Keith Wood
0f1592128f
Added tests for inline datepicker
2008-07-18 08:28:31 +00:00
Jörn Zaefferer
30952e6b3f
accordion: fixed incosistent accordionchange event arguments ( http://dev.jquery.com/ticket/3111 )
2008-07-13 14:42:27 +00:00
Scott González
ac6189fd57
Dialog: Fixed #3013 : Force dialog titlebars to have a full line height when no title is provided (after initialization).
2008-07-12 00:14:19 +00:00
Keith Wood
3bc322fd37
Added tests for datepicker structure and callbacks
...
Enhanced tests for destroy, enable/disable, ranges, and status
Added tests for gotoCurrent, highlihgtWeek, yearRange, navigationAsDateFormat, rangeSeparator settings
Added tests for day-of-year in format and parse
2008-07-11 11:02:45 +00:00
Paul Bakaus
979e64bdd2
- moved all default css files into themes/default
...
- added Colorpicker, heavily modified for UI (thanks Stefan!)
2008-07-10 15:52:18 +00:00
Paul Bakaus
4e06fa6304
- removed 1.6 branch
...
- changed version in tags/1.5.2 to 1.5.2
- merged trunk with 1.6
2008-07-09 11:09:40 +00:00
Keith Wood
0b4831cedb
Refactored datepicker to use $.data for instance settings
...
Added tests for setDate
2008-07-06 05:33:41 +00:00
Keith Wood
c32255fcfa
New tests for invocation, mouse interactions, alternate field, status, localisation
2008-06-30 09:56:14 +00:00
Richard Worth
77fe442f08
restored test image from [236] - still referenced in a few test files.
2008-06-27 00:28:34 +00:00
Richard Worth
f7dc618ede
tests visual draggable - moved handle test to its own file. default visual tests should have no options.
2008-06-26 11:35:28 +00:00
Richard Worth
8ccab9a11f
tests dialog - added unit tests for #3017 - Dialog callback scopes
2008-06-26 11:08:49 +00:00
Paul Bakaus
8111e87bc6
visual css: corrected styles for slider
2008-06-26 11:07:51 +00:00
Richard Worth
e42b0f6b8b
resizable, selectable, sortable: changed cancel default to ':input' instead of (redundant) ':input,button'
2008-06-26 10:23:38 +00:00
Richard Worth
0f0fb77a9e
tests draggable #2965 - fixed to account for distance: 1 default
2008-06-26 10:20:48 +00:00
Richard Worth
3e5e8704c1
tests resizable - restructured to match others, added defaults test
2008-06-26 09:49:54 +00:00
Paul Bakaus
173eddaf46
sortable: added visual test page for profiling performance
2008-06-25 15:22:40 +00:00
Richard Worth
d0c11e932b
fixed #3025 - dialog should have an autoResize option; default value: true
2008-06-25 10:01:24 +00:00
Paul Bakaus
17115b6b07
sortable: changed default distance to 1
2008-06-24 14:30:26 +00:00
Paul Bakaus
c73ccd5c71
sortable: changed default distance to 1
2008-06-24 14:29:29 +00:00
Paul Bakaus
e46d3df57c
draggable: fixed failing test, mousemove is actually called 3 times in jquery.simulate.js, so 4 is the correct value
2008-06-24 13:25:15 +00:00
Paul Bakaus
f96e61789e
sortable: added default checks for scroll options
2008-06-24 13:17:02 +00:00
Paul Bakaus
a002680ba9
sortable:fixed #3019 , stop being fird too early
2008-06-24 11:47:42 +00:00
Richard Worth
b876be002d
tests dialog - added missing tests (placeholders)
2008-06-22 05:37:11 +00:00
Jörn Zaefferer
2e3b8eac77
accordion: added test for headers with descendants; replaced while-loop to find header-parent with call to parents
2008-06-21 16:16:59 +00:00