]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
14 years agoBuild: Include folders for themes and googlecdn builds. Fixed #5759 Build: all zips...
jzaefferer [Wed, 23 Jun 2010 13:21:17 +0000 (15:21 +0200)]
Build: Include folders for themes and googlecdn builds. Fixed #5759 Build: all zips should contain folder at root named same as zip

14 years agoBuild: Remove googlecdn target from default target, as that requires themes-target...
jzaefferer [Wed, 23 Jun 2010 13:09:53 +0000 (15:09 +0200)]
Build: Remove googlecdn target from default target, as that requires themes-target to run first, which requires updated downloadbuilder

14 years agoDialog demo: Remove reference to obsolete overlay option.
Scott González [Tue, 15 Jun 2010 02:42:59 +0000 (19:42 -0700)]
Dialog demo: Remove reference to obsolete overlay option.

14 years agoChanged comparison to highlight selected date, fixes #5676 (DatePicker Dialog default...
Alberto Fernández Capel [Sun, 13 Jun 2010 11:00:04 +0000 (19:00 +0800)]
Changed comparison to highlight selected date, fixes #5676 (DatePicker Dialog defaultDate incorrect behaviour)

14 years agoResizable: Add missing var declaration to new _reset function/subroutine.
Kevin Dalman [Thu, 10 Jun 2010 00:03:26 +0000 (08:03 +0800)]
Resizable: Add missing var declaration to new _reset function/subroutine.

14 years agoResizable: Patched the alsoResize plugin to fix 2 critical bugs. Fixes #5694 - Invali...
ALLPRO [Wed, 9 Jun 2010 21:06:53 +0000 (05:06 +0800)]
Resizable: Patched the alsoResize plugin to fix 2 critical bugs. Fixes #5694 - Invalid reference in UI Resizable hack for Opera. Fixes #5662/5695/3842 - When resizing from top or left edge, Dialog adds top/left CSS values to content element. Enhances Dialog - Allows dialog-content to have position:relative to 'contain' floated and positioned elements. Bug Demo for #5662 - http://layout.jquery-dev.net/samples/ui_dialog_bug.html

14 years agoBuild: create themes.zip as part of themes-download target
jzaefferer [Mon, 31 May 2010 13:48:10 +0000 (15:48 +0200)]
Build: create themes.zip as part of themes-download target

14 years agoBuild: Download docs directly to dist folder
jzaefferer [Mon, 31 May 2010 13:23:30 +0000 (15:23 +0200)]
Build: Download docs directly to dist folder

14 years agoBuild: Finished themes-download target
jzaefferer [Mon, 31 May 2010 12:41:02 +0000 (14:41 +0200)]
Build: Finished themes-download target

14 years agoDatepicker: Added visual test for #5676 - DatePicker Dialog defaultDate incorrect...
Richard D. Worth [Sun, 30 May 2010 09:06:17 +0000 (05:06 -0400)]
Datepicker: Added visual test for #5676 - DatePicker Dialog defaultDate incorrect behaviour

14 years agoBuild: automate theme downloading, first draft
jzaefferer [Fri, 28 May 2010 15:17:18 +0000 (17:17 +0200)]
Build: automate theme downloading, first draft

14 years agoSelectable: moved position absolute and z-index to css. Fixed #4475 - Selectable...
Richard D. Worth [Wed, 26 May 2010 22:42:24 +0000 (18:42 -0400)]
Selectable: moved position absolute and z-index to css. Fixed #4475 - Selectable helper has z-index hard coded

14 years agoButton: Removed ui-button-text-icon class. Added ui-button-text-icon-primary and...
Richard D. Worth [Wed, 26 May 2010 19:08:37 +0000 (15:08 -0400)]
Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary and ui-button-text-icon-secondary classes. Fixed #5382 - Button: specifying only a secondary icon for the button widget locates the icon on the left

14 years agoVisual test for #5382 - Button: specifying only a secondary icon for the button widge...
jzaefferer [Wed, 26 May 2010 16:28:31 +0000 (18:28 +0200)]
Visual test for #5382 - Button: specifying only a secondary icon for the button widget locates the icon on the left

