Mercurial > lada > lada-client
diff app/view/widget/base/ComboBox.js @ 1212:3e6756b0fc97
Fix and complement validation of Messprogramm from.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 13 Oct 2016 14:42:26 +0200 |
parents | 08bd9f1c791b |
children | d17501b967f2 |
line wrap: on
line diff
--- a/app/view/widget/base/ComboBox.js Tue Oct 11 17:40:37 2016 +0200 +++ b/app/view/widget/base/ComboBox.js Thu Oct 13 14:42:26 2016 +0200 @@ -69,6 +69,9 @@ hidden: true }]; this.callParent(arguments); + /* listeners have been passed to combobox. Thus, clear them on panel + * to avoid double effects of events fired on combobox and panel. */ + this.clearListeners(); }, showWarnings: function(warnings) {