-
Bug
-
Resolution: Unresolved
-
Minor
JENKINS-71438 / https://github.com/jenkinsci/jenkins/pull/7938 switched from native browser dialogs to its own diaglogs.
However this has regressed the ability to select an action using the enter key.
instead of the highlighted button getting fired with the enter key, the default appears to be used instead.
This is an accessibility issue that can lead to dataloss - esp if the dialog is a delete and you have selected the cancel option.
Steps to reproduce.
- go to https://ci.jenkins.io/me/configure
- create a new API token
- click delete
- tab to the "cancel button"
- hit the "enter" key
expected results
The token is not removed (this is the behaviour in Jenkins < 2.415)
actual results
The token is removed
- links to