14 years agoDraggable, Resizable: ticket: #5335 - visual test
Carl Fürstenberg [Sat, 22 May 2010 20:51:54 +0000 (04:51 +0800)]
Draggable, Resizable: ticket: #5335 - visual test

reduced test to the relevant parts, also fix things pointed out by
rdworth

14 years agoDraggable, Resizable: ticket: #5335 - visual test
Carl Fürstenberg [Sat, 22 May 2010 20:51:54 +0000 (04:51 +0800)]
Draggable, Resizable: ticket: #5335 - visual test

14 years agoUpdating the master version to 1.9pre
Richard D. Worth [Thu, 20 May 2010 11:08:26 +0000 (07:08 -0400)]
Updating the master version to 1.9pre

14 years agoTagging the 1.8.2 release. 1.8.2
Richard D. Worth [Thu, 20 May 2010 11:07:52 +0000 (07:07 -0400)]
Tagging the 1.8.2 release.

14 years agoCore: Better detection of when core is loaded twice. Fixes #5636 - Load ui.position...
Scott González [Thu, 20 May 2010 00:33:23 +0000 (20:33 -0400)]
Core: Better detection of when core is loaded twice. Fixes #5636 - Load ui.position before ui.core couse ui.core not execute.

14 years agoPrevent autocomplete-menu from closing when clicking 'slowly', eg. a long mousedown...
jzaefferer [Tue, 18 May 2010 12:57:02 +0000 (14:57 +0200)]
Prevent autocomplete-menu from closing when clicking 'slowly', eg. a long mousedown. Fix for #5405 - Autocomplete: select event not triggered when mousedown duration > blur timeout

14 years agoTabs: Removed instances of " .. + (++ .." to avoid a minification bug in closure...
Scott González [Tue, 18 May 2010 00:48:07 +0000 (20:48 -0400)]
Tabs: Removed instances of " .. + (++ .." to avoid a minification bug in closure compiler. Fixes #5576 - invalid increment operand.

14 years agoFixed visual test for Autocomplete to include select event. Test for #5405 Autocomple...
jzaefferer [Sat, 15 May 2010 14:09:12 +0000 (16:09 +0200)]
Fixed visual test for Autocomplete to include select event. Test for #5405 Autocomplete: select event not triggered when mousedown duration > blur timeout

14 years agoSelectable: Creation of helper must conform with style guide.
adam j. sontag [Thu, 13 May 2010 14:40:35 +0000 (22:40 +0800)]
Selectable: Creation of helper must conform with style guide.

14 years agoSelectable: Add default CSS for ui-selectable-helper to CSS framework to allow user...
adam j. sontag [Wed, 12 May 2010 06:32:14 +0000 (14:32 +0800)]
Selectable: Add default CSS for ui-selectable-helper to CSS framework to allow user override. Fixes #5607 - Selectable has helper css hardcoded in JS

14 years agoDatepicker: cleaning up the datepicker open transition. fixed #5609 - Datepicker...
Paul Irish [Wed, 12 May 2010 15:48:29 +0000 (23:48 +0800)]
Datepicker: cleaning up the datepicker open transition. fixed #5609 - Datepicker: change default opening animation to fadeIn

14 years agoSelectable: modified _mouseStart function to unselect event.target if the
Jack Hsu [Wed, 12 May 2010 15:31:16 +0000 (23:31 +0800)]
Selectable: modified _mouseStart function to unselect event.target if the
Ctrl/Cmd key is pressed, and target is selected. Fixed #4293 - Ctrl + Click on
selected list item does not deselect

14 years agoSelectable: modified _mouseStart function to unselect event.target if the Ctrl/Cmd...
Jack Hsu [Wed, 12 May 2010 14:51:13 +0000 (22:51 +0800)]
Selectable: modified _mouseStart function to unselect event.target if the Ctrl/Cmd key is pressed, and target is selected. Fixed #4293 - Ctrl + Click on selected list item does not deselect

