Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix titles of `jquery-patch.js` tests | Michał Gołębiowski-Owczarek | 2024-10-25 | 1 | -1/+1 |
| | | | | | The pages were erroneously titled after "Form Reset Mixin". Closes gh-2308 | ||||
* | All: Stop relying on jquery-patch.js internally, add tests | Michał Gołębiowski-Owczarek | 2024-05-15 | 1 | -0/+26 |
Avoid relying on jQuery patches. Instead: * use `CSS.escape` instead of `jQuery.escapeSelector` * use `.filter()` with a proper handler instead of `.even()` Keep `jquery-patch.js` for backwards compatibility, though. Also, add tests for jquery-patch. Ref gh-2249 |