]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
11 years agoFix AUTHORS.txt, remove the various duplicate entries - follow-up to 2ca5fbf8
Jörn Zaefferer [Mon, 26 Nov 2012 11:52:54 +0000 (12:52 +0100)]
Fix AUTHORS.txt, remove the various duplicate entries - follow-up to 2ca5fbf8

11 years agoResizable: Modified the default z-index value of resizable handles. Fixed #7960...
TJ VanToll [Sat, 24 Nov 2012 21:23:03 +0000 (16:23 -0500)]
Resizable: Modified the default z-index value of resizable handles.  Fixed #7960 - Dialog: Modal dialogs do not disable resizables on the page.

11 years agoDialog: Add unit test to cover #8789 and #8838.
Kris Borchers [Sun, 25 Nov 2012 05:18:51 +0000 (23:18 -0600)]
Dialog: Add unit test to cover #8789 and #8838.

11 years agoDialog: Extract setting the title into a _title method, use .text() to prevent XSS... 794/head
Jörn Zaefferer [Mon, 26 Nov 2012 09:14:36 +0000 (10:14 +0100)]
Dialog: Extract setting the title into a _title method, use .text() to prevent XSS. Fixes #6016 - Dialog: Title XSS Vulnerability.

11 years agoDialog: Don't focus dialog when mousedown is on close button. Fixes #8838 - Dialog...
Jörn Zaefferer [Mon, 26 Nov 2012 09:08:34 +0000 (10:08 +0100)]
Dialog: Don't focus dialog when mousedown is on close button. Fixes #8838 - Dialog: Close icon does not work in dialog larger than the window in IE.

11 years agoDialog: Update position when size is changed. Fixes #8789 - Dialog does not close...
Kris Borchers [Sun, 25 Nov 2012 05:18:51 +0000 (23:18 -0600)]
Dialog: Update position when size is changed. Fixes #8789 - Dialog does not close for first click on chrome.

11 years agoDialog: Follow-up to c77ca67 - exclude button options from properties to create the...
Jörn Zaefferer [Thu, 22 Nov 2012 09:39:45 +0000 (10:39 +0100)]
Dialog: Follow-up to c77ca67 - exclude button options from properties to create the button.

11 years agoDialog: Follow-up to 9fe3a62d8 - also deprecate string notation for position option.
Jörn Zaefferer [Wed, 21 Nov 2012 15:33:46 +0000 (16:33 +0100)]
Dialog: Follow-up to 9fe3a62d8 - also deprecate string notation for position option.

11 years agoDialog: Update focus-tabbable test with a timer workaround to get IE8 to pass.
Jörn Zaefferer [Sat, 17 Nov 2012 17:04:10 +0000 (18:04 +0100)]
Dialog: Update focus-tabbable test with a timer workaround to get IE8 to pass.

11 years agoDialog: Exclude deprecated units from phantomjs
Jörn Zaefferer [Sat, 17 Nov 2012 14:57:26 +0000 (15:57 +0100)]
Dialog: Exclude deprecated units from phantomjs

11 years agoDialog: Add missing unit test for aria-describedby attribute
Jörn Zaefferer [Sat, 17 Nov 2012 12:23:57 +0000 (13:23 +0100)]
Dialog: Add missing unit test for aria-describedby attribute

11 years agoDialog: Improve _destroy method, detaching dialog content from wrapper instead of...
Jörn Zaefferer [Sat, 17 Nov 2012 12:14:04 +0000 (13:14 +0100)]
Dialog: Improve _destroy method, detaching dialog content from wrapper instead of appending to body.

11 years agoDialog: Refactor overlay handling into two instance methods. Remove unaddressable...
Jörn Zaefferer [Sat, 17 Nov 2012 12:07:03 +0000 (13:07 +0100)]
Dialog: Refactor overlay handling into two instance methods. Remove unaddressable TODOs.

11 years agoDialog: Move array notation support for position option to backCompat check. Fixes...
Jörn Zaefferer [Sat, 17 Nov 2012 11:10:26 +0000 (12:10 +0100)]
Dialog: Move array notation support for position option to backCompat check. Fixes #8824 - Deprecate array notation for position option.