14 years agoSlider: trim to max and min on UP DOWN LEFT RIGHT. Fixed #5591 - Slider: can go outsi...
Richard D. Worth [Tue, 11 May 2010 12:36:56 +0000 (08:36 -0400)]
Slider: trim to max and min on UP DOWN LEFT RIGHT. Fixed #5591 - Slider: can go outside min and max with keyboard

14 years agoDatepicker: i18n Polish changed yy-mm-dd to dd.mm.yy. Fixed #5522 - Wrong date format...
Richard D. Worth [Tue, 11 May 2010 12:30:22 +0000 (08:30 -0400)]
Datepicker: i18n Polish changed yy-mm-dd to dd.mm.yy. Fixed #5522 - Wrong date format for polish regional

14 years agoSlider: fixed step alignment to handle negative fractional values. Fixed #5583 -...
Richard D. Worth [Tue, 11 May 2010 12:17:18 +0000 (08:17 -0400)]
Slider: fixed step alignment to handle negative fractional values. Fixed #5583 - Slider displays negative fractional values incorrectly. Thanks for the patch watanabe.

14 years agoSlider: trim value to min and max when page_up or page_down is pressed. Fixed #5591...
Richard D. Worth [Tue, 11 May 2010 11:31:48 +0000 (07:31 -0400)]
Slider: trim value to min and max when page_up or page_down is pressed. Fixed #5591 - Slider: can go below its defined minimum with PageDown

14 years agoDatepicker: i18n SK changed firstDay to 1 instead of 0. Fixed #5600 - Datepicker...
Richard D. Worth [Tue, 11 May 2010 09:23:38 +0000 (05:23 -0400)]
Datepicker: i18n SK changed firstDay to 1 instead of 0. Fixed #5600 - Datepicker localization SK. Thanks borsuk

14 years agoTabs: unit test to verify that number of panels is equal to number of tabs.
dominiquevincent [Sun, 9 May 2010 18:25:12 +0000 (02:25 +0800)]
Tabs: unit test to verify that number of panels is equal to number of tabs.
Ticket #5069 - tabs: ui.tabs.add creates two tab panels when using a full URL

Signed-off-by: dominiquevincent <dominique.vincent@toitl.com>
14 years agoadded tests for disabled property
carhartl [Wed, 21 Apr 2010 19:31:29 +0000 (03:31 +0800)]
added tests for disabled property

14 years agoFix 'this.options is undefined' in sortable by using this instead of self
ornicar [Wed, 5 May 2010 08:43:03 +0000 (16:43 +0800)]
Fix 'this.options is undefined' in sortable by using this instead of self

14 years agoDatepicker: avoid ambiguous + ++ in min file. Partial fix for #5576 - invalid increme...
Richard D. Worth [Wed, 5 May 2010 03:11:06 +0000 (23:11 -0400)]
Datepicker: avoid ambiguous + ++ in min file. Partial fix for #5576 - invalid increment operand

14 years agomore inline widgets and variations added to theme test page
paulirish [Fri, 30 Apr 2010 00:28:56 +0000 (08:28 +0800)]
more inline widgets and variations added to theme test page

14 years agoRemove previous text/icon classes when updating buttons.
Scott González [Fri, 30 Apr 2010 01:38:23 +0000 (21:38 -0400)]
Remove previous text/icon classes when updating buttons.

Fixes #5567 - button text, hide then show again.

14 years agoUpdated Show/Hide/Toggle demos since they don't support the Transfer effect. Transfe...
Ralph Whitbeck [Thu, 29 Apr 2010 03:00:56 +0000 (11:00 +0800)]
Updated Show/Hide/Toggle demos since they don't support the Transfer effect.  Transfer was removed.

14 years agovisual test page to demonstrate theme. adapted from the UI download build.
paulirish [Wed, 28 Apr 2010 17:39:08 +0000 (01:39 +0800)]
visual test page to demonstrate theme. adapted from the UI download build.

14 years agoSlider unit tests: Disabled stale tests on Testswarm
jzaefferer [Wed, 28 Apr 2010 16:55:29 +0000 (18:55 +0200)]
Slider unit tests: Disabled stale tests on Testswarm

14 years agoRemoved case-sensitive .nodeName check.
Scott González [Wed, 28 Apr 2010 02:41:10 +0000 (19:41 -0700)]
Removed case-sensitive .nodeName check.

