Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Focusable: Fix handling of `visibility: collapse` | Paul Capron | 2020-10-14 | 1 | -0/+8 |
| | | | | | | | | | | | | | | "collapse" is similar to "hidden", with a slight difference in the case of tr/tbody/td/colgroup elements. See https://www.w3.org/TR/CSS22/visufx.html#visibility See https://www.w3.org/TR/CSS22/tables.html#dynamic-effects See https://developer.mozilla.org/en-US/docs/Web/CSS/visibility#Table_example "visibility: collapse" elements are always not focusable, though. Commit d3025968f34 introduced a regression by testing with `!== "hidden"` instead of `=== "visible"`. Closes gh-1843 | ||||
* | Focusable: Detect disabled fieldsets | Scott González | 2016-05-25 | 1 | -0/+9 |
| | | | | | Fixes #14970 Closes gh-1705 | ||||
* | Focusable: Fix handling of `visibility: inherit` | Scott González | 2015-09-29 | 1 | -1/+11 |
| | | | | | | Ref #14596 Ref gh-1583 Closes gh-1605 | ||||
* | Core: Remove ancestor visibility requirement from `:focusable` selector | Weston Ruter | 2015-09-24 | 1 | -0/+5 |
| | | | | | | | | * Check computed visibility in addition to :visible * Add tests for nested visibility override Fixes #14596 Closes gh-1583 | ||||
* | Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methods | Alexander Schmitz | 2015-05-05 | 1 | -0/+77 |
| | | | | | | | $.fn.labels and $.fn.form mimic the native labels and form properties $.ui.escapeSelector is for escaping attributes and urls for use as selectors Closes gh-1546 | ||||
* | 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. | ||||
* | Core: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -15/+2 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Effects tests: Add clip visual test | Mike Sherov | 2014-09-03 | 1 | -1/+1 |
| | | | | Closes gh-1338 | ||||
* | Build: Pull in jquery.simulate.js from Bower | Mike Sherov | 2014-08-22 | 1 | -1/+1 |
| | | | | Fixes #10563 | ||||
* | Core: Ensure forms in tests have some actual content | Scott González | 2014-07-30 | 1 | -2/+7 |
| | | | | | Empty forms have no height, so they're considered hidden in jquery-git as of jquery/jquery@10399ddcf8a239acc27bdec9231b996b178224d3 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 1 | -2/+2 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Tests: Update to sane QUnit markup | Jörn Zaefferer | 2014-02-20 | 1 | -5/+1 |
| | |||||
* | All: Rename all files, removing the "jquery.ui." prefix; | Rafael Xavier de Souza | 2014-01-24 | 1 | -1/+1 |
| | | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029 | ||||
* | Core: Deprecated .zIndex(). Fixes #9061 - Core: Deprecate .zIndex(). | Scott González | 2013-03-15 | 1 | -11/+0 |
| | |||||
* | Core: Update :focsable and :tabbable to handle parents with no height/width, ↵ | Scott González | 2012-10-23 | 1 | -0/+5 |
| | | | | but visible overflow. Fixes #8643 - :focusable pseudo-selector does not find elements if parent has 0x0 dimension. | ||||
* | Fully revert breaking changes to core unit tests markup (htmllint ignores it ↵ | Jörn Zaefferer | 2012-04-30 | 1 | -1/+1 |
| | | | | | | now anyway). Also update grunt.js: Simplify default task to finish that faster (also less console spam), remove beta from testswarm browserset, we don't need to test IE10 yet. | ||||
* | Partial revert to fix IE6 regression in 258a637 | Richard D. Worth | 2012-04-26 | 1 | -1/+1 |
| | |||||
* | Fix various issues in our html files, fifth batch | Richard D. Worth | 2012-04-26 | 1 | -3/+3 |
| | |||||
* | Fix various issues in our html files, third batch | Jörn Zaefferer | 2012-04-23 | 1 | -2/+0 |
| | |||||
* | Fix various issues in our html files, second batch | Jörn Zaefferer | 2012-04-23 | 1 | -6/+6 |
| | |||||
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 1 | -7/+5 |
| | |||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 1 | -2/+6 |
| | |||||
* | Core: Added tests for :focusable and :tabbable form elements. | Scott González | 2011-08-12 | 1 | -0/+3 |
| | |||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -20/+20 |
| | |||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -105/+106 |
| | |||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 1 | -1/+1 |
| | | | | jQuery core. | ||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -8/+0 |
| | |||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use | jzaefferer | 2011-02-23 | 1 | -1/+1 |
| | |||||
* | Unit tests: Add QUnit toolbar for hiding passed tests | jzaefferer | 2011-02-21 | 1 | -0/+1 |
| | |||||
* | Upgraded jQuery to 1.4.4. | Scott González | 2010-11-12 | 1 | -1/+1 |
| | |||||
* | Upgraded jQuery to 1.4.3. | Scott González | 2010-10-21 | 1 | -1/+1 |
| | |||||
* | Core tests: Enabled TestSwarm. | Scott González | 2010-09-02 | 1 | -10/+0 |
| | |||||
* | Core tests: Fixed object element for focusable/tabbable tests. Fixes #4488 - ↵ | Scott González | 2010-09-02 | 1 | -1/+1 |
| | | | | :focusable and :tabbable are broken with jQuery 1.3.2. | ||||
* | Core tests: Reordered some elements to avoid some bug in IE. | Scott González | 2010-09-02 | 1 | -3/+3 |
| | |||||
* | Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵ | jzaefferer | 2010-08-29 | 1 | -1/+2 |
| | | | | testsuites on TestSwarm due to unhandled errors and race conditions | ||||
* | Core Tests: Fixed image reference. | Scott González | 2010-07-22 | 1 | -1/+1 |
| | |||||
* | Core: Better support for areas in :focusable and :tabbable selectors. ↵ | Scott González | 2010-07-22 | 1 | -4/+11 |
| | | | | Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2. | ||||
* | Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). ↵ | Scott González | 2010-07-21 | 1 | -0/+2 |
| | | | | Fixes #5850 - .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight() setters. | ||||
* | Core: Fixed :focusable and :tabbable selectors for to work with :hidden and ↵ | Scott González | 2010-07-21 | 1 | -13/+13 |
| | | | | :visibile selectors in jQuery 1.3.2+. Still need to handle areas properly. Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2. | ||||
* | Core: Removed tests for .attr() ARIA override since the override no longer ↵ | Scott González | 2010-07-21 | 1 | -2/+0 |
| | | | | exists. | ||||
* | Unit tests: Disable stale widget tests on testswarm | jzaefferer | 2010-04-14 | 1 | -1/+12 |
| | |||||
* | Core unit tests: Include testsuite.js for the testswarm include | jzaefferer | 2010-03-25 | 1 | -0/+1 |
| | |||||
* | html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercase | Richard Worth | 2010-03-12 | 1 | -1/+2 |
| | |||||
* | Externals: updated QUnit to http://github.com/jquery/qunit commit ↵ | Richard Worth | 2010-02-25 | 1 | -5/+11 |
| | | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses. | ||||
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | 'Changed | Brant Burnett | 2010-01-29 | 1 | -1/+12 |
| | |||||
* | switched to jQuery 1.4.1 | Richard Worth | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | switched to jQuery 1.4 | Richard Worth | 2010-01-20 | 1 | -1/+1 |
| |