11 years agoDialog: Removed broken disabled option from dialog, defuse disable/enable methods...
Jörn Zaefferer [Sat, 17 Nov 2012 10:31:57 +0000 (11:31 +0100)]
Dialog: Removed broken disabled option from dialog, defuse disable/enable methods. Disabling dialogs is not supported.

11 years agoDialog: Extend autofocus, starting with [autofocus], then :tabbable content, then...
Jörn Zaefferer [Fri, 16 Nov 2012 19:24:57 +0000 (20:24 +0100)]
Dialog: Extend autofocus, starting with [autofocus], then :tabbable content, then buttonpane, then close button, then dialog. Fixes #4731 - Dialog: Add option to set which element gains focus on open

11 years agoDialog: Cleanup in ticket tests: TODO to merge one test, fix whitespace
Jörn Zaefferer [Fri, 16 Nov 2012 18:46:01 +0000 (19:46 +0100)]
Dialog: Cleanup in ticket tests: TODO to merge one test, fix whitespace

11 years agoDialog: Extend visual test to verify DOM position restore on destroy; overhaul unit...
Jörn Zaefferer [Fri, 16 Nov 2012 18:33:55 +0000 (19:33 +0100)]
Dialog: Extend visual test to verify DOM position restore on destroy; overhaul unit test for destroy method.

11 years agoDialog: Pass through icons and showText (as 'text') options to button. Fixes #6830...
Jörn Zaefferer [Fri, 16 Nov 2012 18:26:22 +0000 (19:26 +0100)]
Dialog: Pass through icons and showText (as 'text') options to button. Fixes #6830 - Allow Icons to be specified for Dialog buttons.

11 years agoDialog: Tiny code improvements
Jörn Zaefferer [Fri, 16 Nov 2012 09:55:11 +0000 (10:55 +0100)]
Dialog: Tiny code improvements

11 years agoDialog: Remove uuid and getTitleId. Leftovers from 240b22b1439df22408c5782e640e98cb33...
Jörn Zaefferer [Thu, 15 Nov 2012 23:09:01 +0000 (00:09 +0100)]
Dialog: Remove uuid and getTitleId. Leftovers from 240b22b1439df22408c5782e640e98cb335c7a2e.

11 years agoDialog: Remove busted ui-dialog-disabled class, shouldn't be there. Removed outdated...
Jörn Zaefferer [Thu, 15 Nov 2012 23:05:40 +0000 (00:05 +0100)]
Dialog: Remove busted ui-dialog-disabled class, shouldn't be there. Removed outdated TODOs.

11 years agoDialog: Button is now a fixed dependency, so remove the check
Jörn Zaefferer [Thu, 15 Nov 2012 22:56:54 +0000 (23:56 +0100)]
Dialog: Button is now a fixed dependency, so remove the check

11 years agoDialog: Remove useless tmp vars.
Jörn Zaefferer [Thu, 15 Nov 2012 22:55:15 +0000 (23:55 +0100)]
Dialog: Remove useless tmp vars.

11 years agoDialog: Extracting wrapper creation into _createWrapper. Merging the two keydown...
Jörn Zaefferer [Thu, 15 Nov 2012 22:33:09 +0000 (23:33 +0100)]
Dialog: Extracting wrapper creation into _createWrapper. Merging the two keydown handlers into one.

11 years agoDialog: Extract button pane creation into _createButtonPane
Jörn Zaefferer [Thu, 15 Nov 2012 22:23:25 +0000 (23:23 +0100)]
Dialog: Extract button pane creation into _createButtonPane

11 years agoDialog: Refactor _create, extracting title bar creation in _createTitlebar
Jörn Zaefferer [Thu, 15 Nov 2012 22:20:00 +0000 (23:20 +0100)]
Dialog: Refactor _create, extracting title bar creation in _createTitlebar