Fixes #5557 - Comparing element.nodeName directly against upper case tag names can cause problems.

14 years agoRevert "Draggable: Don't use computed style for top and left of position:relative...
Richard D. Worth [Fri, 23 Apr 2010 20:13:06 +0000 (16:13 -0400)]
Revert "Draggable: Don't use computed style for top and left of position:relative elements. Fixes #5537 - Draggable: position relative draggable jumps on first drag in Opera"

This reverts commit dc94bbf53628ada1b5d8e7da909f63bfe10f25ff.

14 years agoAutocomplete: Ignore command (left and right/menu/windows), insert, caps lock, home...
Scott González [Fri, 23 Apr 2010 17:00:54 +0000 (13:00 -0400)]
Autocomplete: Ignore command (left and right/menu/windows), insert, caps lock, home, end keys.

Fixes #5415 - Catch all common keys while typing a word.

14 years agoCore: Added COMMAND/COMMAND_LEFT/WINDOWS, COMMAND_RIGHT/MENU key codes.
Scott González [Fri, 23 Apr 2010 16:56:52 +0000 (12:56 -0400)]
Core: Added COMMAND/COMMAND_LEFT/WINDOWS, COMMAND_RIGHT/MENU key codes.

Fixes #5542 - Add keyCodes for command buttons.

14 years agoAutocomplete: Changed cache demo to cache all results.
Scott González [Fri, 23 Apr 2010 16:19:06 +0000 (12:19 -0400)]
Autocomplete: Changed cache demo to cache all results.

Fixes #5398 - Remote-with-cache demo does not break if (cache.term == request.term) but executes another request.

14 years agoButton: Added missing semicolon.
Scott González [Fri, 23 Apr 2010 16:08:55 +0000 (12:08 -0400)]
Button: Added missing semicolon.

Fixes #5536 - Mission semicolon on line 5368.

14 years agoDraggable: Don't use computed style for top and left of position:relative elements...
Richard D. Worth [Thu, 22 Apr 2010 13:56:35 +0000 (09:56 -0400)]
Draggable: Don't use computed style for top and left of position:relative elements. Fixes #5537 - Draggable: position relative draggable jumps on first drag in Opera

14 years agoUpdating the master version to 1.9pre
Richard D. Worth [Wed, 21 Apr 2010 14:13:56 +0000 (10:13 -0400)]
Updating the master version to 1.9pre

14 years agoTagging the 1.8.1 release. 1.8.1
Richard D. Worth [Wed, 21 Apr 2010 14:13:12 +0000 (10:13 -0400)]
Tagging the 1.8.1 release.

14 years agoAutocomplete: Added demo for accent folding.
Scott González [Wed, 21 Apr 2010 14:02:53 +0000 (10:02 -0400)]
Autocomplete: Added demo for accent folding.
Proof of concept for #5219 - Autocomplete: Support for accent-folding.

14 years agoAutocomplete: Added custom rendering for custom data demo.
Scott González [Wed, 21 Apr 2010 13:57:35 +0000 (09:57 -0400)]
Autocomplete: Added custom rendering for custom data demo.

14 years agoFixed #5532 - Datepicker i18n: Encoding error in Swiss-French (fr-CH) file
Richard D. Worth [Wed, 21 Apr 2010 09:00:33 +0000 (05:00 -0400)]
Fixed #5532 - Datepicker i18n: Encoding error in Swiss-French (fr-CH) file

14 years agoadded tests for enable/disable
carhartl [Mon, 19 Apr 2010 18:38:04 +0000 (02:38 +0800)]
added tests for enable/disable

14 years agoMerge branch 'master' of github.com:jquery/jquery-ui
maggiewachs [Fri, 16 Apr 2010 18:24:49 +0000 (14:24 -0400)]
Merge branch 'master' of github.com:jquery/jquery-ui

14 years agoAdded left icons and CSS to indent menu option text.
maggiewachs [Fri, 16 Apr 2010 15:29:05 +0000 (11:29 -0400)]
Added left icons and CSS to indent menu option text.

