Tom Elliott

Results 3 issues of Tom Elliott

### Description Using `` within `` affects the group's styling. #### Expected: ![Image showing expected output](https://github.com/primer/react/assets/13594679/064bb08f-c5eb-40b3-ad8a-f34f84db5bdd) #### Actual: ![Image showing actual output](https://github.com/primer/react/assets/13594679/f0d18d11-a109-49c0-a7fb-c6be57a009d5) ### Steps to reproduce ```typescript 😜 😳 😭...

bug
react
component: Tooltip
component: ButtonGroup

Closes #4194 ### Changelog - Updated the handling of keyboard events within the ActionListItem component. Previously, `onKeyPress` was used. This has been replaced with `onKeyDown` to move away from now...

### Description [](https://github.com/primer/react/blob/main/src/ActionList/Item.tsx) does not properly handle keyboard selection events when a modifier key is used. Currently `` registers a handler for the [`onKeyPress` event](https://github.com/primer/react/blob/691adc6ff5593f3e7e847c42bffc8bdb29d7bfab/src/ActionList/Item.tsx#L252). `keypress` events are fired when...

bug
react
component: ActionList