Skip to content

Commit

Permalink
fix(ui5-split-button): fix doubled click event when space is pressed (#…
Browse files Browse the repository at this point in the history
…10241)

When a default action of a ui5-split-button was activated by pressing of Space key, the click event was fired twice - on keydown and on keyup. It should be fired only once on keyup only if the Space is pressed and before the release Escape or Shift is not pressed (this is accessibility feature related to all buttons).

This PR fixes the issue.
  • Loading branch information
NHristov-sap authored Jan 23, 2025
1 parent bf4c816 commit d0d3cc5
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit d0d3cc5

Please sign in to comment.