14 years agoAutocomplete: Fixed href to multiple-remote dmeo in index
jzaefferer [Fri, 16 Apr 2010 09:09:28 +0000 (11:09 +0200)]
Autocomplete: Fixed href to multiple-remote dmeo in index

14 years agoAutocomplete: Refactored code for array filtering into $.ui.autocomplete.filter,...
jzaefferer [Fri, 16 Apr 2010 09:05:35 +0000 (11:05 +0200)]
Autocomplete: Refactored code for array filtering into $.ui.autocomplete.filter, used by remote-with-cache and modified multiple-demo (now with local data); added multiple-remote to also show multiple with remote data

14 years agoAutocomplete: code improvements for multiple demo
jzaefferer [Thu, 15 Apr 2010 13:31:49 +0000 (15:31 +0200)]
Autocomplete: code improvements for multiple demo

14 years agoAutocomplete: multiple demo added
jzaefferer [Thu, 15 Apr 2010 08:43:47 +0000 (10:43 +0200)]
Autocomplete: multiple demo added

14 years agoUnit tests: Disable stale widget tests on testswarm
jzaefferer [Wed, 14 Apr 2010 18:19:20 +0000 (20:19 +0200)]
Unit tests: Disable stale widget tests on testswarm

14 years agoUnit tests: Disable stale interaction tests only on testswarm, but allow them to...
jzaefferer [Wed, 14 Apr 2010 17:02:03 +0000 (19:02 +0200)]
Unit tests: Disable stale interaction tests only on testswarm, but allow them to run locally

14 years agoUnit tests: Try to disable tests only for testswarm; if this works, I'll modify the...
jzaefferer [Wed, 14 Apr 2010 16:53:01 +0000 (18:53 +0200)]
Unit tests: Try to disable tests only for testswarm; if this works, I'll modify the other ones as well

14 years agoDraggable demo: visual feedback - use draggable option stack selector. Fixed #5513...
Richard D. Worth [Wed, 14 Apr 2010 12:19:53 +0000 (08:19 -0400)]
Draggable demo: visual feedback - use draggable option stack selector. Fixed #5513 - Draggable/Stackable Demo broken and docs need to be updated

14 years agoPosition unit tests: Add module for testswarm to run all tests
jzaefferer [Tue, 13 Apr 2010 13:43:44 +0000 (15:43 +0200)]
Position unit tests: Add module for testswarm to run all tests

14 years agoProgressbar unit test: Ignore false vs. false in IE6 AND 7 in aria attributes test
jzaefferer [Tue, 13 Apr 2010 11:25:09 +0000 (13:25 +0200)]
Progressbar unit test: Ignore false vs. false in IE6 AND 7 in aria attributes test

14 years agoAutocomplete unit tests: Fix event handling in IE
jzaefferer [Tue, 13 Apr 2010 10:04:05 +0000 (12:04 +0200)]
Autocomplete unit tests: Fix event handling in IE

14 years agoProgressbar unit test: Ignore false vs. false in IE6 in aria attributes test
jzaefferer [Tue, 13 Apr 2010 09:35:50 +0000 (11:35 +0200)]
Progressbar unit test: Ignore false vs. false in IE6 in aria attributes test

14 years agoAutocomplete and button unit tests: Same remove-role-attr fix as for accordion in...
jzaefferer [Tue, 13 Apr 2010 09:12:01 +0000 (11:12 +0200)]
Autocomplete and button unit tests: Same remove-role-attr fix as for accordion in destroy-method test

14 years agoAccordion unit tests: And another height-testing hotfix for Safari 3.x
jzaefferer [Tue, 13 Apr 2010 08:54:54 +0000 (10:54 +0200)]
Accordion unit tests: And another height-testing hotfix for Safari 3.x

14 years agoAccordion unit tests: One more height-testing hotfix for Safari 3.x
jzaefferer [Tue, 13 Apr 2010 08:36:04 +0000 (10:36 +0200)]
Accordion unit tests: One more height-testing hotfix for Safari 3.x

