patternfly / patternfly-elements

PatternFly Elements. A set of community-created web components based on PatternFly design.
https://patternflyelements.org/
MIT License
375 stars 85 forks source link

`<pf-button>`: keyboard accessibility using spacebar key #2715

Closed nikkimk closed 3 months ago

nikkimk commented 3 months ago

Description of the issue

A native button can be activated using spacebar as well as the Enter key. When on keydown using spacebar key to activate a <pf-button>, the browser window scrolls.

Impacted component(s)

Steps to reproduce

  1. Go to Button docs
  2. Press Tab to navigate to any button.
  3. Press spacebar.
  4. Browser window scrolls.

Expected behavior

Browser window should not scroll.