r1985 - trunk/tests/unit/datepicker
Author: rdworth Date: Tue Feb 3 20:27:14 2009 New Revision: 1985 Removed: trunk/tests/unit/datepicker/datepicker.js Modified: trunk/tests/unit/datepicker/datepicker.html trunk/tests/unit/datepicker/datepicker_core.js trunk/tests/unit/datepicker/datepicker_defaults.js trunk/tests/unit/datepicker/datepicker_events.js trunk/tests/unit/datepicker/datepicker_methods.js trunk/tests/unit/datepicker/datepicker_options.js trunk/tests/unit/datepicker/datepicker_tickets.js Log: datepicker unit tests: split
r1984 - trunk/demos/datepicker
Author: scott.gonzalez Date: Tue Feb 3 17:57:06 2009 New Revision: 1984 Modified: trunk/demos/datepicker/inline.html Log: Datepicker inline demo: Fixed #3967: Inline demo doesn't work in IE6 from main demo page. Modified: trunk/demos/datepicker/inline.html ============================================================================== --- trunk/demos/datepicker/inline.html (original) +++ trunk/demos/datepicker/inline.html Tue Feb 3 17:57:06 2009 @@ -17,7 +17,7 @@ <div class="demo"> -Date: <div
r1983 - trunk/themes/base
Author: klaus.hartl Date: Tue Feb 3 14:15:39 2009 New Revision: 1983 Modified: trunk/themes/base/ui.theme.css Log: Fixed #4044: In IE6 link pseudo classes still apply if styles have been declared to a only Modified: trunk/themes/base/ui.theme.css ============================================================================== --- trunk/themes/base/ui.theme.css (original) +++ trunk/themes/base/ui.theme.css Tue Feb 3 14:15:39 2009 @@ -18,11 +18,11 @@ /* Interaction states ----------------------------------*/
datepicker's highlightWeek option - removed?
I just downloaded and started experimenting with 1.6rc6 and noticed that the highlightWeek option I found for the datepicker (in the main jQuery docs) appears to be absent -- is this a deliberate change? I did some searching but didn't find any discussion of its removal anywhere. Thanks, Rob L.
r1982 - trunk/themes/base
Author: bohdan.ganicky Date: Tue Feb 3 06:36:42 2009 New Revision: 1982 Modified: trunk/themes/base/ui.dialog.css Log: ui.dialog.css: fix #3982 "Dialog: content jumps up when dialog resized in IE6" or hasLayout strikes again Modified: trunk/themes/base/ui.dialog.css ============================================================================== --- trunk/themes/base/ui.dialog.css (original) +++ trunk/themes/base/ui.dialog.css Tue Feb 3 06:36:42 2009 @@ -6,8 +6,8 @@ .ui-dialog .ui-dialog-titlebar-close
r1981 - trunk/tests/unit/tabs
Author: rdworth Date: Tue Feb 3 05:37:54 2009 New Revision: 1981 Removed: trunk/tests/unit/tabs/tabs.js Modified: trunk/tests/unit/tabs/tabs.html trunk/tests/unit/tabs/tabs_core.js trunk/tests/unit/tabs/tabs_defaults.js trunk/tests/unit/tabs/tabs_events.js trunk/tests/unit/tabs/tabs_methods.js trunk/tests/unit/tabs/tabs_options.js trunk/tests/unit/tabs/tabs_tickets.js Log: tabs unit tests: split tests into individual files, added some missing tests Modified: trunk/tests/unit/tabs/tabs.html ==============================================================================
r1980 - trunk/themes/base
Author: bohdan.ganicky Date: Tue Feb 3 03:36:07 2009 New Revision: 1980 Modified: trunk/themes/base/ui.tabs.css Log: themes/base/ui.tabs.css: fix for IE6 so tabs' whole region is clickable Modified: trunk/themes/base/ui.tabs.css ============================================================================== --- trunk/themes/base/ui.tabs.css (original) +++ trunk/themes/base/ui.tabs.css Tue Feb 3 03:36:07 2009 @@ -3,7 +3,7 @@ .ui-tabs { padding: .2em; zoom: 1; } .ui-tabs .ui-tabs-nav { padding:
r1979 - trunk/themes/base
Author: bohdan.ganicky Date: Tue Feb 3 03:10:52 2009 New Revision: 1979 Modified: trunk/themes/base/ui.tabs.css Log: themes/base/ui.tabs.css: IE hasLayout zoom fix, fixes #3996 Modified: trunk/themes/base/ui.tabs.css ============================================================================== --- trunk/themes/base/ui.tabs.css (original) +++ trunk/themes/base/ui.tabs.css Tue Feb 3 03:10:52 2009 @@ -1,6 +1,6 @@ /* Tabs ----------------------------------*/ -.ui-tabs { padding: .2em; } +.ui-tabs
r1978 - trunk/tests/unit/accordion
Author: rdworth Date: Tue Feb 3 00:23:48 2009 New Revision: 1978 Removed: trunk/tests/unit/accordion/accordion.js Modified: trunk/tests/unit/accordion/accordion.html trunk/tests/unit/accordion/accordion_core.js trunk/tests/unit/accordion/accordion_defaults.js trunk/tests/unit/accordion/accordion_events.js trunk/tests/unit/accordion/accordion_methods.js trunk/tests/unit/accordion/accordion_options.js trunk/tests/unit/accordion/accordion_tickets.js Log: accordion unit tests: split tests into individual
r1977 - trunk/ui
Author: rdworth Date: Mon Feb 2 20:20:42 2009 New Revision: 1977 Modified: trunk/ui/ui.dialog.js Log: Fixed #4050 (Dialog: undefined class being added to ui-dialog element) Modified: trunk/ui/ui.dialog.js ============================================================================== --- trunk/ui/ui.dialog.js (original) +++ trunk/ui/ui.dialog.js Mon Feb 2 20:20:42 2009 @@ -514,6 +514,7 @@ buttons: {}, closeOnEscape: true, closeText: 'close', + dialogClass: '',
r1974 - trunk/tests/unit/sortable
Author: rdworth Date: Mon Feb 2 18:49:49 2009 New Revision: 1974 Modified: trunk/tests/unit/sortable/sortable_options.js Log: sortable unit tests: stubbed out missing tests Modified: trunk/tests/unit/sortable/sortable_options.js ============================================================================== --- trunk/tests/unit/sortable/sortable_options.js (original) +++ trunk/tests/unit/sortable/sortable_options.js Mon Feb 2 18:49:49 2009 @@ -5,6 +5,14 @@ module("sortable: options"); +test("{
r1976 - trunk/ui
Author: rdworth Date: Mon Feb 2 19:02:30 2009 New Revision: 1976 Modified: trunk/ui/ui.draggable.js Log: draggable: missed internal use of ui.absolutePosition Modified: trunk/ui/ui.draggable.js ============================================================================== --- trunk/ui/ui.draggable.js (original) +++ trunk/ui/ui.draggable.js Mon Feb 2 19:02:30 2009 @@ -673,8 +673,8 @@ var inst = $(this).data("draggable"), o = inst.options; var d = o.snapTolerance; - var
r1975 - trunk/tests/unit/sortable
Author: rdworth Date: Mon Feb 2 18:53:34 2009 New Revision: 1975 Modified: trunk/tests/unit/sortable/sortable_core.js Log: sortable unit tests: stubbed out missing tests Modified: trunk/tests/unit/sortable/sortable_core.js ============================================================================== --- trunk/tests/unit/sortable/sortable_core.js (original) +++ trunk/tests/unit/sortable/sortable_core.js Mon Feb 2 18:53:34 2009 @@ -26,8 +26,4 @@ module("sortable: core"); -test("testname", function()
r1973 - trunk/ui
Author: rdworth Date: Mon Feb 2 18:23:07 2009 New Revision: 1973 Modified: trunk/ui/ui.sortable.js Log: sortable defaults Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Mon Feb 2 18:23:07 2009 @@ -1013,10 +1013,10 @@ opacity: false, placeholder: false, revert: false, - scope: "default", scroll: true, scrollSensitivity:
r1972 - in trunk: tests/unit/sortable ui
Author: rdworth Date: Mon Feb 2 18:18:12 2009 New Revision: 1972 Modified: trunk/tests/unit/sortable/sortable_defaults.js trunk/ui/ui.sortable.js Log: Fixed #4038 (sortable: cssNamespace option should be removed) Modified: trunk/tests/unit/sortable/sortable_defaults.js ============================================================================== --- trunk/tests/unit/sortable/sortable_defaults.js (original) +++ trunk/tests/unit/sortable/sortable_defaults.js Mon Feb 2 18:18:12 2009 @@ -9,7 +9,6
r1971 - trunk/ui
Author: rdworth Date: Mon Feb 2 17:22:34 2009 New Revision: 1971 Modified: trunk/ui/ui.sortable.js Log: sortable: changed sortable option cursor default value to 'auto' instead of 'default' Modified: trunk/ui/ui.sortable.js ============================================================================== --- trunk/ui/ui.sortable.js (original) +++ trunk/ui/ui.sortable.js Mon Feb 2 17:22:34 2009 @@ -1000,7 +1000,7 @@ connectWith: false, containment: false, cssNamespace: 'ui',
r1970 - in trunk: tests/unit/sortable ui
Author: rdworth Date: Mon Feb 2 17:20:55 2009 New Revision: 1970 Modified: trunk/tests/unit/sortable/sortable_defaults.js trunk/ui/ui.sortable.js Log: sortable defaults Modified: trunk/tests/unit/sortable/sortable_defaults.js ============================================================================== --- trunk/tests/unit/sortable/sortable_defaults.js (original) +++ trunk/tests/unit/sortable/sortable_defaults.js Mon Feb 2 17:20:55 2009 @@ -3,11 +3,14 @@ */ var sortable_defaults = { + accurateIntersection:
r1969 - trunk/tests/unit/sortable
Author: rdworth Date: Mon Feb 2 16:33:00 2009 New Revision: 1969 Removed: trunk/tests/unit/sortable/sortable.js Modified: trunk/tests/unit/sortable/sortable.html trunk/tests/unit/sortable/sortable_core.js trunk/tests/unit/sortable/sortable_defaults.js trunk/tests/unit/sortable/sortable_events.js trunk/tests/unit/sortable/sortable_methods.js trunk/tests/unit/sortable/sortable_options.js trunk/tests/unit/sortable/sortable_tickets.js Log: sortable unit tests: split tests into individual files Modified:
r1968 - trunk/themes/base
Author: klaus.hartl Date: Mon Feb 2 13:16:31 2009 New Revision: 1968 Modified: trunk/themes/base/ui.tabs.css Log: Tabs: a better cursor for selected and collapsible tabs Modified: trunk/themes/base/ui.tabs.css ============================================================================== --- trunk/themes/base/ui.tabs.css (original) +++ trunk/themes/base/ui.tabs.css Mon Feb 2 13:16:31 2009 @@ -1,9 +1,11 @@ /* Tabs ----------------------------------*/ -.ui-tabs {padding: .2em;} +.ui-tabs { padding:
r1967 - in trunk: tests/unit/tabs ui
Author: klaus.hartl Date: Mon Feb 2 12:15:06 2009 New Revision: 1967 Modified: trunk/tests/unit/tabs/tabs.js trunk/ui/ui.tabs.js Log: Tabs: introduced "collapsible" option while deprecating "deselectable", fixes #4029 Modified: trunk/tests/unit/tabs/tabs.js ============================================================================== --- trunk/tests/unit/tabs/tabs.js (original) +++ trunk/tests/unit/tabs/tabs.js Mon Feb 2 12:15:06 2009 @@ -10,7 +10,7 @@ ajaxOptions: null, cache: false,
Tabs: "collapsible" vs "deselectable"
Please see: http://dev.jqueryui.com/ticket/4029 Just wondering: How is "collapsible" better then "deselectable"? Is it to be consistent with Accordion? Apart from that, I don't believe that collapsible fits that much for tabs. In my opinion a deselected/ inactive tab just does not collapse (in the sense an accordion or any other block does)... I am not too picky regarding the name, just asking for the reasoning here. --Klaus
Expandable form
Hi there, very new to jquery so any help is appreciated. We're wanting to create a form that initial shows say 3 fields. This form is positioned within a page and is shown using the slide effect. We have a link saying "Add Contact", when the user clicks on this the 3 field (first, last name, email) form slides down underneath. Ok so far so good. However we want to give the user options of other fields (such as multiple addresses, etc) - what I'd like to do is be able to either: 1) expand this form
Download page: Effects Core requires UI Core?
Maybe I missed a change along the way (and apologies if I did, I haven't been following the tracker or this mailing list closely) -- but does effects core really now require UI core, or is that a bug on the download page? Donald
Possible jQuery UI Color Picker Widget
Let's start a discussion on what we want to see out the proposed color picker UI plugin. According to the jQuery UI Wiki, there is an interest in a themable color picker plugin that can support advanced entering modes including hex codes, rgb, and hsv modes. This control should include some kind of rainbow with a draggable marker that changes the selected color on the fly. External controls also need to be able to access the color or be notified when the selected color changes, or while it is changing,
css form by jquery and ui
hi all my group starting css form project by jquery and ui sample http://www.emblematiq.com/projects/niceforms/demo/ this can might add to jquery ui plz comment ---------- sorry for misspelling tnx ali
r1966 - in trunk/tests/unit: accordion datepicker dialog progressbar resizable selectable sortabl...
Author: rdworth Date: Mon Feb 2 06:36:08 2009 New Revision: 1966 Added: trunk/tests/unit/accordion/accordion_core.js (contents, props changed) trunk/tests/unit/accordion/accordion_defaults.js (contents, props changed) trunk/tests/unit/accordion/accordion_events.js (contents, props changed) trunk/tests/unit/accordion/accordion_methods.js (contents, props changed) trunk/tests/unit/accordion/accordion_options.js (contents, props changed) trunk/tests/unit/accordion/accordion_tickets.js (contents, props
r1964 - in trunk/tests/unit: . draggable droppable
Author: rdworth Date: Mon Feb 2 05:23:51 2009 New Revision: 1964 Modified: trunk/tests/unit/draggable/draggable_options.js trunk/tests/unit/droppable/droppable_defaults.js trunk/tests/unit/droppable/droppable_options.js trunk/tests/unit/testsuite.js Log: unit tests: minor updates Modified: trunk/tests/unit/draggable/draggable_options.js ============================================================================== --- trunk/tests/unit/draggable/draggable_options.js (original) +++ trunk/tests/unit/draggable/draggable_options.js Mon
r1965 - trunk/ui
Author: joern.zaefferer Date: Mon Feb 2 06:02:20 2009 New Revision: 1965 Modified: trunk/ui/ui.accordion.js Log: accordion: use synced animations only when animating two elements; optimize for only-one Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Mon Feb 2 06:02:20 2009 @@ -410,6 +410,10 @@ options.toShow.animate({height: "show"}, options);
r1957 - in trunk: tests/unit/draggable ui
Author: rdworth Date: Sun Feb 1 22:45:50 2009 New Revision: 1957 Modified: trunk/tests/unit/draggable/draggable_defaults.js trunk/tests/unit/draggable/draggable_options.js trunk/ui/ui.draggable.js Log: Fixed #4036 (draggable: cssNamespace option should be removed, addClasses option added) Modified: trunk/tests/unit/draggable/draggable_defaults.js ============================================================================== --- trunk/tests/unit/draggable/draggable_defaults.js (original) +++ trunk/tests/unit/draggable/draggable_defaults.js Sun
r1963 - in trunk: tests/unit/droppable ui
Author: rdworth Date: Sun Feb 1 23:18:27 2009 New Revision: 1963 Modified: trunk/tests/unit/droppable/droppable_options.js trunk/ui/ui.droppable.js Log: Fixed #4037 (droppable: cssNamespace option should be removed, addClasses option added) Modified: trunk/tests/unit/droppable/droppable_options.js ============================================================================== --- trunk/tests/unit/droppable/droppable_options.js (original) +++ trunk/tests/unit/droppable/droppable_options.js Sun
r1956 - trunk/tests/unit/draggable
Author: rdworth Date: Sun Feb 1 22:34:44 2009 New Revision: 1956 Added: trunk/tests/unit/draggable/draggable_core.js - copied unchanged from r1953, /trunk/tests/unit/draggable/draggable.js Removed: trunk/tests/unit/draggable/defaults.js trunk/tests/unit/draggable/draggable.js Modified: trunk/tests/unit/draggable/draggable.html trunk/tests/unit/draggable/draggable_defaults.js trunk/tests/unit/draggable/draggable_tickets.js Log: draggable unit tests: cleanup Modified: trunk/tests/unit/draggable/draggable.html
r1959 - trunk/tests/unit/droppable
Author: rdworth Date: Sun Feb 1 23:09:15 2009 New Revision: 1959 Added: trunk/tests/unit/droppable/droppable_core.js - copied, changed from r1953, /trunk/tests/unit/droppable/droppable.js trunk/tests/unit/droppable/droppable_defaults.js (contents, props changed) trunk/tests/unit/droppable/droppable_events.js (contents, props changed) trunk/tests/unit/droppable/droppable_methods.js (contents, props changed) trunk/tests/unit/droppable/droppable_options.js (contents, props changed) trunk/tests/unit/droppable/droppable_tickets.js
r1955 - trunk/tests/unit/slider
Author: rdworth Date: Sun Feb 1 21:58:49 2009 New Revision: 1955 Added: trunk/tests/unit/slider/slider_core.js (contents, props changed) trunk/tests/unit/slider/slider_defaults.js (contents, props changed) trunk/tests/unit/slider/slider_events.js (contents, props changed) trunk/tests/unit/slider/slider_methods.js (contents, props changed) trunk/tests/unit/slider/slider_options.js (contents, props changed) trunk/tests/unit/slider/slider_tickets.js (contents, props changed) Removed: trunk/tests/unit/slider/slider.js
r1960 - trunk/tests/unit/draggable
Author: rdworth Date: Sun Feb 1 23:12:37 2009 New Revision: 1960 Modified: trunk/tests/unit/draggable/draggable_core.js trunk/tests/unit/draggable/draggable_options.js Log: draggable unit tests: typo in 'addClasses: false' test Modified: trunk/tests/unit/draggable/draggable_core.js ============================================================================== --- trunk/tests/unit/draggable/draggable_core.js (original) +++ trunk/tests/unit/draggable/draggable_core.js Sun Feb 1 23:12:37 2009
r1961 - trunk/tests/unit/slider
Author: rdworth Date: Sun Feb 1 23:13:25 2009 New Revision: 1961 Modified: trunk/tests/unit/slider/slider_core.js trunk/tests/unit/slider/slider_methods.js Log: slider unit tests: moved init and destroy tests to 'slider: methods' module Modified: trunk/tests/unit/slider/slider_core.js ============================================================================== --- trunk/tests/unit/slider/slider_core.js (original) +++ trunk/tests/unit/slider/slider_core.js Sun Feb 1 23:13:25 2009 @@ -15,62
r1958 - trunk/tests/unit
Author: rdworth Date: Sun Feb 1 22:46:56 2009 New Revision: 1958 Modified: trunk/tests/unit/testsuite.js Log: unit tests: added common widget tests. Thanks Scott G. Modified: trunk/tests/unit/testsuite.js ============================================================================== --- trunk/tests/unit/testsuite.js (original) +++ trunk/tests/unit/testsuite.js Sun Feb 1 22:46:56 2009 @@ -1,3 +1,4 @@ + $(function() { $('body').prepend( @@ -8,3 +9,85 @@ ); }); + +function testWidgetDefaults(widget,
r1962 - trunk/tests/unit/droppable
Author: rdworth Date: Sun Feb 1 23:14:19 2009 New Revision: 1962 Modified: trunk/tests/unit/droppable/droppable_defaults.js trunk/tests/unit/droppable/droppable_options.js Log: Failing test for #4037 (droppable: cssNamespace option should be removed, addClasses option added) Modified: trunk/tests/unit/droppable/droppable_defaults.js ============================================================================== --- trunk/tests/unit/droppable/droppable_defaults.js (original) +++ trunk/tests/unit/droppable/droppable_defaults.js Sun
r1954 - trunk/demos/effects_showhide
Author: scott.gonzalez Date: Sun Feb 1 20:02:43 2009 New Revision: 1954 Modified: trunk/demos/effects_showhide/explode.html Log: Explode demo: Fixed Safari margin bug (fix for #3968). Modified: trunk/demos/effects_showhide/explode.html ============================================================================== --- trunk/demos/effects_showhide/explode.html (original) +++ trunk/demos/effects_showhide/explode.html Sun Feb 1 20:02:43 2009 @@ -9,7 +9,7 @@ <link type="text/css" href="../demos.css"
r1953 - trunk/ui
Author: scott.gonzalez Date: Sun Feb 1 19:07:54 2009 New Revision: 1953 Modified: trunk/ui/ui.slider.js Log: 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. Modified: trunk/ui/ui.slider.js ============================================================================== --- trunk/ui/ui.slider.js (original) +++ trunk/ui/ui.slider.js Sun Feb 1 19:07:54
r1951 - trunk/ui
Author: paul.bakaus Date: Sun Feb 1 18:11:32 2009 New Revision: 1951 Modified: trunk/ui/ui.accordion.js Log: accordion: deprecated alwaysOpen option, introduced collapsible option (invert value) (fixes #3969) Modified: trunk/ui/ui.accordion.js ============================================================================== --- trunk/ui/ui.accordion.js (original) +++ trunk/ui/ui.accordion.js Sun Feb 1 18:11:32 2009 @@ -118,6 +118,11 @@ contents.css("height", ""); } }, +
Next Page