11 years agoDialog: Refactor uiDialogTitlebar variable, use this.uiDialogTitlebar instead. Wasn...
Jörn Zaefferer [Thu, 15 Nov 2012 22:12:54 +0000 (23:12 +0100)]
Dialog: Refactor uiDialogTitlebar variable, use this.uiDialogTitlebar instead. Wasn't needed anymore (previous refactorings).

11 years agoDialog: Refactor the mousedown-bind call to use _on, removing the need for the uiDial...
Jörn Zaefferer [Thu, 15 Nov 2012 22:10:22 +0000 (23:10 +0100)]
Dialog: Refactor the mousedown-bind call to use _on, removing the need for the uiDialog closure. Use this.uiDialog and remove the variable.

11 years agoDialog: Remove outdated TODO
Jörn Zaefferer [Thu, 15 Nov 2012 22:04:11 +0000 (23:04 +0100)]
Dialog: Remove outdated TODO

11 years agoDialog: Have _makeResizable look at options instead of passing handles.
Jörn Zaefferer [Thu, 15 Nov 2012 22:00:47 +0000 (23:00 +0100)]
Dialog: Have _makeResizable look at options instead of passing handles.

11 years agoDialog: Finish refactoring _setOption, getting rid of unnecessary switch (no fallthro...
Jörn Zaefferer [Thu, 15 Nov 2012 21:58:25 +0000 (22:58 +0100)]
Dialog: Finish refactoring _setOption, getting rid of unnecessary switch (no fallthroughs).

11 years agoDialog: Have _createButtons access the buttons option directly. Start refactoring...
Jörn Zaefferer [Thu, 15 Nov 2012 21:54:49 +0000 (22:54 +0100)]
Dialog: Have _createButtons access the buttons option directly. Start refactoring _setOption, no need for switch.

11 years agoDialog: Refactor _setOption to call _super early. Move dialogClass update above that...
Jörn Zaefferer [Thu, 15 Nov 2012 21:51:26 +0000 (22:51 +0100)]
Dialog: Refactor _setOption to call _super early. Move dialogClass update above that to access old option value.

11 years agoDialog: Use button widget for close button (was already listed as dependency)
Jörn Zaefferer [Thu, 15 Nov 2012 21:29:24 +0000 (22:29 +0100)]
Dialog: Use button widget for close button (was already listed as dependency)

11 years agoDialog: Focus tabbable only when dialog lost focus before.
Jörn Zaefferer [Fri, 9 Nov 2012 17:44:29 +0000 (18:44 +0100)]
Dialog: Focus tabbable only when dialog lost focus before.

11 years agoDialog: Remove attroperty workaround for title attribute. Make the default null,...
Jörn Zaefferer [Fri, 9 Nov 2012 17:26:30 +0000 (18:26 +0100)]
Dialog: Remove attroperty workaround for title attribute. Make the default null, as it should be. No back-compat, as the behaviour doesn't change.

11 years agoDialog: Only add the new dialogClass, not the base classes when changing the option.
Jörn Zaefferer [Fri, 9 Nov 2012 16:48:25 +0000 (17:48 +0100)]
Dialog: Only add the new dialogClass, not the base classes when changing the option.

11 years agoDialog: Use $.isEmptyObject() to check if there a button-option properties
Jörn Zaefferer [Fri, 9 Nov 2012 16:42:11 +0000 (17:42 +0100)]
Dialog: Use $.isEmptyObject() to check if there a button-option properties

11 years agoDialog: Trigger focus event when dialog is moved to top.
Jörn Zaefferer [Fri, 9 Nov 2012 16:39:59 +0000 (17:39 +0100)]
Dialog: Trigger focus event when dialog is moved to top.

11 years agoDialog: Remove deprecated disableSelection() usage.
Jörn Zaefferer [Fri, 9 Nov 2012 16:26:52 +0000 (17:26 +0100)]
Dialog: Remove deprecated disableSelection() usage.

11 years agoDialog: Fix yoda-if, remove unnecessary TODOs; add missing callbacks to commons test
Jörn Zaefferer [Fri, 9 Nov 2012 16:17:32 +0000 (17:17 +0100)]
Dialog: Fix yoda-if, remove unnecessary TODOs; add missing callbacks to commons test

11 years agoDialog: Inline code review
Jörn Zaefferer [Sat, 27 Oct 2012 15:07:13 +0000 (17:07 +0200)]
Dialog: Inline code review

11 years agoDialog: move to top when opening again, and focus as if opened from scratch.
Jörn Zaefferer [Fri, 26 Oct 2012 15:08:35 +0000 (11:08 -0400)]
Dialog: move to top when opening again, and focus as if opened from scratch.

11 years agoDialog: Keep focus inside modal dialog, by handling focus events on elements outside...
Jörn Zaefferer [Fri, 26 Oct 2012 14:59:41 +0000 (10:59 -0400)]
Dialog: Keep focus inside modal dialog, by handling focus events on elements outside of it

11 years agoDialog: Improve accessibilty - add an aria-describedby attribute on the dialog if...
Jörn Zaefferer [Fri, 26 Oct 2012 00:30:10 +0000 (20:30 -0400)]
Dialog: Improve accessibilty - add an aria-describedby attribute on the dialog if there is nothing yet in the dialog content. Partial fix for:

11 years agoBuild: Install shell dependencies in the right direcytory. Update trac instructions...
Jörn Zaefferer [Sun, 25 Nov 2012 22:32:24 +0000 (23:32 +0100)]
Build: Install shell dependencies in the right direcytory. Update trac instructions to point out that only minutes and seconds need to be changed. Fixes #8848 - Build: release.js fails to require shelljs/global.

11 years agoEffects Core: Upgrading jQuery Color to 2.1.1
Corey Frang [Fri, 23 Nov 2012 17:18:07 +0000 (11:18 -0600)]
Effects Core: Upgrading jQuery Color to 2.1.1

11 years agoAdd missing authors
Jörn Zaefferer [Fri, 23 Nov 2012 14:01:16 +0000 (15:01 +0100)]
Add missing authors

11 years agoSlider: Explicitly apply opacity filter to disabled handles. Fixed #6727 - Slider...
TJ VanToll [Fri, 23 Nov 2012 03:43:18 +0000 (22:43 -0500)]
Slider: Explicitly apply opacity filter to disabled handles. Fixed #6727 - Slider: Visual issues with disabled slider in IE8

11 years agoEffects: Making sure outerHeight and outerWidth make it through to the .size() implem... 839/head
Corey Frang [Thu, 22 Nov 2012 10:12:30 +0000 (04:12 -0600)]
Effects: Making sure outerHeight and outerWidth make it through to the .size() implementation in all cases - Fixes IE8 effects failure

11 years agoProgressbar: Add ability to set value: false for an indeterminate progressbar. Fixes...
kborchers [Tue, 27 Mar 2012 02:51:16 +0000 (21:51 -0500)]
Progressbar: Add ability to set value: false for an indeterminate progressbar. Fixes #7624 - Progressbar: Support value: false for indeterminate progressbar

11 years agoButton: add explanatory comment for when we bind to blur
Mike Sherov [Thu, 22 Nov 2012 00:58:59 +0000 (19:58 -0500)]
Button: add explanatory comment for when we bind to blur

11 years agoButton tests: fix IE7 fail for latest focus tests
Mike Sherov [Thu, 22 Nov 2012 00:29:22 +0000 (19:29 -0500)]
Button tests: fix IE7 fail for latest focus tests

11 years agoButton: Fixing handling of the disabled options on refresh method calls. Fixed ...
TJ VanToll [Mon, 19 Nov 2012 20:42:28 +0000 (15:42 -0500)]
Button: Fixing handling of the disabled options on refresh method calls.  Fixed #8828 - Button: Refresh does not re-enable disabled button.

11 years agoSlider: factorize code with Widget method call. Fixed #8772 - Wrong slider UI state...
Samuel Bovée [Fri, 16 Nov 2012 11:47:22 +0000 (12:47 +0100)]
Slider: factorize code with Widget method call. Fixed #8772 - Wrong slider UI state when disabled at init

11 years agoButton: add blur event to buttons. Fixes #8559 - Button: Button doesn't remove active...
Mike Sherov [Wed, 21 Nov 2012 13:33:43 +0000 (08:33 -0500)]
Button: add blur event to buttons. Fixes #8559 - Button: Button doesn't remove active state when using keyboard.

11 years agoButton tests: Whitespace.
Scott González [Tue, 20 Nov 2012 17:52:26 +0000 (12:52 -0500)]
Button tests: Whitespace.

11 years agoCSS: remove spaces from opacity filters so themeRoller can replace properly
Mike Sherov [Tue, 20 Nov 2012 13:07:03 +0000 (08:07 -0500)]
CSS: remove spaces from opacity filters so themeRoller can replace properly

11 years agoCSS: Reformatted CSS to use better coding standard
Anika Henke [Tue, 20 Nov 2012 00:29:01 +0000 (00:29 +0000)]
CSS: Reformatted CSS to use better coding standard

11 years agoAutocomplete: Whitespace. 833/head
Scott González [Mon, 19 Nov 2012 22:08:41 +0000 (17:08 -0500)]
Autocomplete: Whitespace.

11 years agoButton tests: replace XHTML with HTML in button test suite
Mike Sherov [Mon, 19 Nov 2012 14:23:05 +0000 (09:23 -0500)]
Button tests: replace XHTML with HTML in button test suite

11 years agoDatepicker: reinitialize datepicker if mainDiv isn't on the page. Fixed #5679 - Datep...
Roman Salnikov [Mon, 19 Nov 2012 14:14:59 +0000 (09:14 -0500)]
Datepicker: reinitialize datepicker if mainDiv isn't on the page. Fixed #5679 - Datepicker should reinitialize if dpDiv is removed

11 years agoDraggable: made handles work with complex markup. Fixes #8757 - Draggable: Resizable...
mathias.stenbom [Mon, 19 Nov 2012 14:06:36 +0000 (09:06 -0500)]
Draggable: made handles work with complex markup. Fixes #8757 - Draggable: Resizable handle with inner element does not work, when its also draggable

11 years agoButton: properly escape button names. Fixes #7505 - Button: Buttonset not applied...
Mike Sherov [Mon, 19 Nov 2012 13:37:41 +0000 (08:37 -0500)]
Button: properly escape button names. Fixes #7505 - Button: Buttonset not applied to radio group with quotation/apostrophe in name.

11 years agoDev: make Datepicker pass JSHint with only eval setting overridden
Mike Sherov [Sun, 18 Nov 2012 20:01:30 +0000 (15:01 -0500)]
Dev: make Datepicker pass JSHint with only eval setting overridden

11 years agoDev: make draggable pass JSHint with no local overrides
Mike Sherov [Sun, 18 Nov 2012 16:44:12 +0000 (11:44 -0500)]
Dev: make draggable pass JSHint with no local overrides

11 years agoDev: Make droppable pass JSHint with no local settings overrides
Mike Sherov [Sat, 17 Nov 2012 19:51:56 +0000 (14:51 -0500)]
Dev: Make droppable pass JSHint with no local settings overrides

11 years agoDev: Make sortable pass JSHint with only the loopfunc setting override
Mike Sherov [Sat, 17 Nov 2012 03:51:24 +0000 (22:51 -0500)]
Dev: Make sortable pass JSHint with only the loopfunc setting override

11 years agoResizable: use css() instead of position() for absolute placement. Fixes #3815 -...
Mike Sherov [Sat, 17 Nov 2012 06:29:39 +0000 (01:29 -0500)]
Resizable: use css() instead of position() for absolute placement. Fixes #3815 - Resizable: absolutely positioned element inside scrollable element is repositioned when resized

11 years agoDev: Make resizable pass JSHint without any settings overrides
Mike Sherov [Sat, 17 Nov 2012 05:08:01 +0000 (00:08 -0500)]
Dev: Make resizable pass JSHint without any settings overrides

11 years agoTabs: Removed some legacy code that isn't doing anything.
Scott González [Fri, 16 Nov 2012 21:57:36 +0000 (16:57 -0500)]
Tabs: Removed some legacy code that isn't doing anything.

11 years agoTabs: Remove ui-tabs-aria-controls data on destroy.
Scott González [Fri, 16 Nov 2012 21:10:22 +0000 (16:10 -0500)]
Tabs: Remove ui-tabs-aria-controls data on destroy.

11 years agoSlider tests: Don't use QUnit.reset() or on().
Scott González [Fri, 16 Nov 2012 16:20:58 +0000 (11:20 -0500)]
Slider tests: Don't use QUnit.reset() or on().

11 years agoSlider: when handles overlap, clicking and dragging will now pick the last one that...
Juan Pablo Kaniefsky [Wed, 14 Nov 2012 01:05:59 +0000 (22:05 -0300)]
Slider: when handles overlap, clicking and dragging will now pick the last one that was moved. Fixed #3467 - Sliders Handles can overlap, only small sliver of slider is selectable

11 years agoDatepicker tests: Work around encoding issues in oldIE.
Scott González [Thu, 15 Nov 2012 23:57:44 +0000 (18:57 -0500)]
Datepicker tests: Work around encoding issues in oldIE.

11 years agoDialog tests: Work around inconsistent handling of non-breaking spaces in IE7/8 with...
Scott González [Thu, 15 Nov 2012 15:47:36 +0000 (10:47 -0500)]
Dialog tests: Work around inconsistent handling of non-breaking spaces in IE7/8 with jQuery <1.8.

11 years agoUpgrade jQuery to 1.8.3.
Scott González [Wed, 14 Nov 2012 20:22:01 +0000 (15:22 -0500)]
Upgrade jQuery to 1.8.3.

11 years agoDatepicker: Fixed firstDay in Faroese locale. Fixes #8815 - Datepicker: Faroese local...
Scott González [Wed, 14 Nov 2012 20:06:37 +0000 (15:06 -0500)]
Datepicker: Fixed firstDay in Faroese locale. Fixes #8815 - Datepicker: Faroese locale has incorrect firstDay.

11 years agoTooltip: Removed logic for handling tracking tooltips which gain focus while open...
Scott González [Wed, 14 Nov 2012 19:42:36 +0000 (14:42 -0500)]
Tooltip: Removed logic for handling tracking tooltips which gain focus while open (we no longer mix events). Fixes #8799 - Tooltip: tracking fails on nested elements.

11 years agoTooltip: Handle synthetic focusin events. Fixes #8740 - Tooltip: Does not hide consis...
Scott González [Wed, 14 Nov 2012 19:14:25 +0000 (14:14 -0500)]
Tooltip: Handle synthetic focusin events. Fixes #8740 - Tooltip: Does not hide consistently with dynamically loaded content.

11 years agoDatepicker: Updated the range tests so you can't navigate past the yearRange. Fixes...
Jay Merrifield [Wed, 14 Nov 2012 02:07:48 +0000 (21:07 -0500)]
Datepicker: Updated the range tests so you can't navigate past the yearRange. Fixes #7362 - Datepicker allows changing year to something outside yearRange

11 years agoAccordion: Use .css() to clear the height, instead of .height().
Scott González [Wed, 14 Nov 2012 00:02:02 +0000 (19:02 -0500)]
Accordion: Use .css() to clear the height, instead of .height().

11 years agoDatepicker tests: Fixed setting of option.
Scott González [Tue, 13 Nov 2012 15:34:31 +0000 (10:34 -0500)]
Datepicker tests: Fixed setting of option.

11 years agoTests: Commented out getElementStyles() while its not used.
Scott González [Tue, 13 Nov 2012 14:46:19 +0000 (09:46 -0500)]
Tests: Commented out getElementStyles() while its not used.

11 years agoTests: Temporarily remove style checks in domEqual().
Scott González [Tue, 13 Nov 2012 14:38:29 +0000 (09:38 -0500)]
Tests: Temporarily remove style checks in domEqual().

11 years agoResizable: Update CSS dimensions selectively. Fixes #7605 - Setting width and height...
Ethan Romba [Tue, 10 Jul 2012 08:02:25 +0000 (01:02 -0700)]
Resizable: Update CSS dimensions selectively. Fixes #7605 - Setting width and height when only one is changing

Resizable: Trigger resize event only when element is resized. Fixes #5545 - Callbacks ignore the grid.

Resizable: Added event tests. Fixes #5817 - resize event reports unconstrained ui.size

11 years agoTests: Allow async domEqual() tests.
Scott González [Mon, 12 Nov 2012 16:19:20 +0000 (11:19 -0500)]
Tests: Allow async domEqual() tests.

11 years agoAccordion: Enhance refresh to allow adding/removing panels. Fixes #4672 - Accordion...
David Petersen [Mon, 12 Nov 2012 02:37:56 +0000 (21:37 -0500)]
Accordion: Enhance refresh to allow adding/removing panels. Fixes #4672 -  Accordion: ability to add/remove panels

11 years agoButton: use _hoverable for hover state management. Fixes #5295 - button doesn't remov...
Cory Gackenheimer [Sun, 1 Jan 2012 16:44:22 +0000 (11:44 -0500)]
Button: use _hoverable for hover state management. Fixes #5295 - button doesn't remove hover state if they are disabled

11 years agoProgressbar: Do not duplicate base _setOptions method
Kris Borchers [Sun, 11 Nov 2012 07:52:02 +0000 (16:52 +0900)]
Progressbar: Do not duplicate base _setOptions method

11 years agoDev: make sure all files can pass JSHint!
Mike Sherov [Fri, 9 Nov 2012 22:30:43 +0000 (17:30 -0500)]
Dev: make sure all files can pass JSHint!

11 years agoDev: remove all-active test runner as now all test suites can run cleanly!
Mike Sherov [Fri, 9 Nov 2012 22:26:12 +0000 (17:26 -0500)]
Dev: remove all-active test runner as now all test suites can run cleanly!

11 years agoDev: enable slider in the test suite
Mike Sherov [Fri, 9 Nov 2012 22:22:35 +0000 (17:22 -0500)]
Dev: enable slider in the test suite

11 years agoDev: temporarily disable odd test failures in Datepicker
Mike Sherov [Fri, 9 Nov 2012 22:06:30 +0000 (17:06 -0500)]
Dev: temporarily disable odd test failures in Datepicker

11 years agoWidget: Only use the event prefix from the base if we're redefining a widget. Fixes...
Scott González [Fri, 9 Nov 2012 21:48:52 +0000 (16:48 -0500)]
Widget: Only use the event prefix from the base if we're redefining a widget. Fixes #8805 - Widget: widgetEventPrefix is incorrect when inheriting with jQuery UI 1.9.1.

11 years agoDev: fix the datepicker test suite and jshint everything. Fixes #8804 - Dev: re-enabl...
Mike Sherov [Fri, 9 Nov 2012 21:27:45 +0000 (16:27 -0500)]
Dev: fix the datepicker test suite and jshint everything. Fixes #8804 - Dev: re-enable the datepicker test suite

11 years agoDev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: re-enable...
Mike Sherov [Fri, 9 Nov 2012 20:02:12 +0000 (15:02 -0500)]
Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: re-enable the dialog test suite

11 years agoTabs: Show panels on destroy. Fixes #8795 - Tabs: 'display: none;' attribute is not...
Scott González [Fri, 9 Nov 2012 19:52:57 +0000 (14:52 -0500)]
Tabs: Show panels on destroy. Fixes #8795 - Tabs: 'display: none;' attribute is not removed from tabs when destroy is called.

11 years agoEffects: Cleaned up getElementStyles().
Scott González [Fri, 9 Nov 2012 19:47:20 +0000 (14:47 -0500)]
Effects: Cleaned up getElementStyles().