Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 5 | -0/+5 |
| | | | | | Fixes #15393 Closes gh-1958 | ||||
* | All: Drop support for jQuery 1.7 | Michał Gołębiowski-Owczarek | 2020-07-22 | 1 | -1/+1 |
| | | | Closes gh-1923 | ||||
* | Tests: Ensure no timers are running at the end of each test (#1920) | Michał Gołębiowski-Owczarek | 2020-05-16 | 5 | -11/+12 |
| | | | | | | | | | | | | | This helps fix issues that make tooltip tests sometimes fail when run against jQuery 3.2 or newer due to timing differences. Details: * Add the `moduleAfterEach` function ensuring no timers are running. * Attach this function via `common.testWidget`. * Attach this function to most test suites. * Add a tooltip test helper cleaning up leftover timers. * Rename legacy `setup`/`teardown` hooks to `beforeEach`/`afterEach`. Closes gh-1920 | ||||
* | All: Remove usage of jQuery positional selectors | Michał Gołębiowski-Owczarek | 2020-01-22 | 3 | -5/+23 |
| | | | | | | | | | | | | | | | | | jQuery positional selectors () have been deprecated in [jQuery 3.4.0](https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/) and they'll be removed in jQuery 4.0.0. This PR removes their usage. Most of the changes were possible without changing public API. However, dropping `:even` usage required a change to the [`header` option](https://api.jqueryui.com/accordion/#option-header) of the accordion widget. I made it an optional function; this will need to be documented. The polyfill for `.even()` & `.odd()` is added for jQuery <3.5.0. There was no usage of the :odd selector in the code but the `.odd()` method is also polyfilled for completeness. Closes gh-1904 | ||||
* | Accordion: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -349/+361 |
| | |||||
* | Accordion: Correct height calculated when closed | Alyosha Pushak | 2016-02-09 | 2 | -1/+34 |
| | | | | | | Fixes #11938 Closes gh-1536 Closes gh-1616 | ||||
* | Accordion: Style updates | Alexander Schmitz | 2015-08-21 | 6 | -178/+187 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Accordion: Move accordion into widgets folder | Alexander Schmitz | 2015-08-08 | 6 | -6/+6 |
| | | | | Ref #13885 | ||||
* | Accordion: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 3 | -7/+7 |
| | |||||
* | Tests: Fix AMD loading in IE8 | Scott González | 2015-04-17 | 1 | -0/+1 |
| | | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8. | ||||
* | Tests: Rename files | Scott González | 2015-04-09 | 6 | -4/+4 |
| | | | | Ref gh-1528 | ||||
* | Tests: Widget test helpers extend the main helper | Scott González | 2015-04-09 | 5 | -18/+21 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Accordion: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -49/+54 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tests: Switch to the new qunit-composite module | Scott González | 2015-04-07 | 1 | -2/+2 |
| | | | | | | This module was created from our existing implementation. Closes gh-1532 | ||||
* | All: Standard spacing inside selector strings | Scott González | 2015-03-26 | 1 | -1/+1 |
| | | | | Closes gh-1521 | ||||
* | Accordion: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 3 | -21/+23 |
| | |||||
* | Accordion: Add classes option | Alexander Schmitz | 2015-03-11 | 3 | -9/+26 |
| | | | | | Ref #7053 Ref gh-1411 | ||||
* | Widget: Add classes option and _add/_remove/_toggleClass methods | Alexander Schmitz | 2015-03-11 | 1 | -0/+1 |
| | | | | | Fixes #7053 Closes gh-1411 | ||||
* | Accordion: Fix tests in IE 11 with jQuery 1.7-1.8 | Scott González | 2015-03-11 | 1 | -12/+55 |
| | | | | Closes gh-1482 | ||||
* | Accordion: Set `aria-expanded` when collapsing | Scott González | 2015-01-05 | 1 | -25/+55 |
| | | | | | Fixes #10703 Closes gh-1413 | ||||
* | All: Drop support for IE7 | Scott González | 2014-10-21 | 1 | -4/+0 |
| | | | | | Fixes #9838 Closes gh-1365 | ||||
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 1 | -1/+1 |
| | | | | Fixes #10563 | ||||
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 1 | -1/+1 |
| | |||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 2 | -4/+4 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 2 | -10/+2 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -4/+4 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Accordion: moving aria-expanded from active tabpanel to active tab. Fixed ↵ | Monika Piotrowicz | 2013-10-28 | 1 | -6/+6 |
| | | | | #9407 - Accordion: aria-expanded attribute on wrong element | ||||
* | Updating jQuery to 1.10.2. | Bruno M. Custódio | 2013-07-05 | 1 | -1/+1 |
| | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory. | ||||
* | Accordion: Maintain collapsed state on refresh. Fixes #9189 - Accordion: ↵ | Scott González | 2013-03-27 | 1 | -1/+10 |
| | | | | refresh() method incorrectly opens collapsed accordion. | ||||
* | Accordion: Remove deprecated content property in create event. Fixes #8999 - ↵ | Scott González | 2013-03-15 | 1 | -6/+1 |
| | | | | Accordion: Remove content property from create event. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Scott González | 2013-03-14 | 1 | -1/+6 |
| | | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a. | ||||
* | Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵ | Scott González | 2013-03-14 | 1 | -6/+1 |
| | | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Mike Sherov | 2013-03-11 | 1 | -1/+6 |
| | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled | ||||
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | Accordion: Add panel in addition to content for create event. Fixes #8998 - ↵ | Scott González | 2013-01-22 | 1 | -1/+6 |
| | | | | Accordion: Create event uses content instead of panel. | ||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Accordion: Fix testsuite overflow issue in IE7. | Jörn Zaefferer | 2012-12-28 | 1 | -0/+4 |
| | |||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Accordion: Enhance refresh to allow adding/removing panels. Fixes #4672 - ↵ | David Petersen | 2012-11-11 | 1 | -1/+62 |
| | | | | Accordion: ability to add/remove panels | ||||
* | Accordion: Removed change and changestart events. Fixes #6841 - Accordion: ↵ | Scott González | 2012-10-25 | 4 | -264/+0 |
| | | | | Remove changestart event. Fixes #6843 - Accordion: Remove change event. | ||||
* | Accordion: Removed animated option. Fixes #8601 - Accordion: Remove animated ↵ | Scott González | 2012-10-25 | 1 | -2/+1 |
| | | | | option. | ||||
* | Accordion: Removed deprecated resize method. Fixes #6839 - Accordion: Remove ↵ | Jörn Zaefferer | 2012-10-24 | 1 | -22/+0 |
| | | | | resize method. | ||||
* | Accordion: Removed deprecated activate method and expanded active option. ↵ | Jörn Zaefferer | 2012-10-24 | 2 | -122/+19 |
| | | | | Fixes #6837 - Accordion: Remove the activate method. Fixes #6853 - Accordion: Remove support for non-number/falsey values for active option. | ||||
* | Accordion: Removed deprecated icon option. Fixes #6835 - Accordion: Remove ↵ | Jörn Zaefferer | 2012-10-24 | 2 | -19/+2 |
| | | | | icons.headerSelected. | ||||
* | Accordion: Removed deprecated navigation options. Fixes #5870 - Accordion: ↵ | Jörn Zaefferer | 2012-10-24 | 2 | -32/+0 |
| | | | | Remove navigation options. | ||||
* | Accordion: Remove deprecated height options. Fixes #5868 - Accordion: Remove ↵ | Jörn Zaefferer | 2012-10-24 | 2 | -78/+1 |
| | | | | clearStyle option. Fixes #5872 - Accordion: Remove autoHeight and fillSpace options. | ||||
* | Accordion: handle active: null. Fixes #8694: 1.9 Accordion - active: null ↵ | David Petersen | 2012-10-18 | 1 | -0/+9 |
| | | | | allows panels to be collapsible. | ||||
* | Accordion: Only adjust height animations for heightStyle: content. Fix tests ↵ | Scott González | 2012-10-01 | 1 | -18/+18 |
| | | | | that punch .animate(). | ||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
| |