Fausto Guerrero

Results 7 issues of Fausto Guerrero

The issue is that these listeners are registered before the polyfill has time to register its own listener to stop the propagation of the submit event. Here I include 3...

bug
help wanted

…imation is much smother * **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Fixes #61 * It makes the progress bar to grow in...

**I'm submitting a ...** (check one with "x") ``` [x] bug report => check the FAQ and search github for a similar issue or PR before submitting [ ] support...

I found this condition making my tests in jest fail when the third statement was evaluated. This fixes it.

### Basic info: - **Node.js version:** 18.8.0 - **jsdom version:** 20.0.0 ### Minimal reproduction case ```js const { JSDOM } = require("jsdom"); const dom = new JSDOM(` hi `); dom.window.document.querySelector(':is(:is(input),...

maybe fixed (add tests to confirm)
selectors

### Reproduction example https://codesandbox.io/s/trusting-panka-gvg259 ### Prerequisites 1. Render an element with an open shadow dom 2. Focus said element 3. Use `keyboard` to trigger keys ### Expected behavior The focused...

bug
needs assessment

https://github.com/kitze/custom-react-scripts/blob/dea4a2ba0c422333e75114c63158ae2af8cbce3c/packages/react-scripts/scripts/utils/createJestConfig.js#L39 Jest is not customized, when the tests run, it mocks the CSS files with `{}` but SASS, LESS nor STYLUS is mocked. It would require a lot of changes...