]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
14 years agoPosition: Fixed window detection.
Scott González [Thu, 24 Dec 2009 02:35:19 +0000 (02:35 +0000)]
Position: Fixed window detection.

14 years agoupdated unit test for #4031 - Tabs: Remove deselectable option
Richard Worth [Thu, 24 Dec 2009 01:25:30 +0000 (01:25 +0000)]
updated unit test for #4031 - Tabs: Remove deselectable option

14 years agoslider unit tests: added missing reference to jquery.ui.mouse.js
Richard Worth [Thu, 24 Dec 2009 01:24:55 +0000 (01:24 +0000)]
slider unit tests: added missing reference to jquery.ui.mouse.js

14 years agoupdated unit test for #3991 - Sortable: Remove absolutePosition from ui hash
Richard Worth [Thu, 24 Dec 2009 01:18:00 +0000 (01:18 +0000)]
updated unit test for #3991 - Sortable: Remove absolutePosition from ui hash

14 years agoAdded jquery.ui.mouse.js to non-interaction demos/tests that use interaction plugins.
Scott González [Wed, 23 Dec 2009 03:29:33 +0000 (03:29 +0000)]
Added jquery.ui.mouse.js to non-interaction demos/tests that use interaction plugins.

14 years agoSplit mouse into its own file and udpdated dependency lists.
Scott González [Tue, 22 Dec 2009 19:51:24 +0000 (19:51 +0000)]
Split mouse into its own file and udpdated dependency lists.

Fixes #5023 - Split mouse code into its own file.

14 years agoextracting widget factory into jquery.ui.widget.js
Jörn Zaefferer [Wed, 16 Dec 2009 22:20:18 +0000 (22:20 +0000)]
extracting widget factory into jquery.ui.widget.js

14 years agoDatepicker: Corrected automatic parsing of date on keystrokes
Keith Wood [Tue, 15 Dec 2009 04:00:17 +0000 (04:00 +0000)]
Datepicker: Corrected automatic parsing of date on keystrokes

14 years agoDatepicker: Fixed #4917 Enter key press on popup fails if _dayOverClass td is after...
Keith Wood [Tue, 15 Dec 2009 03:42:40 +0000 (03:42 +0000)]
Datepicker: Fixed #4917 Enter key press on popup fails if _dayOverClass td is after _currentClass td

14 years agoDatepicker - #4895 Corrected English/UK localisation
Keith Wood [Tue, 15 Dec 2009 03:32:25 +0000 (03:32 +0000)]
Datepicker - #4895 Corrected English/UK localisation

14 years agoDatepicker - Fixed #4949 - Double click on next/previous button closes the datepicker
Keith Wood [Tue, 8 Dec 2009 04:54:04 +0000 (04:54 +0000)]
Datepicker - Fixed #4949 - Double click on next/previous button closes the datepicker

14 years agoDstepicker - Demonstrate opening/closing animations
Keith Wood [Tue, 8 Dec 2009 00:08:44 +0000 (00:08 +0000)]
Dstepicker - Demonstrate opening/closing animations

14 years agoDatepicker - Fixed #4987 - Add bosnian language to DatePicker
Keith Wood [Tue, 8 Dec 2009 00:02:19 +0000 (00:02 +0000)]
Datepicker - Fixed #4987 - Add bosnian language to DatePicker

14 years agoDatepicker: Fixed display of month and year dropdowns when showing month after year.
Scott González [Fri, 4 Dec 2009 04:02:55 +0000 (04:02 +0000)]
Datepicker: Fixed display of month and year dropdowns when showing month after year.

Fixes #4420 - showMonthAfterYear make calendar disorder.

Thanks bhornseth for the patch.

14 years agoDatepicker - Fixed #4704 - Datepicker global variable isn't unique
Keith Wood [Wed, 2 Dec 2009 00:33:56 +0000 (00:33 +0000)]
Datepicker - Fixed #4704 - Datepicker global variable isn't unique

14 years agoDatepicker - Fixed #4870 - yearRange doesn't work as expected
Keith Wood [Tue, 1 Dec 2009 01:27:25 +0000 (01:27 +0000)]
Datepicker - Fixed #4870 - yearRange doesn't work as expected

14 years agoDatepicker - Fixed #4787 - Datepicker: fix animation control
Keith Wood [Tue, 1 Dec 2009 01:24:00 +0000 (01:24 +0000)]
Datepicker - Fixed #4787 - Datepicker: fix animation control