14 years agoAccordion unit tests: Remove role attribute to pass Opera 9 and adjust height tests...
jzaefferer [Tue, 13 Apr 2010 08:13:13 +0000 (10:13 +0200)]
Accordion unit tests: Remove role attribute to pass Opera 9 and adjust height tests to tolerate different results, as long as they are consistent

14 years agoAccordion unit tests: Trying some more style resets for getting accordion tests to...
jzaefferer [Mon, 12 Apr 2010 14:49:12 +0000 (16:49 +0200)]
Accordion unit tests: Trying some more style resets for getting accordion tests to pass in Safari 3.x, need to commit to see Testswarm results

14 years agoAccordion unit tests: Cleaned and fixed destroy-method test, working around html...
jzaefferer [Mon, 12 Apr 2010 14:44:37 +0000 (16:44 +0200)]
Accordion unit tests: Cleaned and fixed destroy-method test, working around html rendering inconsistencies

14 years agoAccordion unit tests: Cleaned and fixed resize-method test, using #navigation avoids...
jzaefferer [Mon, 12 Apr 2010 14:12:05 +0000 (16:12 +0200)]
Accordion unit tests: Cleaned and fixed resize-method test, using #navigation avoids the :visible matching display:none issue in IE8

14 years agoEffects demos: cleanup
jzaefferer [Mon, 12 Apr 2010 11:43:41 +0000 (13:43 +0200)]
Effects demos: cleanup

14 years agosortable: don't call the base widget _setOption for disabled to avoid the ui-state...
Richard D. Worth [Fri, 9 Apr 2010 18:43:44 +0000 (14:43 -0400)]
sortable: don't call the base widget _setOption for disabled to avoid the ui-state-disabled class being added. Fixes #5501 - sortable: disabled should not have the ui-state-disabled class

14 years agoAutocomplete: Combobox demo update, fixed mustMatch with corrected change event,...
jzaefferer [Thu, 8 Apr 2010 10:07:45 +0000 (12:07 +0200)]
Autocomplete: Combobox demo update, fixed mustMatch with corrected change event, also added button for toggling the hidden select and an empty-value option. Fixes #5453

14 years agoAutocomplete: Track input changes and fire change-event on blur, along with selected...
jzaefferer [Thu, 8 Apr 2010 10:05:52 +0000 (12:05 +0200)]
Autocomplete: Track input changes and fire change-event on blur, along with selected item, if available. Fix for #5490

14 years agoSet font-weight normal for active menu items - Fix for #5491 Autocomplete: menu items...
unknown [Wed, 7 Apr 2010 17:16:57 +0000 (19:16 +0200)]
Set font-weight normal for active menu items - Fix for #5491 Autocomplete: menu items have no default-state-class, need to override font-weight

14 years agoButton: some demo code formatting
unknown [Tue, 6 Apr 2010 20:50:27 +0000 (22:50 +0200)]
Button: some demo code formatting

14 years agoAutocomplete: Change demo title in index.file to fit it in one line
unknown [Tue, 6 Apr 2010 20:42:14 +0000 (22:42 +0200)]
Autocomplete: Change demo title in index.file to fit it in one line

14 years agoFixed spelling of Poniedziałek - Fix for #5487 - Datepicker localization: Spelling...
Jörn Zaefferer [Tue, 6 Apr 2010 13:49:53 +0000 (06:49 -0700)]
Fixed spelling of Poniedziałek - Fix for #5487 - Datepicker localization: Spelling of dayname wrong

14 years agoAdded link to categories-demo to autocomplete demos index. Still need to move the...
Jörn Zaefferer [Mon, 5 Apr 2010 18:07:55 +0000 (11:07 -0700)]
Added link to categories-demo to autocomplete demos index. Still need to move the menu-overrides from that demo back to menu (is there a ticket?).

14 years agoAccordion: different useless markup for getting consistent results for the destroy...
jzaefferer [Sat, 3 Apr 2010 15:48:39 +0000 (17:48 +0200)]
Accordion: different useless markup for getting consistent results for the destroy test

14 years agoAccordion: Trying some styl resets, maybe finding the one for Safari 3.x
jzaefferer [Sat, 3 Apr 2010 15:35:02 +0000 (17:35 +0200)]
Accordion: Trying some styl resets, maybe finding the one for Safari 3.x

