Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Migrate from JSHint & JSCS to ESLint | Michał Gołębiowski-Owczarek | 2021-06-07 | 4 | -0/+4 |
| | | | | | Fixes #15393 Closes gh-1958 | ||||
* | Tests: Accept delayed focusout in IE with jQuery 1.8 | Michał Gołębiowski-Owczarek | 2021-04-16 | 1 | -2/+13 |
| | | | | | | In IE with jQuery 1.8 focusout may not happen immediately so some checks need to be done later. Closes gh-1952 | ||||
* | Tests: Ensure no timers are running at the end of each test (#1920) | Michał Gołębiowski-Owczarek | 2020-05-16 | 4 | -8/+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 | ||||
* | Tabs: Remove presentation role | milk54 | 2016-09-29 | 1 | -2/+1 |
| | | | | | Fixes #10122 Closes gh-1748 | ||||
* | Tabs: Remove test for Ajax URLs containing hashes | Scott González | 2016-07-06 | 1 | -12/+0 |
| | | | | | | | | | This hasn't been a problem for a long time and jQuery no longer removes the hash in 3.0.0, so the test started to fail even though the actual code is working just fine. Ref #3627 Ref jquery/jquery#1732 | ||||
* | Tabs: Fix test | Scott González | 2016-05-25 | 1 | -2/+2 |
| | |||||
* | Tabs: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -700/+712 |
| | |||||
* | Tabs: Handle overly-precise values in tests in IE | Scott González | 2015-10-27 | 1 | -1/+4 |
| | | | | Closes gh-1628 | ||||
* | Tabs: Adjust handling of disabled option, using _setOptionDisabled | Jörn Zaefferer | 2015-09-25 | 1 | -1/+1 |
| | | | | | | | | Tabs support multiple values to disable individual tabs. Only add the ui-tabs-disabled class when all tabs are disabled. Ref #9151 Closes gh-1599 | ||||
* | Tabs: Style updates | Alexander Schmitz | 2015-09-11 | 6 | -164/+180 |
| | | | | Ref #14246 | ||||
* | Tabs: Style updates | Alexander Schmitz | 2015-08-21 | 5 | -42/+42 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Tabs: Move tabs into widgets directory | Alexander Schmitz | 2015-08-08 | 6 | -6/+6 |
| | | | | Ref #13885 | ||||
* | Tabs: Remove core event/alias and deprecated module dependencies | Alexander Schmitz | 2015-05-20 | 2 | -8/+8 |
| | |||||
* | Tabs: Rename ui-tab class to ui-tabs-tab for consistent prefixes | Jörn Zaefferer | 2015-04-18 | 1 | -1/+7 |
| | | | | | | | Fixes #12061 Closes gh-1538 Ref #7053 Ref jquery/api.jqueryui.com#256 | ||||
* | 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 | -14/+18 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Tabs: Convert tests to new infrastructure | Scott González | 2015-04-09 | 7 | -47/+51 |
| | | | | | 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 | ||||
* | Tabs: Use new has/lacksClasses assertions for all class checks | Alexander Schmitz | 2015-03-11 | 2 | -44/+44 |
| | |||||
* | Tabs: Add classes option | Alexander Schmitz | 2015-03-11 | 5 | -27/+75 |
| | | | | | 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 | ||||
* | Tests: Reduce timeouts to optimize testsuite runtime | Jörn Zaefferer | 2015-03-04 | 3 | -24/+24 |
| | |||||
* | Tests: Fix style issues with missing or multiple line breaks | Jörn Zaefferer | 2015-01-24 | 2 | -2/+0 |
| | | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually. | ||||
* | Tabs: Suppress automatic activation when navigating with COMMAND | Scott González | 2014-11-04 | 1 | -183/+210 |
| | | | | | Fixes #9621 Closes gh-1383 | ||||
* | 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 | ||||
* | Tabs: Move `aria-expanded` from active panel to active tab | David Petersen | 2014-05-19 | 1 | -63/+63 |
| | | | | | Fixes #9622 Closes gh-1251 | ||||
* | 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 | ||||
* | Tabs: Use .uniqueId() for panels and moved isLocal() into the widget prototype. | Scott González | 2013-10-24 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Tabs: Prevent default action of clicks even when disabled. Fixes #9413 - ↵ | Scott González | 2013-07-03 | 1 | -2/+7 |
| | | | | Tabs: Disabled tabs are still clickable. | ||||
* | Widget tests: Use instance method. Also replace a few instances of $.data in ↵ | Jörn Zaefferer | 2013-03-19 | 2 | -5/+5 |
| | | | | widget implementations. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Scott González | 2013-03-14 | 1 | -1/+17 |
| | | | | | | | | | | 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 | -17/+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/+17 |
| | | | | | | | | 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 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Dev: Change incorrect references in test suite from #main to #qunit-fixture. | Mike Sherov | 2012-12-08 | 1 | -3/+3 |
| | |||||
* | Tabs: Calculate border and padding on tabs container. Fixed #8836: Height ↵ | David Petersen | 2012-11-26 | 1 | -1/+9 |
| | | | | overflows parent with heightStyle: 'fill'. | ||||
* | Tabs: Remove ui-tabs-aria-controls data on destroy. | Scott González | 2012-11-16 | 1 | -1/+4 |
| | |||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Updated all widgets to use proper data keys when getting plugin instances. | Scott González | 2012-11-09 | 2 | -5/+5 |
| | |||||
* | Tabs: Removed all templating features. Fixes #7158 - Tabs: Remove add and ↵ | Scott González | 2012-10-25 | 4 | -364/+0 |
| | | | | remove methods. Fixes #7157 - Tabs: Remove templating (idPrefix, tabTemplate, panelTemplate options). Fixes #7149 - Tabs: Remove use of title attribute. | ||||
* | Tabs: Removed back-compat filter in tests for negative active option. | Scott González | 2012-10-25 | 1 | -22/+20 |
| | |||||
* | Tabs: Removed back-compat for load event. Fixes #8731 - Tabs: Remove ↵ | Scott González | 2012-10-25 | 3 | -120/+49 |
| | | | | back-compat for load event. | ||||
* | Tabs: Removed abort method. Fixes #7150 - Tabs: Remove abort method. | Scott González | 2012-10-25 | 1 | -18/+0 |
| |