14 years agoDatepicker - Fixed #4885 - Tab key should not have default behaviour prevented by...
Keith Wood [Mon, 30 Nov 2009 00:03:36 +0000 (00:03 +0000)]
Datepicker - Fixed #4885 - Tab key should not have default behaviour prevented by datepicker

14 years agoDatepicker - Fixed #4787 - Datepicker: fix animation control
Keith Wood [Sun, 29 Nov 2009 22:56:30 +0000 (22:56 +0000)]
Datepicker - Fixed #4787 - Datepicker: fix animation control

14 years agoDatepicker - Fixed #4956 - undefined variable: lookAhead()
Keith Wood [Fri, 27 Nov 2009 06:17:41 +0000 (06:17 +0000)]
Datepicker - Fixed #4956 - undefined variable: lookAhead()

14 years agoDatepicker - Fixed #4969 - Datepicker cannot change values of fields named with speci...
Keith Wood [Fri, 27 Nov 2009 06:08:13 +0000 (06:08 +0000)]
Datepicker - Fixed #4969 - Datepicker cannot change values of fields named with special characters

14 years agoant build: Fixed file name parsing.
Scott González [Thu, 26 Nov 2009 02:17:16 +0000 (02:17 +0000)]
ant build: Fixed file name parsing.

Fixes #4973 - Build fails on non-Windows OS.

14 years agoeol-style and mime-type
Richard Worth [Sat, 21 Nov 2009 22:30:54 +0000 (22:30 +0000)]
eol-style and mime-type

14 years agoSlider: added visual test page for #4467
Richard Worth [Sat, 21 Nov 2009 22:30:13 +0000 (22:30 +0000)]
Slider: added visual test page for #4467

