View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0013811 | MMW 5 | General | public | 2016-12-22 19:53 | 2017-01-16 02:30 | 
| Reporter | Ludek | Assigned To | |||
| Priority | urgent | Severity | minor | Reproducibility | always | 
| Status | closed | Resolution | fixed | ||
| Summary | 0013811: Dropdown raises 'change' event on blur | ||||
| Description | During debugging I found that additional 'change' is raised when a Dropdown control loses focus This reason fro this is that the 'change' bubbles from the <input type="text"> child element (this.edit) The fix seems to be to add this line to Dropdown.js: app.listen(this.edit, 'change', this._catchEvent); But it could be risky at this stage, assigned Michal to revision (as author of Dropdown control)  | ||||
| Tags | No tags attached. | ||||
| Fixed in build | 2058 | ||||