View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018497 | MMW 5 | General | public | 2021-11-02 18:18 | 2022-02-03 00:17 |
Reporter | drakinite | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0.2 | ||||
Target Version | 5.0.3 | Fixed in Version | 5.0.3 | ||
Summary | 0018497: Edit controls' "change" events fire twice | ||||
Description | 1) Listen to an edit control's "change" event 2) Edit its text 3) Click away from the edit field to remove its focus When you click away from the control, the change event fires twice in a row. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2604 | ||||
|
Seeing that it was Michal's change, so assigned to him for a review. I suppose that adding e.stopPropagation() there should help to stop bubbling ? |
|
Yes, I will use stopPropagation, we need the events on container (so dropdowns work correctly then). But I have found another problem with Edit control in grid, after editing the same value in tracklist few times it stops working and does not hide Edit control after edit, not sure why, I will look at it and fix it as part of this issue too. |
|
Fixed in build 2604. The problem in grid was with hiding related dropdown. |
|
Verified 2604. |