View Issue Details

IDProjectCategoryView StatusLast Update
0013811MMW 5Generalpublic2017-01-16 02:30
ReporterLudek Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0013811: Dropdown raises 'change' event on blur
DescriptionDuring 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)
TagsNo tags attached.
Fixed in build2058

Activities

michal

2017-01-13 16:24

developer   ~0046932

Fixed in build 2058.

peke

2017-01-16 02:29

developer   ~0046974

Verified 2058