# user-event v14.6.1 - Product: user-event (https://whatsnew.fyi/product/testing-library-user-event) - Vendor: Testing Library - Date: 2025-01-21 - Version: v14.6.1 - Original notes: https://github.com/testing-library/user-event/releases/tag/v14.6.1 - Permalink: https://whatsnew.fyi/product/testing-library-user-event/releases/v14.6.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — correct description for delay option - **fixed** — add ContextMenu to defaultKeyMap - **fixed** — add brackets to defaultKeyMap - **fixed** — walk through radio group per arrow keys - **fixed** — dispatch mouse events if pointerdown is defaultPrevented - **fixed** — set button and buttons properties on PointerEvent - **fixed** — use 1 as default value for PointerEvent.width and PointerEvent.height - **fixed** — prevent click event loop on form-associated custom element - **fixed** — prevent click event on non-focusable control - **fixed** — apply accept filter more leniently in upload ##### [14.6.1](https://github.com/testing-library/user-event/compare/v14.6.0...v14.6.1) (2025-01-21) ###### Bug Fixes * correct description for `delay` option ([#1175](https://github.com/testing-library/user-event/issues/1175)) ([2edf14d](https://github.com/testing-library/user-event/commit/2edf14d2e787e5a4217e69f602d21dc9dc8a6149)) * **keyboard:** add `ContextMenu` to `defaultKeyMap` ([#1079](https://github.com/testing-library/user-event/issues/1079)) ([3e471d1](https://github.com/testing-library/user-event/commit/3e471d1feb2ab08c34650a9d51b4b29555122663)) * **keyboard:** add brackets to `defaultKeyMap` ([#1226](https://github.com/testing-library/user-event/issues/1226)) ([543ecb0](https://github.com/testing-library/user-event/commit/543ecb0ea91ce36de9ed9d4f0fffc43df0068f38)) * **keyboard:** walk through radio group per arrow keys ([#1049](https://github.com/testing-library/user-event/issues/1049)) ([bf8111c](https://github.com/testing-library/user-event/commit/bf8111ca9fed2ab738e0568d741c2de1425e0ca4)) * **pointer:** dispatch mouse events if `pointerdown` is `defaultPrevented` ([#1121](https://github.com/testing-library/user-event/issues/1121)) ([f681f7b](https://github.com/testing-library/user-event/commit/f681f7bbfe4938540d4f2504d32e7f45b3ab50b6)) * **pointer:** set `button` and `buttons` properties on `PointerEvent` ([#1219](https://github.com/testing-library/user-event/issues/1219)) ([6614f72](https://github.com/testing-library/user-event/commit/6614f7282c75f783167fd3bee8113244a524fe20)) * **pointer:** use `1` as default value for `PointerEvent.width` and `PointerEvent.height` ([#1224](https://github.com/testing-library/user-event/issues/1224)) ([f0468d0](https://github.com/testing-library/user-event/commit/f0468d04d75c84900daf440f96b114192b920372)) * prevent `click` event loop on form-associated custom element ([#1238](https://github.com/testing-library/user-event/issues/1238)) ([465fc7e](https://github.com/testing-library/user-event/commit/465fc7eb49d38ad20b6cb227aea667167c4ea955)) * prevent `click` event on non-focusable control ([#1130](https://github.com/testing-library/user-event/issues/1130)) ([e429094](https://github.com/testing-library/user-event/commit/e4290948650a6925f549f4ec35ff74b3e81a0c64)) * **upload:** apply `accept` filter more leniently ([#1064](https://github.com/testing-library/user-event/issues/1064)) ([a344ad4](https://github.com/testing-library/user-event/commit/a344ad4dfea07b854513705d9e5ef7b3ef10919d))