Index: branches/RC/core/admin_templates/js/dropdown_mapper.js =================================================================== diff -u -N -r9639 -r11932 --- branches/RC/core/admin_templates/js/dropdown_mapper.js (.../dropdown_mapper.js) (revision 9639) +++ branches/RC/core/admin_templates/js/dropdown_mapper.js (.../dropdown_mapper.js) (revision 11932) @@ -12,7 +12,7 @@ { this.AssignDrills(this.Map); this.DrillDownRequests(this.Map,'root'); - for (var i in this.WatchFields) { + for (var i = 0; i < this.WatchFields.length; i++) { var elem = document.getElementById(this.InputMask.replace('#FIELD#', this.WatchFields[i])); elem.fieldName = this.WatchFields[i]; addEvent(elem, 'change', function(ev) {