Results 100 comments of Philipp Fritsche

![image](https://github.com/testing-library/user-event/assets/39068198/2b3c08a2-a22b-4aa3-a053-79e2567acfb8) The test in the reproduction example passes :thinking:

The library is still maintained and hopefully there will be more activity on this repo soon. There just aren't enough active people to deal with the reports in case we...

[`14.6.0`](https://github.com/testing-library/user-event/releases/tag/v14.6.0) has been released and work on merging other ready PRs is in progress. :)

resolved as a drive-by fix in #1130

Thanks for reporting this. Maybe this is somehow related to #1002 We're working on changing our test environment. Hopefully this will allow us to tackle these issues. See #1019

@yannbf Yes, I'd love User-Event to work in all major browsers. The [`test:toolbox` script](https://github.com/testing-library/user-event/blob/main/scripts/test.js) now allows to effectively compare our solutions in different environments. But fixing the differences between Jsdom...

Thanks for contributing to this library. On these input types Enter can trigger a submit: https://github.com/testing-library/user-event/blob/bc15a5be2d35dc531ff16d95db46075a536fea90/src/event/behavior/keypress.ts#L59-L68 We currently check if the form only contains one `` element, as a second...

The initial `wait` ensures that micro tasks added during (re)render are done before we dispatch events or manipulate the DOM. Could you verify that resolving the promise on a new...