v14.6.1
Fixed 10
- correct description for delay option
- add ContextMenu to defaultKeyMap
- add brackets to defaultKeyMap
- walk through radio group per arrow keys
- dispatch mouse events if pointerdown is defaultPrevented
- set button and buttons properties on PointerEvent
- use 1 as default value for PointerEvent.width and PointerEvent.height
- prevent click event loop on form-associated custom element
- prevent click event on non-focusable control
- apply accept filter more leniently in upload
From user-event
14.6.1 (2025-01-21)
Bug Fixes
- correct description for
delayoption (#1175) (2edf14d) - keyboard: add
ContextMenutodefaultKeyMap(#1079) (3e471d1) - keyboard: add brackets to
defaultKeyMap(#1226) (543ecb0) - keyboard: walk through radio group per arrow keys (#1049) (bf8111c)
- pointer: dispatch mouse events if
pointerdownisdefaultPrevented(#1121) (f681f7b) - pointer: set
buttonandbuttonsproperties onPointerEvent(#1219) (6614f72) - pointer: use
1as default value forPointerEvent.widthandPointerEvent.height(#1224) (f0468d0) - prevent
clickevent loop on form-associated custom element (#1238) (465fc7e) - prevent
clickevent on non-focusable control (#1130) (e429094) - upload: apply
acceptfilter more leniently (#1064) (a344ad4)