Skip to content

Commit

Permalink
[JENKINS-26278] Let a combobox display its drop-down when focused.
Browse files Browse the repository at this point in the history
This pull request integrates #1510
  • Loading branch information
ikedam authored and oleg-nenashev committed Oct 17, 2015
1 parent 37f6417 commit deecdb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions war/src/main/webapp/scripts/combobox.js
Expand Up @@ -118,6 +118,8 @@ function ComboBox(idOrField, callback, config) {
if (this.oldonsubmit) this.oldonsubmit();
return true;
};
// repopulate and display the dropdown
this.comboBox.valueChanged();
}
this.field.onblur = function() {
var cb = this.comboBox;
Expand Down

0 comments on commit deecdb3

Please sign in to comment.