timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-34058] Option to disable Enter key from submiting Job #3003

Open timja opened 8 years ago

timja commented 8 years ago

Many users that submit jobs in Jenkins forget to fill all required fields before they submit it. Since on web combo-boxes or choices fields, a selection is natively done with the Enter key, doing so in a Jenkins job automatically submits the job, before it is filled correctly.

Adding an option to disable the Auto-submit job with the Enter key, could prevent such incidents.


Originally reported by nmanos, imported from: Option to disable Enter key from submiting Job
  • status: Open
  • priority: Minor
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 8 years ago

danielbeck:

There's plenty of useless options in Jenkins already. Should either change this, or not change this, but not offer an option.

timja commented 8 years ago

nmanos:

Sure, this can be made as a plugin, if not on core.

timja commented 8 years ago

danielbeck:

If it's a useful change (which it appears to be without having tried it) it should make it into core. Just saying it's not option-worthy

timja commented 8 years ago

nmanos:

I wouldn't mind it to be the default behavior in Jenkins, but those "keyboard freak control" users, might not like the idea of using mouse clicks to submit job...