View Issue Details

IDProjectCategoryView StatusLast Update
0018497MMW 5Generalpublic2022-02-03 00:17
Reporterdrakinite Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0.2 
Target Version5.0.3Fixed in Version5.0.3 
Summary0018497: Edit controls' "change" events fire twice
Description1) 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.
TagsNo tags attached.
Fixed in build2604

Activities

Ludek

2022-01-20 17:14

developer   ~0066689

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 ?
image.png (32,633 bytes)   
image.png (32,633 bytes)   

michal

2022-01-20 19:04

developer   ~0066691

Last edited: 2022-01-20 19:04

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.

michal

2022-01-21 17:00

developer   ~0066709

Fixed in build 2604. The problem in grid was with hiding related dropdown.

drakinite

2022-02-03 00:17

developer   ~0066828

Verified 2604.