Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ui5-button): removes active state after tabbing on an pressed button #335

Merged
merged 2 commits into from
Apr 16, 2019

Conversation

MapTo0
Copy link
Member

@MapTo0 MapTo0 commented Apr 15, 2019

  • The activate state of the buttons used to be displayed and controlled by the :active CSS selector. Seems like :active has some issues on different browsers and it is not consistently implemented. Therefore, the active state is now controlled by a javascript implementation.
  • chromium issue: https://bugs.chromium.org/p/chromium/issues/detail?id=945854

fixes: #156

… button

- The activate state of the buttons used to be displayed and controlled by the :active CSS selector. Seems like :active has some issues on different browsers and it is not consistently implemented. Therefore, the active state is now controlled by a javascript implementation.
- chromium issue: https://bugs.chromium.org/p/chromium/issues/detail?id=945854

fixes: #156
@MapTo0 MapTo0 requested a review from ilhan007 April 15, 2019 12:45
@MapTo0 MapTo0 merged commit 0776e01 into master Apr 16, 2019
@MapTo0 MapTo0 deleted the button-active-state branch April 16, 2019 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Button keeps 'pressed' state when holding the Space key and then pressing TAB
2 participants