14 years agoui.dialog: replaced   with   for xhtml compliance (fixes #4970 -XHTML Compl...
Andrew Powell [Sat, 21 Nov 2009 16:59:08 +0000 (16:59 +0000)]
ui.dialog: replaced   with   for xhtml compliance (fixes #4970 -XHTML Compliance :   should be  )

14 years agoPosition: Changed document/window detection to be consistent with jQuery core.
Scott González [Thu, 19 Nov 2009 16:37:05 +0000 (16:37 +0000)]
Position: Changed document/window detection to be consistent with jQuery core.

Fixes a bug in IE7/8 where window == document.

14 years agoFix for #4930
Jörn Zaefferer [Mon, 16 Nov 2009 20:20:47 +0000 (20:20 +0000)]
Fix for #4930

14 years agoclass animation: added scrollbar property filtering back in to prevent an error in IE.
Scott González [Mon, 16 Nov 2009 03:06:13 +0000 (03:06 +0000)]
class animation: added scrollbar property filtering back in to prevent an error in IE.

14 years agoPulsate: Rewrote pulsate effect.
Scott González [Mon, 16 Nov 2009 02:49:36 +0000 (02:49 +0000)]
Pulsate: Rewrote pulsate effect.

Fixes #4718 - pulsate pulses one extra time.

14 years agoclass animations: Commented out browser-specific style checks.
Scott González [Sun, 15 Nov 2009 23:53:40 +0000 (23:53 +0000)]
class animations: Commented out browser-specific style checks.

14 years agoaddClass demo: Fixed URLs to be relative.
Scott González [Sun, 15 Nov 2009 23:52:54 +0000 (23:52 +0000)]
addClass demo: Fixed URLs to be relative.

14 years agoClass Animation: Don't animate shorthand styles.
Scott González [Sun, 15 Nov 2009 01:30:38 +0000 (01:30 +0000)]
Class Animation: Don't animate shorthand styles.
Color Animation: Removed borderColor since we no longer animate shorthand styles.

14 years agoTabs: Removed deprecated deselctable option (use collapsible instead).
Scott González [Fri, 13 Nov 2009 18:29:08 +0000 (18:29 +0000)]
Tabs: Removed deprecated deselctable option (use collapsible instead).

Fixes #4031 - Tabs: Remove deselectable option

14 years agoEffects: Added fade effect. Needs documentation.
Scott González [Fri, 13 Nov 2009 04:35:47 +0000 (04:35 +0000)]
Effects: Added fade effect. Needs documentation.

Fixes #4416 - Add fade effect.

14 years agoCore: Preserve header in minified file.
Scott González [Fri, 13 Nov 2009 04:00:12 +0000 (04:00 +0000)]
Core: Preserve header in minified file.

14 years agoAnt Build: Fixed references to source files.
Scott González [Fri, 13 Nov 2009 03:59:03 +0000 (03:59 +0000)]
Ant Build: Fixed references to source files.

Fixes #4896 - Build fails on non-Windows OS.

14 years agoTabs: Never remove the ui-state-default class when switching tabs.
Scott González [Fri, 13 Nov 2009 03:18:55 +0000 (03:18 +0000)]
Tabs: Never remove the ui-state-default class when switching tabs.

Fixes #4815 - Tabs: each tab needs to have state ui-state-default.

14 years agoEffects: Cleaned up createWrapper().
Scott González [Tue, 10 Nov 2009 16:35:55 +0000 (16:35 +0000)]
Effects: Cleaned up createWrapper().

14 years agoEffects: Added support for effects on elements with right and/or bottom style settings.
Scott González [Tue, 10 Nov 2009 16:16:52 +0000 (16:16 +0000)]
Effects: Added support for effects on elements with right and/or bottom style settings.

Fixes #4540 - Fix bug effect for IE7. In create wrapper function.

14 years agoEffects core: Reorganized code, no actual changes.
Scott González [Tue, 10 Nov 2009 15:55:41 +0000 (15:55 +0000)]
Effects core: Reorganized code, no actual changes.

14 years agoSlider: Added paging - page up/down jumps by 1/5 the size of the range.
Scott González [Mon, 9 Nov 2009 03:10:57 +0000 (03:10 +0000)]
Slider: Added paging - page up/down jumps by 1/5 the size of the range.

Fixes #3096 - Add a paging option for slider

14 years agoTabs: Made detection of navigation more flexible - now the first descendant list...
Scott González [Mon, 9 Nov 2009 02:36:32 +0000 (02:36 +0000)]
Tabs: Made detection of navigation more flexible - now the first descendant list (ul or ol) found will be used instead of forcing it to be the first child ul.

Fixes #4501 - Tabs should work with ordered lists (<ol>) in addition to unordered (<ul>)
Fixes #4506 - tabs(): allow more flexibility in specifying what list is used

14 years agoRemoved use of .data() for getting/setting options in tests; using each plugin's...
Scott González [Mon, 9 Nov 2009 01:50:23 +0000 (01:50 +0000)]
Removed use of .data() for getting/setting options in tests; using each plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests.

14 years agoEffects: Fixed a bug when animating classes and nothing should happen, e.g., calling...
Scott González [Fri, 6 Nov 2009 14:15:53 +0000 (14:15 +0000)]
Effects: Fixed a bug when animating classes and nothing should happen, e.g., calling .removeClass('foo') when the element doesn't have the class foo.

14 years agoEffects: Added support for animating borderColor (previously only supported individua...
Scott González [Fri, 6 Nov 2009 01:46:49 +0000 (01:46 +0000)]
Effects: Added support for animating borderColor (previously only supported individual borders, e.g., borderLeftColor). Fixes #4807 - $('').switchClass throwing error in IE8 if the switched class contains color property.

14 years agoEffects: Force a non-empty hash of properties for class animations to ensure the...
Scott González [Fri, 6 Nov 2009 01:12:09 +0000 (01:12 +0000)]
Effects: Force a non-empty hash of properties for class animations to ensure the callback is always executed. Fixes #4396 - animateClass does nothing if there are no styles changes. See jQuery core bug #5459 for the cause.

14 years agoDatepicker: Added Afrikaans and English/UK localisations
Keith Wood [Thu, 22 Oct 2009 09:49:19 +0000 (09:49 +0000)]
Datepicker: Added Afrikaans and English/UK localisations

14 years agoprogressbar: enhanced visual test
Jörn Zaefferer [Tue, 20 Oct 2009 19:58:47 +0000 (19:58 +0000)]
progressbar: enhanced visual test

15 years agoTabs: fixed to use a counter for unique ids instead of relying on $.data(elem), which...
Richard Worth [Sat, 17 Oct 2009 01:27:02 +0000 (01:27 +0000)]
Tabs: fixed to use a counter for unique ids instead of relying on $.data(elem), which in 1.4 won't return an id. Thanks Mark Gibson.

15 years agoSlider: Fixed values getter to be trimmed by min and max as value method is. Added...
Richard Worth [Mon, 12 Oct 2009 14:32:31 +0000 (14:32 +0000)]
Slider: Fixed values getter to be trimmed by min and max as value method is. Added an overload to the values method for passing in an array of new values. Fixes #4522

15 years agoslider: Removed undocumented noPropagation last arg from values method as per http...
Richard Worth [Mon, 12 Oct 2009 11:23:59 +0000 (11:23 +0000)]
slider: Removed undocumented noPropagation last arg from values method as per http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/a350889a377c59b8

15 years agoslider: use internal methods _valueMin() and _valueMax()
Richard Worth [Mon, 12 Oct 2009 11:06:57 +0000 (11:06 +0000)]
slider: use internal methods _valueMin() and _valueMax()

15 years agoSlider: Fixed animation to respond to keypress as well as mouse click, animation...
Richard Worth [Mon, 12 Oct 2009 10:50:38 +0000 (10:50 +0000)]
Slider: Fixed animation to respond to keypress as well as mouse click, animation still does not occur at init or during mouse drag slide, both by design. Animation now occurs, if animate is on, when using the value method, but not when using the value option. This allows for animated and non-animated programmatic setting of values without changing the animate option.
Fixes #4432 - Allow animation when programmatically changing slider value
Fixes #4659 - Allow slider to animate if slider value is set programatically

15 years agoslider: fixed two failing unit tests
Richard Worth [Mon, 12 Oct 2009 09:27:23 +0000 (09:27 +0000)]
slider: fixed two failing unit tests
'value method set respects min'
'value method set respects max'

15 years agosortable portlets demo: Swapped plus and minus icons for more consistency
Richard Worth [Sun, 4 Oct 2009 10:29:03 +0000 (10:29 +0000)]
sortable portlets demo: Swapped plus and minus icons for more consistency

15 years agoDialog: Fixed position parsing.
Scott González [Wed, 30 Sep 2009 02:48:09 +0000 (02:48 +0000)]
Dialog: Fixed position parsing.

15 years agoupdate to latest QUnit
Jörn Zaefferer [Tue, 29 Sep 2009 07:48:14 +0000 (07:48 +0000)]
update to latest QUnit

15 years agoSortable: add missed self. in uiHash.
Chi Cheng [Sun, 27 Sep 2009 16:07:19 +0000 (16:07 +0000)]
Sortable: add missed self. in uiHash.

15 years agoDialog: fixes a typo.
Chi Cheng [Sun, 27 Sep 2009 16:01:44 +0000 (16:01 +0000)]
Dialog: fixes a typo.

15 years agodialog: added a visual test page for the buttons option
Richard Worth [Fri, 25 Sep 2009 00:03:15 +0000 (00:03 +0000)]
dialog: added a visual test page for the buttons option

15 years agoFixed the initialization of color animations for cases where the first step of the...
Scott González [Sun, 20 Sep 2009 21:07:38 +0000 (21:07 +0000)]
Fixed the initialization of color animations for cases where the first step of the animation doesn't happen in the same millisecond as the call to animate. Fixes #4251 - NaN in color animation (Firefox 3).

15 years agoslider unit tests: method value
Richard Worth [Sat, 19 Sep 2009 15:34:20 +0000 (15:34 +0000)]
slider unit tests: method value

15 years agoslider: fixed disabled on init, methods enable and disable
Richard Worth [Sat, 19 Sep 2009 15:19:42 +0000 (15:19 +0000)]
slider: fixed disabled on init, methods enable and disable

15 years agodialog: fixed _position regression; wrote a test for the default positon, which still...
Jörn Zaefferer [Sat, 19 Sep 2009 14:03:53 +0000 (14:03 +0000)]
dialog: fixed _position regression; wrote a test for the default positon, which still needs some tuning

15 years agodatepicker: removing odd ticket test, has no assertions
Jörn Zaefferer [Sat, 19 Sep 2009 13:36:49 +0000 (13:36 +0000)]
datepicker: removing odd ticket test, has no assertions

15 years agodatepicker: renabling tests, with timeouts inbetween each test, hopefully avoids...
Jörn Zaefferer [Sat, 19 Sep 2009 13:36:34 +0000 (13:36 +0000)]
datepicker: renabling tests, with timeouts inbetween each test, hopefully avoids to kill testswarm clients with slow-script warnings

15 years agodialog unit tests: options closeOnEscape, draggable
Richard Worth [Sat, 19 Sep 2009 10:16:08 +0000 (10:16 +0000)]
dialog unit tests: options closeOnEscape, draggable

15 years agodialog unit tests: methods close, moveToTop, open
Richard Worth [Sat, 19 Sep 2009 09:49:00 +0000 (09:49 +0000)]
dialog unit tests: methods close, moveToTop, open

15 years agodialog: fixed enable and disable methods
Richard Worth [Sat, 19 Sep 2009 09:35:53 +0000 (09:35 +0000)]
dialog: fixed enable and disable methods

15 years agoRewrote animateClass to work in webkit. Fixes #3112 - SwitchClass doesn't have any...
Scott González [Fri, 18 Sep 2009 13:15:57 +0000 (13:15 +0000)]
Rewrote animateClass to work in webkit. Fixes #3112 - SwitchClass doesn't have any effect in Safari 3.1.1.
Based on trunk and effects dev branch implementations.

15 years agodialog: filter invalid option-position values, convert title argument to string ...
Jörn Zaefferer [Thu, 17 Sep 2009 14:56:03 +0000 (14:56 +0000)]
dialog: filter invalid option-position values, convert title argument to string (ala closeText)

15 years agouni tests: cleanup after common widget tests
Jörn Zaefferer [Thu, 17 Sep 2009 14:55:35 +0000 (14:55 +0000)]
uni tests: cleanup after common widget tests

15 years agounit tests: added positon to index
Jörn Zaefferer [Thu, 17 Sep 2009 14:55:22 +0000 (14:55 +0000)]
unit tests: added positon to index

15 years agorenamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery.effects...
Richard Worth [Thu, 17 Sep 2009 10:39:12 +0000 (10:39 +0000)]
renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935

15 years agoremoved ui.core.js from position testsuite - position may only depend on jQuery core
Jörn Zaefferer [Wed, 16 Sep 2009 14:24:36 +0000 (14:24 +0000)]
removed ui.core.js from position testsuite - position may only depend on jQuery core

15 years agodatepicker tests keep crashing testswarm client, disabled tests until that issue...
Jörn Zaefferer [Tue, 15 Sep 2009 21:40:15 +0000 (21:40 +0000)]
datepicker tests keep crashing testswarm client, disabled tests until that issue is resolved

15 years agodatepicker tests keep crashing testswarm client, disabled tests until that issue...
Jörn Zaefferer [Tue, 15 Sep 2009 21:38:50 +0000 (21:38 +0000)]
datepicker tests keep crashing testswarm client, disabled tests until that issue is resolved

15 years agoaccordion: trying to reset margin and padding for accordion-lis to get consistent...
Jörn Zaefferer [Tue, 15 Sep 2009 21:27:32 +0000 (21:27 +0000)]
accordion: trying to reset margin and padding for accordion-lis to get consistent results for fillSpace and autoHeight tests across platforms; if that works, may need to be applied in general, not just for tests

15 years agotests: declare global introduced in jQuery 1.3.2 Sizzle (fixed in trunk/1.3.3)
Jörn Zaefferer [Tue, 15 Sep 2009 21:20:51 +0000 (21:20 +0000)]
tests: declare global introduced in jQuery 1.3.2 Sizzle (fixed in trunk/1.3.3)

15 years agoaccordion: reverted previous change to test
Jörn Zaefferer [Tue, 15 Sep 2009 21:19:23 +0000 (21:19 +0000)]
accordion: reverted previous change to test

15 years agoupdated to latest QUnit
Jörn Zaefferer [Tue, 15 Sep 2009 21:12:05 +0000 (21:12 +0000)]
updated to latest QUnit

15 years agodialog: Fixes #4826 - Setting resizable false toggles resizable on dialog
Ca-Phun Ung [Tue, 15 Sep 2009 16:53:39 +0000 (16:53 +0000)]
dialog: Fixes #4826 - Setting resizable false toggles resizable on dialog

15 years agodialog: added unit test for ticket #4826
Ca-Phun Ung [Tue, 15 Sep 2009 16:14:15 +0000 (16:14 +0000)]
dialog: added unit test for ticket #4826

15 years agosimpler import statement
Jörn Zaefferer [Tue, 15 Sep 2009 15:59:10 +0000 (15:59 +0000)]
simpler import statement

15 years agoupdate to latest QUnit styles
Jörn Zaefferer [Tue, 15 Sep 2009 15:54:47 +0000 (15:54 +0000)]
update to latest QUnit styles

15 years ago(no commit message)
Jörn Zaefferer [Tue, 15 Sep 2009 15:54:16 +0000 (15:54 +0000)]

15 years agodialog: methods test cleanup
Jörn Zaefferer [Tue, 15 Sep 2009 15:42:41 +0000 (15:42 +0000)]
dialog: methods test cleanup

15 years agoaccordion: activate test fix, use false to close, not -1
Jörn Zaefferer [Tue, 15 Sep 2009 15:21:42 +0000 (15:21 +0000)]
accordion: activate test fix, use false to close, not -1

15 years agoaccordion: icon test fix, was failing in webkits
Jörn Zaefferer [Tue, 15 Sep 2009 15:09:41 +0000 (15:09 +0000)]
accordion: icon test fix, was failing in webkits

15 years agodialog: mime-type
Ca-Phun Ung [Tue, 15 Sep 2009 15:02:57 +0000 (15:02 +0000)]
dialog: mime-type

15 years agodialog: added visual test for ticket #4826 - Setting resizable false toggles resizabl...
Ca-Phun Ung [Tue, 15 Sep 2009 14:43:37 +0000 (14:43 +0000)]
dialog: added visual test for ticket #4826 - Setting resizable false toggles resizable on dialog

15 years agodialog: always convert value for closeText option to a string (fixes options-tests)
Jörn Zaefferer [Tue, 15 Sep 2009 08:40:17 +0000 (08:40 +0000)]
dialog: always convert value for closeText option to a string (fixes options-tests)

15 years agotabs: comment about failing options-defaults-test
Jörn Zaefferer [Tue, 15 Sep 2009 08:39:47 +0000 (08:39 +0000)]
tabs: comment about failing options-defaults-test

15 years agoslider: fixed defaults test to include cancel-callback
Jörn Zaefferer [Tue, 15 Sep 2009 08:39:28 +0000 (08:39 +0000)]
slider: fixed defaults test to include cancel-callback

15 years agoselectable test cleanup: border and margin helpers were never used, missing semicolon...
Jörn Zaefferer [Tue, 15 Sep 2009 08:39:11 +0000 (08:39 +0000)]
selectable test cleanup: border and margin helpers were never used, missing semicolons caused a parser error

15 years agoprogessbar: comments about failing aria-disabled attr test (in IE), no idea why that...
Jörn Zaefferer [Tue, 15 Sep 2009 08:38:37 +0000 (08:38 +0000)]
progessbar: comments about failing aria-disabled attr test (in IE), no idea why that happens

15 years agoprogressbar: option-test fails for non-numeric values, so anything non-numeric is...
Jörn Zaefferer [Tue, 15 Sep 2009 08:38:11 +0000 (08:38 +0000)]
progressbar: option-test fails for non-numeric values, so anything non-numeric is now normalized to 0

15 years agodraggable: tests cleanup, put all elements into #main
Jörn Zaefferer [Tue, 15 Sep 2009 08:37:22 +0000 (08:37 +0000)]
draggable: tests cleanup, put all elements into #main

15 years agocore tests: a few comments about failing tests, a few fixes for existing tests, mostl...
Jörn Zaefferer [Tue, 15 Sep 2009 08:35:46 +0000 (08:35 +0000)]
core tests: a few comments about failing tests, a few fixes for existing tests, mostly messages; primary remaining issue is that both $("area").is(":visible") and $("area").is(":hidden") return true, which is most likely a bug in jQuery core

15 years agoaccordion: remove deprecated alwaysOpen option (collapsible was introduced in last...
Jörn Zaefferer [Tue, 15 Sep 2009 08:33:28 +0000 (08:33 +0000)]
accordion: remove deprecated alwaysOpen option (collapsible was introduced in last stable release); fixed collapsible-false accordion in combination with activate method (with fasly-argument to close all); changed activate-option default to 0 (which was the "computed" default anyway); lots of fixes for the testsuite, while removing some of the "missing" tests: header accepts only a selector (updated spec to make that more clear), while testing animations in unit tests is rather pointless