Scott Jehl
b7fd8f060d
set a taller initial height on the progress bar. resize icon looked awkward with it.
2009-02-05 01:08:42 +00:00
Klaus Hartl
b81731dd76
Tabs: fixed duration for show animation - setting wasn't considered
2009-02-04 20:46:54 +00:00
Klaus Hartl
fac375df3b
just reviewed
2009-02-04 09:35:52 +00:00
Richard Worth
d3045754f0
unit tests: added index page
2009-02-04 05:11:45 +00:00
Richard Worth
f7bc2e9006
all unit tests: fixed paths to point to new separate files
2009-02-04 05:06:37 +00:00
Richard Worth
53f57ffdb5
selectable unit tests: split tests into individual files
2009-02-04 04:53:09 +00:00
Richard Worth
96b1534483
resizable unit tests: split tests into individual files
2009-02-04 04:47:39 +00:00
Richard Worth
04b3040311
progressbar unit tests: split tests into individual files
2009-02-04 04:39:31 +00:00
Richard Worth
52005f42dd
dialog unit tests: split tests into individual files
2009-02-04 04:35:18 +00:00
Richard Worth
b18da5cd64
datepicker unit tests: split tests into individual files
2009-02-04 04:27:14 +00:00
Scott González
a0654df038
Datepicker inline demo: Fixed #3967 : Inline demo doesn't work in IE6 from main demo page.
2009-02-04 01:57:06 +00:00
Klaus Hartl
18cced634d
Fixed #4044 : In IE6 link pseudo classes still apply if styles have been declared to a only
2009-02-03 22:15:39 +00:00
Bohdan Ganicky
cfbefa55d3
ui.dialog.css: fix #3982 "Dialog: content jumps up when dialog resized in IE6" or hasLayout strikes again
2009-02-03 14:36:42 +00:00
Richard Worth
037f5d5ce1
tabs unit tests: split tests into individual files, added some missing tests
2009-02-03 13:37:54 +00:00
Bohdan Ganicky
497c246104
themes/base/ui.tabs.css: fix for IE6 so tabs' whole region is clickable
2009-02-03 11:36:07 +00:00
Bohdan Ganicky
dc9e09fefe
themes/base/ui.tabs.css: IE hasLayout zoom fix, fixes #3996
2009-02-03 11:10:52 +00:00
Richard Worth
7c17ab9b1e
accordion unit tests: split tests into individual files
2009-02-03 08:23:48 +00:00
Richard Worth
08a75c4991
Fixed #4050 (Dialog: undefined class being added to ui-dialog element)
2009-02-03 04:20:42 +00:00
Richard Worth
8bc22ea6f3
draggable: missed internal use of ui.absolutePosition
2009-02-03 03:02:30 +00:00
Richard Worth
1c2f51f571
sortable unit tests: stubbed out missing tests
2009-02-03 02:53:34 +00:00
Richard Worth
e1292ce71d
sortable unit tests: stubbed out missing tests
2009-02-03 02:49:49 +00:00
Richard Worth
4b3b9d8fb0
sortable defaults
2009-02-03 02:23:07 +00:00
Richard Worth
87796aff53
Fixed #4038 (sortable: cssNamespace option should be removed)
2009-02-03 02:18:12 +00:00
Richard Worth
b534fcccb9
sortable: changed sortable option cursor default value to 'auto' instead of 'default'
2009-02-03 01:22:34 +00:00
Richard Worth
d5f41446dd
sortable defaults
2009-02-03 01:20:55 +00:00
Richard Worth
66976a9326
sortable unit tests: split tests into individual files
2009-02-03 00:33:00 +00:00
Klaus Hartl
d7090f6bac
Tabs: a better cursor for selected and collapsible tabs
2009-02-02 21:16:31 +00:00
Klaus Hartl
24c51e5a95
Tabs: introduced "collapsible" option while deprecating "deselectable", fixes #4029
2009-02-02 20:15:06 +00:00
Richard Worth
43ab3a04e5
unit tests: created separate file for each module: core, common widget, events, methods, options, tickets
2009-02-02 14:36:08 +00:00
Jörn Zaefferer
bf16dc1853
accordion: use synced animations only when animating two elements; optimize for only-one
2009-02-02 14:02:20 +00:00
Richard Worth
7ed45e68de
unit tests: minor updates
2009-02-02 13:23:51 +00:00
Richard Worth
4ad531044e
Fixed #4037 (droppable: cssNamespace option should be removed, addClasses option added)
2009-02-02 07:18:27 +00:00
Richard Worth
977c6e955d
Failing test for #4037 (droppable: cssNamespace option should be removed, addClasses option added)
2009-02-02 07:14:19 +00:00
Richard Worth
60b7c7e0f1
slider unit tests: moved init and destroy tests to 'slider: methods' module
2009-02-02 07:13:25 +00:00
Richard Worth
a5f6558a1d
draggable unit tests: typo in 'addClasses: false' test
2009-02-02 07:12:37 +00:00
Richard Worth
bff0f70e2c
droppable unit tests: created separate file for each module: core, common widget, events, methods, options, tickets
2009-02-02 07:09:15 +00:00
Richard Worth
39b0bbc9ca
unit tests: added common widget tests. Thanks Scott G.
2009-02-02 06:46:56 +00:00
Richard Worth
c5df36e277
Fixed #4036 (draggable: cssNamespace option should be removed, addClasses option added)
2009-02-02 06:45:50 +00:00
Richard Worth
c42164097c
draggable unit tests: cleanup
2009-02-02 06:34:44 +00:00
Richard Worth
c3046b9d79
slider unit tests: created separate file for each module: core, common widget, events, methods, options, tickets
2009-02-02 05:58:49 +00:00
Scott González
8735354b10
Explode demo: Fixed Safari margin bug (fix for #3968 ).
2009-02-02 04:02:43 +00:00
Scott González
3051eca215
Slider:
...
- Fixed #4016 : Vertical slider was unusable when the thumb was at the min value.
- Fixed #3736 for real: Vertical slider was unusable when using a range and both thumbs were at the min value.
2009-02-02 03:07:54 +00:00
Scott González
94c16d6378
Accordion: Fixed #3969 : Deprecated alwaysOpen for collapsible option; fixed demos, tests, and using alwaysOpen on init.
2009-02-02 02:29:31 +00:00
Paul Bakaus
43ebec6576
accordion: deprecated alwaysOpen option, introduced collapsible option (invert value) ( fixes #3969 )
2009-02-02 02:11:32 +00:00
Klaus Hartl
844d0c1833
Tabs: fixed test in IE...
2009-02-01 21:28:10 +00:00
Klaus Hartl
bc967db6b2
Tabs: added simple test for length method
2009-02-01 21:22:05 +00:00
Klaus Hartl
c8360e619b
Tabs: Fixed IE bug which would mistake tabs as ajax with dynamically created HTML, fixes #4033
2009-02-01 21:09:02 +00:00
Ca-Phun Ung
1866e1382f
datepicker: #4032 - Incorrect layout in multiple month rows. I noticed the static tests were recently updated with a row-break so I have added the row-break fix for now so it will be ready for the release. We should seriously consider inline-block.
2009-02-01 05:50:12 +00:00
Scott González
ce0daae232
Draggable: Fixed #3980 : Don't allow connecting to disabled sortables.
2009-02-01 04:37:19 +00:00
Scott González
938a95e8dc
Accordion: Added focus state to headers.
2009-02-01 02:11:06 +00:00