Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Account for extra focus/blur listeners in jQuery >=3.4 | Michał Gołębiowski-Owczarek | 2020-07-23 | 1 | -0/+70 |
| | | | | | | | | | | | | | | jQuery >=3.4.0 uses a special focus/blur handler pair needed to fix various issues with checkboxes/radio buttons as well as being able to pass data in focus triggers. However, this leaves dummy focus & blur events if any of these events were ever listened to at a particular element. There's not a lot UI can do to fix this so we now just skip these handlers for data comparisons in tests. Ref jquery/jquery#4496 Closes gh-1930 Co-authored-by: Richard Gibson <richard.gibson@gmail.com> | ||||
* | All: Remove uses of `jQuery.camelCase()` | Scott González | 2017-05-17 | 1 | -1/+7 |
| | | | | | Ref #15160 Ref gh-1813 | ||||
* | All: Replace non-breaking spaces with regular spaces | Scott González | 2016-06-08 | 1 | -2/+2 |
| | |||||
* | Tests: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -4/+4 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Tests: Fix domEqual handling for invalid input | Scott González | 2015-04-17 | 1 | -5/+6 |
| | |||||
* | Tests: Change test infrastructure to use AMD and reduce boilerplate | Scott González | 2015-04-09 | 1 | -0/+122 |
Ref #10119 Ref gh-1528 * Adds RequireJS and relies on AMD for loading dependencies. * Updates to grunt-contrib-qunit 0.6.0. * Convert `domEqual()` to a proper QUnit assertion. * Introduces two bootstrap files (JS and CSS) which use `data-` attributes to reduce the amount of boilerplate needed in each test |