]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
12 years agoTabs tests: Don't call start directly from setTimeout because Firefox <13 is dumb.
Scott González [Mon, 11 Jun 2012 20:21:12 +0000 (16:21 -0400)]
Tabs tests: Don't call start directly from setTimeout because Firefox <13 is dumb.

12 years agoTest: Set testswarm.runMax from config file
Timo Tijhof [Mon, 11 Jun 2012 19:46:06 +0000 (21:46 +0200)]
Test: Set testswarm.runMax from config file

12 years agoWidget: Work around bug in jQuery <1.6.3 where .removeData( dashed-name ) doesn't...
Scott González [Mon, 11 Jun 2012 17:30:03 +0000 (13:30 -0400)]
Widget: Work around bug in jQuery <1.6.3 where .removeData( dashed-name ) doesn't work.

12 years agoBuild: Adding missing require in build.js and add buid/tasks/*.js to lint.
Scott González [Mon, 11 Jun 2012 14:56:56 +0000 (10:56 -0400)]
Build: Adding missing require in build.js and add buid/tasks/*.js to lint.

12 years agoTabs: jQuery <1.7.2 treats .data() as a getter if the value to set is undefined.
Scott González [Mon, 11 Jun 2012 14:43:04 +0000 (10:43 -0400)]
Tabs: jQuery <1.7.2 treats .data() as a getter if the value to set is undefined.

12 years agoTests: Check .data() and event bindings in domEqual().
Scott González [Sun, 10 Jun 2012 00:12:03 +0000 (20:12 -0400)]
Tests: Check .data() and event bindings in domEqual().

12 years agoTabs: Panel keyboard support tests.
Scott González [Sat, 9 Jun 2012 02:21:14 +0000 (22:21 -0400)]
Tabs: Panel keyboard support tests.

12 years agoTabs: CTRL navigation tests.
Scott González [Sat, 9 Jun 2012 01:36:23 +0000 (21:36 -0400)]
Tabs: CTRL navigation tests.

12 years agoTabs: Basic keyboard support tests.
Scott González [Sat, 9 Jun 2012 00:58:19 +0000 (20:58 -0400)]
Tabs: Basic keyboard support tests.

12 years agoTabs: ARIA tests.
Scott González [Fri, 8 Jun 2012 14:45:10 +0000 (10:45 -0400)]
Tabs: ARIA tests.

12 years agoTabs: Implement ARIA + Key handling. Fixes #3079 - Tabs: keyboard accessibility....
Scott González [Fri, 8 Jun 2012 01:27:38 +0000 (21:27 -0400)]
Tabs: Implement ARIA + Key handling. Fixes #3079 - Tabs: keyboard accessibility. Fixes #7845 - Tabs: default accessibility.

12 years agoGrunt: Extract testswarm and build tasks into separate files
Jörn Zaefferer [Fri, 8 Jun 2012 15:35:11 +0000 (17:35 +0200)]
Grunt: Extract testswarm and build tasks into separate files

12 years agoDatepicker: Pulled event handlers into static code. Fixed #3945 - DatePicker does...
Mike Stay [Wed, 6 Jun 2012 13:59:15 +0000 (09:59 -0400)]
Datepicker: Pulled event handlers into static code. Fixed #3945 - DatePicker does not respond to any click events in AIR, Google Sites, Windows Metro.

12 years agoDatepicker: Changed Arabic dayNamesMin to one-letter strings. Fixes #8375 - Datepicke...
Amir E. Aharoni [Fri, 1 Jun 2012 09:56:50 +0000 (12:56 +0300)]
Datepicker: Changed Arabic dayNamesMin to one-letter strings. Fixes #8375 - Datepicker: Incorrect dayNamesMin for Arabic locale.

Before this change the minimal names for days of week were the same
as the long names. This caused the datepicker to be too wide.

The one-letter strings come from the CLDR:
http://unicode.org/repos/cldr-tmp/trunk/diff/summary/ar.html

12 years agoMenu: Properly remove submenu carat icons and menu dividers during destroy and add...
kborchers [Fri, 1 Jun 2012 05:03:16 +0000 (00:03 -0500)]
Menu: Properly remove submenu carat icons and menu dividers during destroy and add a test for this functionality

12 years agoMenu: Add comment explaining extra filter from keypress
kborchers [Fri, 1 Jun 2012 04:03:51 +0000 (23:03 -0500)]
Menu: Add comment explaining extra filter from keypress

12 years agoMenu: Typo in comment
kborchers [Fri, 1 Jun 2012 00:55:18 +0000 (19:55 -0500)]
Menu: Typo in comment

12 years agoMenu: Don't remove the icon elements on destroy since they exist in the original...
kborchers [Fri, 1 Jun 2012 00:54:12 +0000 (19:54 -0500)]
Menu: Don't remove the icon elements on destroy since they exist in the original markup

12 years agoAccordion: Update activate and beforeActivate event properties to newPanel/oldPanel...
Jörn Zaefferer [Wed, 30 May 2012 12:40:03 +0000 (14:40 +0200)]
Accordion: Update activate and beforeActivate event properties to newPanel/oldPanel (instead of content). Fixes #6840 and #6842

12 years agoMenu tests: Anchor the regex for aria-activedescendant check.
Scott González [Wed, 30 May 2012 12:08:12 +0000 (08:08 -0400)]
Menu tests: Anchor the regex for aria-activedescendant check.

12 years agoTabs: Properly remove generated aria-controls attributes on destroy.
Scott González [Tue, 29 May 2012 21:55:24 +0000 (17:55 -0400)]
Tabs: Properly remove generated aria-controls attributes on destroy.

12 years agoDialog: Use new uniqueId method for generating id's
kborchers [Wed, 30 May 2012 04:11:42 +0000 (23:11 -0500)]
Dialog: Use new uniqueId method for generating id's

12 years agoTabs: Remove aria-controls attribute during destroy
kborchers [Wed, 30 May 2012 03:25:23 +0000 (22:25 -0500)]
Tabs: Remove aria-controls attribute during destroy

12 years agoMenu tests: Fix test id's so that they are unique to pass linting
kborchers [Wed, 30 May 2012 02:21:35 +0000 (21:21 -0500)]
Menu tests: Fix test id's so that they are unique to pass linting

12 years agoMenu tests: Add id's to some anchors to ensure destroy is only removing id's that...
kborchers [Wed, 30 May 2012 02:00:30 +0000 (21:00 -0500)]
Menu tests: Add id's to some anchors to ensure destroy is only removing id's that have been generated

12 years agoMenu tests: Modify test to check for id's generated by the new uniqueId method
kborchers [Wed, 30 May 2012 01:59:50 +0000 (20:59 -0500)]
Menu tests: Modify test to check for id's generated by the new uniqueId method

12 years agoMenu: Use new uniqueId and removeUniqueId methods for generating id's on menus and...
kborchers [Wed, 30 May 2012 01:59:03 +0000 (20:59 -0500)]
Menu: Use new uniqueId and removeUniqueId methods for generating id's on menus and menu items and for removing those id's during destroy. Also, properly remove the aria-disabled attribute during destroy.

12 years agoCore: Add the uniqueId() and removeUniqueId() methods written by @scottgonzalez to...
kborchers [Wed, 30 May 2012 01:55:43 +0000 (20:55 -0500)]
Core: Add the uniqueId() and removeUniqueId() methods written by @scottgonzalez to provide a generalized way of generating and removing generated element id's. Also, added a unit test. Fixed #8361 - Add uniqueId() and removeUniqueId()

12 years agoTests: Differentiate between attributes and properties in domEqual().
Scott González [Tue, 29 May 2012 19:14:35 +0000 (15:14 -0400)]
Tests: Differentiate between attributes and properties in domEqual().

12 years agoDatepicker: Corrected language code for Georgian language according to ISO 639. Fixed...
Pavel Stetina [Tue, 29 May 2012 14:20:02 +0000 (10:20 -0400)]
Datepicker: Corrected language code for Georgian language according to ISO 639. Fixed #8356 - jquery.ui.datepicker-ge.js has wrong language code.

12 years agoTabs: Simplify _findActive() now that hrefs are never used.
Scott González [Tue, 29 May 2012 14:04:20 +0000 (10:04 -0400)]
Tabs: Simplify _findActive() now that hrefs are never used.

12 years agoTabs: Added heightStyle option. Fixed #8345 - Tabs: Add heightStyle option.
Danny Trunk [Mon, 28 May 2012 19:11:20 +0000 (15:11 -0400)]
Tabs: Added heightStyle option. Fixed #8345 - Tabs: Add heightStyle option.

12 years agoAccordion tests: Check for a specific height in heightStyle: content tests.
Scott González [Mon, 28 May 2012 17:42:47 +0000 (13:42 -0400)]
Accordion tests: Check for a specific height in heightStyle: content tests.

12 years agoAccordion tests: equalHeights() -> equalHeight(); Validate against a specific height...
Scott González [Mon, 28 May 2012 16:41:57 +0000 (12:41 -0400)]
Accordion tests: equalHeights() -> equalHeight(); Validate against a specific height instead of a range.

12 years agoProgressbar tests: Cleanup.
Scott González [Sat, 26 May 2012 03:10:46 +0000 (23:10 -0400)]
Progressbar tests: Cleanup.

12 years agoTests: Convert children to an array in domEqual().
Scott González [Sat, 26 May 2012 02:57:08 +0000 (22:57 -0400)]
Tests: Convert children to an array in domEqual().

12 years agoTests: Added several more property checks to domEqual().
Scott González [Fri, 25 May 2012 20:51:51 +0000 (16:51 -0400)]
Tests: Added several more property checks to domEqual().

12 years agoMenu: Added a comment about which characters are checked for dividers.
Scott González [Fri, 25 May 2012 16:58:40 +0000 (12:58 -0400)]
Menu: Added a comment about which characters are checked for dividers.

12 years agoMenu Tests: Make the elements without anchors look like group headings and remove...
kborchers [Fri, 25 May 2012 12:43:29 +0000 (07:43 -0500)]
Menu Tests: Make the elements without anchors look like group headings and remove disabled elements to focus on dividers and no anchor elements

12 years agoMenu: Better handling of divider elements and menu items without anchors.
kborchers [Fri, 25 May 2012 04:44:51 +0000 (23:44 -0500)]
Menu: Better handling of divider elements and menu items without anchors.

12 years agoMenu: Minor cleanup.
Scott González [Fri, 25 May 2012 01:15:55 +0000 (21:15 -0400)]
Menu: Minor cleanup.

12 years agoAutocomplete: Remove left-over clearTimeout( this.closing ).
Scott González [Thu, 24 May 2012 20:16:27 +0000 (16:16 -0400)]
Autocomplete: Remove left-over clearTimeout( this.closing ).

12 years agoAccordion: Make sure there's always one header with tabindex=0. Fixes #8348 - Accordi...
Scott González [Thu, 24 May 2012 19:46:22 +0000 (15:46 -0400)]
Accordion: Make sure there's always one header with tabindex=0. Fixes #8348 - Accordion: Collapsed accordion is removed from tab order.

12 years agoSpinner: Use _destroy() instead of destroy().
Scott González [Thu, 24 May 2012 19:21:35 +0000 (15:21 -0400)]
Spinner: Use _destroy() instead of destroy().

12 years agoDroppable: Fixed destroy method.
Scott González [Thu, 24 May 2012 19:20:10 +0000 (15:20 -0400)]
Droppable: Fixed destroy method.

12 years agoSelectable: Fixed destroy method.
Scott González [Thu, 24 May 2012 19:18:04 +0000 (15:18 -0400)]
Selectable: Fixed destroy method.

12 years agoResizable: Fixed destroy method.
Scott González [Thu, 24 May 2012 19:16:28 +0000 (15:16 -0400)]
Resizable: Fixed destroy method.

12 years agoDraggable: Fixed destroy method.
Scott González [Thu, 24 May 2012 19:10:49 +0000 (15:10 -0400)]
Draggable: Fixed destroy method.

12 years agoRevert "Autocomplete: make categories work again, needed because of Menu widget chang...
Scott González [Thu, 24 May 2012 19:01:25 +0000 (15:01 -0400)]
Revert "Autocomplete: make categories work again, needed because of Menu widget changes (ui-menu-divider), see revision: 44ef35eb6f8aa33c2a2a9e4145e79df74d190d5c"

This reverts commit 07d8d5cbb1e20521f2ec55145ce45d08d8ee5a1f.

12 years agoRevert "Autocomplete: make categories work again (follow-up)"
Scott González [Thu, 24 May 2012 19:01:09 +0000 (15:01 -0400)]
Revert "Autocomplete: make categories work again (follow-up)"

This reverts commit db9a015485f0a5dbbb12b22720dbb2111cda2dd8.

12 years agoDraggable: Apply ui-draggable-dragging class prior to calculating dimensions. Fixes...
Viktar Varvanovich [Thu, 24 May 2012 18:30:55 +0000 (14:30 -0400)]
Draggable: Apply ui-draggable-dragging class prior to calculating dimensions. Fixes #8349 - Draggable: Incorrect dimensions used if .ui-draggable-dragging changes dimensions

12 years agoAutocomplete: make categories work again (follow-up)
Felix Nagel [Thu, 24 May 2012 17:58:09 +0000 (19:58 +0200)]
Autocomplete: make categories work again (follow-up)

12 years agoAutocomplete: make categories work again, needed because of Menu widget changes ... 664/head
Felix Nagel [Thu, 24 May 2012 17:09:54 +0000 (19:09 +0200)]
Autocomplete: make categories work again, needed because of Menu widget changes (ui-menu-divider), see revision: 44ef35eb6f8aa33c2a2a9e4145e79df74d190d5c

12 years agoAccordion: Coding standards.
Scott González [Thu, 24 May 2012 12:37:01 +0000 (08:37 -0400)]
Accordion: Coding standards.

12 years agoAutocomplete: We no longer need to remove aria attributes on destroy.
Scott González [Wed, 23 May 2012 23:28:52 +0000 (19:28 -0400)]
Autocomplete: We no longer need to remove aria attributes on destroy.

12 years agoAccordion: Use .show()/.hide() for initial panel visibility.
Scott González [Wed, 23 May 2012 19:57:31 +0000 (15:57 -0400)]
Accordion: Use .show()/.hide() for initial panel visibility.

12 years agoMenu Tests: Increase timeout on page up/down test
kborchers [Wed, 23 May 2012 12:24:49 +0000 (07:24 -0500)]
Menu Tests: Increase timeout on page up/down test

12 years agoMenu Tests: Remove unused unit tests and add new unit tests to improve coverage.
kborchers [Wed, 23 May 2012 04:52:59 +0000 (23:52 -0500)]
Menu Tests: Remove unused unit tests and add new unit tests to improve coverage.

12 years agoTabs: Whitespace.
Scott González [Tue, 22 May 2012 20:22:40 +0000 (16:22 -0400)]
Tabs: Whitespace.

12 years agoTabs: Don't blur anchors on activation.
Scott González [Tue, 22 May 2012 19:13:45 +0000 (15:13 -0400)]
Tabs: Don't blur anchors on activation.

12 years agoTabs: Use ._bind() for main event handling.
Scott González [Tue, 22 May 2012 19:12:38 +0000 (15:12 -0400)]
Tabs: Use ._bind() for main event handling.

12 years agoTooltip: Use this instead of that when possible. Saves 24 bytes :-)
Scott González [Tue, 22 May 2012 17:46:33 +0000 (13:46 -0400)]
Tooltip: Use this instead of that when possible. Saves 24 bytes :-)

12 years agoTooltip tests: Added accessibility tests.
Scott González [Tue, 22 May 2012 16:54:09 +0000 (12:54 -0400)]
Tooltip tests: Added accessibility tests.

12 years agoProgressbar demo: Made animated background selector more specific. Fixes #8314 -...
Scott González [Tue, 22 May 2012 16:46:00 +0000 (12:46 -0400)]
Progressbar demo: Made animated background selector more specific. Fixes #8314 - Theme on animated progressbar remains the same.

12 years agoTooltip: Cleanup comments
Jörn Zaefferer [Tue, 22 May 2012 16:34:00 +0000 (18:34 +0200)]
Tooltip: Cleanup comments

12 years agoTooltip: Handle multiple aria-describedby values.
Scott González [Tue, 22 May 2012 15:06:44 +0000 (11:06 -0400)]
Tooltip: Handle multiple aria-describedby values.

12 years agoAutocomplete: Added tests for live region.
Scott González [Tue, 22 May 2012 14:09:08 +0000 (10:09 -0400)]
Autocomplete: Added tests for live region.

12 years agoMenu: Handle SPACE same as ENTER, select items or opening submenus
Jörn Zaefferer [Tue, 22 May 2012 14:01:40 +0000 (16:01 +0200)]
Menu: Handle SPACE same as ENTER, select items or opening submenus

12 years agoButton: Corrected default label applied to submit buttons. Fixed #8337: Submit input...
TJ VanToll [Tue, 22 May 2012 01:52:48 +0000 (21:52 -0400)]
Button: Corrected default label applied to submit buttons.  Fixed #8337: Submit inputs don't automatically set label option.

12 years agoDialog: Only create the button pane once and store a reference to it. Fixes #8343...
Scott González [Tue, 22 May 2012 12:28:53 +0000 (08:28 -0400)]
Dialog: Only create the button pane once and store a reference to it. Fixes #8343 - _createButtons removes all elements with .ui-dialog-buttonpane class.

12 years agoSortable: calculating item positions on the fly and setting the direction variable...
Courthead [Sun, 22 Apr 2012 01:33:49 +0000 (18:33 -0700)]
Sortable: calculating item positions on the fly and setting the direction variable when inserting an item into a different sortable. Fixed #8268 - Items may not be inserted into the correct position when dragged between connected sortables

12 years agoCore: Check if jQuery supports inner/outer/Width/Height setters.
Scott González [Mon, 21 May 2012 19:29:53 +0000 (15:29 -0400)]
Core: Check if jQuery supports inner/outer/Width/Height setters.

12 years agoButtonset: Use input[type=*] instead of just [type=*].
Scott González [Mon, 21 May 2012 18:56:18 +0000 (14:56 -0400)]
Buttonset: Use input[type=*] instead of just [type=*].

12 years agoDon't use :submit selector.
Scott González [Mon, 21 May 2012 18:53:27 +0000 (14:53 -0400)]
Don't use :submit selector.

12 years agoDon't use :reset selector.
Scott González [Mon, 21 May 2012 18:50:49 +0000 (14:50 -0400)]
Don't use :reset selector.

12 years agoDon't use :input selector.
Scott González [Mon, 21 May 2012 18:49:49 +0000 (14:49 -0400)]
Don't use :input selector.

12 years agoDon't use :button selector.
Scott González [Mon, 21 May 2012 18:42:08 +0000 (14:42 -0400)]
Don't use :button selector.

12 years agoButton: Fixed version properties.
Scott González [Mon, 21 May 2012 17:51:49 +0000 (13:51 -0400)]
Button: Fixed version properties.

12 years agoDon't use :checkbox selector.
Scott González [Mon, 21 May 2012 16:47:15 +0000 (12:47 -0400)]
Don't use :checkbox selector.

12 years agoDon't use :radio selector.
Scott González [Mon, 21 May 2012 16:02:28 +0000 (12:02 -0400)]
Don't use :radio selector.

12 years agoMenu: Refactor focus method, extract _scrollIntroView method
Jörn Zaefferer [Mon, 21 May 2012 14:42:14 +0000 (16:42 +0200)]
Menu: Refactor focus method, extract _scrollIntroView method

12 years agoMenu: Coding standards
Jörn Zaefferer [Mon, 21 May 2012 14:36:33 +0000 (16:36 +0200)]
Menu: Coding standards

12 years agoMenu: Extend test for destroy method
Jörn Zaefferer [Mon, 21 May 2012 14:27:04 +0000 (16:27 +0200)]
Menu: Extend test for destroy method

12 years agoWidget demo: Don't use .toggle(fn).
Scott González [Mon, 21 May 2012 14:11:01 +0000 (10:11 -0400)]
Widget demo: Don't use .toggle(fn).

12 years agoEffects toggle demo: Coding standards.
Scott González [Mon, 21 May 2012 14:08:28 +0000 (10:08 -0400)]
Effects toggle demo: Coding standards.

12 years agoAnimate demo: Don't use .toggle(fn).
Scott González [Mon, 21 May 2012 14:06:46 +0000 (10:06 -0400)]
Animate demo: Don't use .toggle(fn).

12 years agoAccordion demo: Don't use .toggle(fn).
Scott González [Mon, 21 May 2012 14:04:23 +0000 (10:04 -0400)]
Accordion demo: Don't use .toggle(fn).

12 years agoSpinner demo: Don't use .toggle(fn).
Scott González [Mon, 21 May 2012 14:02:57 +0000 (10:02 -0400)]
Spinner demo: Don't use .toggle(fn).

12 years agoResizable, Slider: Don't use .hover().
Scott González [Mon, 21 May 2012 13:55:56 +0000 (09:55 -0400)]
Resizable, Slider: Don't use .hover().

12 years agoReadme: More docs about grunt.
Scott González [Mon, 21 May 2012 12:39:44 +0000 (08:39 -0400)]
Readme: More docs about grunt.

12 years agoTabs: Fixed reference to jQuery.
Scott González [Mon, 21 May 2012 12:31:38 +0000 (08:31 -0400)]
Tabs: Fixed reference to jQuery.

12 years agoPosition visual tests: Cleanup.
Scott González [Mon, 21 May 2012 00:34:21 +0000 (20:34 -0400)]
Position visual tests: Cleanup.

12 years agoAutocomplete: Coding standards.
Scott González [Fri, 18 May 2012 20:23:03 +0000 (16:23 -0400)]
Autocomplete: Coding standards.

12 years agoTabs manipulation demo: Update for aria-controls.
Scott González [Fri, 18 May 2012 20:18:46 +0000 (16:18 -0400)]
Tabs manipulation demo: Update for aria-controls.

12 years agoTabs: Pass the list item instead of the anchor in events; move aria-controls from...
Scott González [Fri, 18 May 2012 20:11:14 +0000 (16:11 -0400)]
Tabs: Pass the list item instead of the anchor in events; move aria-controls from the anchor to the list item.

12 years agoAutocomplete: Added check to prevent accidental focus of menu-item on page load in...
kborchers [Fri, 18 May 2012 19:55:10 +0000 (15:55 -0400)]
Autocomplete: Added check to prevent accidental focus of menu-item on page load in Firefox. Fixed #7024 - Autocomplete menu options are activated even if mouse is not moved.

12 years agoMenu: Remove need to pass an event for next(), previous(), focus().
Scott González [Fri, 18 May 2012 19:34:47 +0000 (15:34 -0400)]
Menu: Remove need to pass an event for next(), previous(), focus().

12 years agoPosition: Cleanup visual tests, keep general and feedback
Jörn Zaefferer [Fri, 18 May 2012 17:14:37 +0000 (19:14 +0200)]
Position: Cleanup visual tests, keep general and feedback

12 years agoTests: Use versioned jQuery files in index files.
Scott González [Fri, 18 May 2012 15:31:01 +0000 (11:31 -0400)]
Tests: Use versioned jQuery files in index files.

12 years agoMenu visual tests: cleanup.
Scott González [Fri, 18 May 2012 14:40:44 +0000 (10:40 -0400)]
Menu visual tests: cleanup.