14 years agoAccordion: more useless markup for getting consistent results for the destroy test
jzaefferer [Sat, 3 Apr 2010 15:31:04 +0000 (17:31 +0200)]
Accordion: more useless markup for getting consistent results for the destroy test

14 years agoAccordion: Improved resize-method test, starting with a fixed container height
jzaefferer [Sat, 3 Apr 2010 15:27:00 +0000 (17:27 +0200)]
Accordion: Improved resize-method test, starting with a fixed container height

14 years agoAccordion: Rewrote the resize method test; fails in IE8, probably related to :visible...
jzaefferer [Sat, 3 Apr 2010 15:21:31 +0000 (17:21 +0200)]
Accordion: Rewrote the resize method test; fails in IE8, probably related to :visible issue

14 years agoAccordion unit tests: Cleanup
jzaefferer [Sat, 3 Apr 2010 15:14:58 +0000 (17:14 +0200)]
Accordion unit tests: Cleanup

14 years agoAccordion: Fixed case for tabIndex (was tabindex), fixes failing destroy-test in IE6
jzaefferer [Sat, 3 Apr 2010 15:14:01 +0000 (17:14 +0200)]
Accordion: Fixed case for tabIndex (was tabindex), fixes failing destroy-test in IE6

14 years agoAccordion unit tests: Use display!=none instead of :visible to work around :visible...
jzaefferer [Sat, 3 Apr 2010 15:10:50 +0000 (17:10 +0200)]
Accordion unit tests: Use display!=none instead of :visible to work around :visible issue in IE8

14 years agoAccordion unit tests: Refactored state-helper function
jzaefferer [Sat, 3 Apr 2010 15:08:45 +0000 (17:08 +0200)]
Accordion unit tests: Refactored state-helper function

14 years agoslider: jslint cleanup (thanks for the start zhaoz) and style changes to meet http...
Richard D. Worth [Sat, 3 Apr 2010 03:14:44 +0000 (23:14 -0400)]
slider: jslint cleanup (thanks for the start zhaoz) and style changes to meet http://docs.jquery.com/JQuery_Core_Style_Guidelines

14 years agoUse border-width instead of border for .ui-tabs-panel to make it easier to override.
Scott González [Sat, 3 Apr 2010 00:19:53 +0000 (17:19 -0700)]
Use border-width instead of border for .ui-tabs-panel to make it easier to override.

Fixes #5475 - ui-tabs-panel border override should be border-width, not border.

14 years agoui core: enableSelection, disableSelection: Removed selectstart event filters from...
Richard D. Worth [Fri, 2 Apr 2010 21:09:37 +0000 (17:09 -0400)]
ui core: enableSelection, disableSelection: Removed selectstart event filters from enableDisable and disableSelection as these are general utility convenience methods intended to prevent native browser text selection not jQuery UI Selectable selection. Fixes #5477 - core: enableSelection and disableSelection should only prevent native browser text selection

14 years agotabs: core ajax unit test - more refactoring, seems IE7 needs a quick setTimeout...
Richard D. Worth [Fri, 2 Apr 2010 16:43:22 +0000 (12:43 -0400)]
tabs: core ajax unit test - more refactoring, seems IE7 needs a quick setTimeout for the first async test to work on first load

14 years agotabs: core ajax unit test - run two loads as two separate asyncs so IE7 will run...
Richard D. Worth [Fri, 2 Apr 2010 15:59:17 +0000 (11:59 -0400)]
tabs: core ajax unit test - run two loads as two separate asyncs so IE7 will run remaining tests

14 years agoslider: corrected a regression introduced by commit 5ffd3ab
Richard D. Worth [Fri, 2 Apr 2010 14:32:33 +0000 (10:32 -0400)]
slider: corrected a regression introduced by commit 5ffd3ab

14 years agoSlider: added support for canceling start event. Fixes #5472 - slider: event start...
Richard D. Worth [Thu, 1 Apr 2010 19:08:20 +0000 (15:08 -0400)]
Slider: added support for canceling start event. Fixes #5472 - slider: event start not cancelable