adobe / spectrum-web-components

Spectrum Web Components
https://opensource.adobe.com/spectrum-web-components/
Apache License 2.0
1.22k stars 191 forks source link

[Bug]: sp-table-head-cell with sortable cannot be activated by keyboard #4472

Open jnurthen opened 1 month ago

jnurthen commented 1 month ago

Code of conduct

Impacted component(s)

sp-table-head-cell

Expected behavior

Should be able to be sorted using the keyboard

Actual behavior

neither space nor enter will sort the column

Screenshots

No response

What browsers are you seeing the problem in?

Firefox, Chrome, Safari, Microsoft Edge

How can we reproduce this issue?

  1. Go to https://opensource.adobe.com/spectrum-web-components/storybook/index.html?path=/story/table-virtualized--virtualized
  2. Tab until you get to the sortable column title
  3. Press enter
  4. Nothing happens
  5. Press space
  6. page scrolls

Sample code that illustrates the problem

No response

Logs taken while reproducing problem

No response