Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Focusable: Detect disabled fieldsets | Scott González | 2016-05-25 | 1 | -2/+6 |
| | | | | | Fixes #14970 Closes gh-1705 | ||||
* | Core: Shift to no globals | Amanpreet Singh | 2016-04-14 | 1 | -155/+156 |
| | |||||
* | Focusable: Fix handling of `visibility: inherit` | Scott González | 2015-09-29 | 1 | -2/+9 |
| | | | | | | Ref #14596 Ref gh-1583 Closes gh-1605 | ||||
* | Core: Remove ancestor visibility requirement from `:focusable` selector | Weston Ruter | 2015-09-24 | 1 | -2/+8 |
| | | | | | | | | * Check computed visibility in addition to :visible * Add tests for nested visibility override Fixes #14596 Closes gh-1583 | ||||
* | Core: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -16/+16 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Core: Move tabbable into its own module | Alexander Schmitz | 2015-08-08 | 1 | -2/+3 |
| | | | | Ref #9647 | ||||
* | Core: Move focusable into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
| | | | | Ref #9647 | ||||
* | Core: Move data selector from core into its own module | Alexander Schmitz | 2015-08-08 | 1 | -1/+2 |
| | | | | Ref #9647 | ||||
* | Core: Add $.fn.labels, $.fn.form, and $.ui.escapeSelector methods | Alexander Schmitz | 2015-05-05 | 1 | -0/+7 |
| | | | | | | | $.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 | ||||
* | Core: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -2/+5 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Core: Clean up selector tests | Scott González | 2014-07-30 | 1 | -169/+172 |
| | |||||
* | Tests: Convert single quotes to double quotes. | Mike Sherov | 2012-12-26 | 1 | -128/+128 |
| | |||||
* | Core: Update :focsable and :tabbable to handle parents with no height/width, ↵ | Scott González | 2012-10-23 | 1 | -0/+12 |
| | | | | but visible overflow. Fixes #8643 - :focusable pseudo-selector does not find elements if parent has 0x0 dimension. | ||||
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 1 | -0/+4 |
| | |||||
* | Fix various issues in our html files, third batch | Jörn Zaefferer | 2012-04-23 | 1 | -40/+36 |
| | |||||
* | Core: Added tests for :focusable and :tabbable form elements. | Scott González | 2011-08-12 | 1 | -2/+6 |
| | |||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -15/+15 |
| | |||||
* | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -18/+0 |
| | |||||
* | Core: Better support for areas in :focusable and :tabbable selectors. ↵ | Scott González | 2010-07-22 | 1 | -15/+23 |
| | | | | Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2. | ||||
* | Core: Fixed :focusable and :tabbable selectors for to work with :hidden and ↵ | Scott González | 2010-07-21 | 1 | -2/+2 |
| | | | | :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 tests: a few comments about failing tests, a few fixes for existing ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -6/+10 |
| | | | | tests, mostly messages; primary remaining issue is that both $("area").is(":visible") and $("area").is(":hidden") return true, which is most likely a bug in jQuery core | ||||
* | rename modules for testswarm compability | Jörn Zaefferer | 2009-09-01 | 1 | -1/+1 |
| | |||||
* | Core tests: Tests for :data selector. | Scott González | 2009-01-22 | 1 | -1/+58 |
| | |||||
* | Core: Partial fix for #3559: Proper implementation for :focusable and ↵ | Scott González | 2009-01-21 | 1 | -0/+184 |
:tabbable selectors. |