Opened 13 years ago
Closed 13 years ago
#8133 closed defect (invalid)
RelationMembersChangedEvent is not sent when the member is relation
| Reported by: | Zverikk | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | latest |
| Keywords: | relation, event | Cc: |
Description
When a member of a relation, a node or a way, is deleted, DataSetListeners receive relationMembersChanged() call for that relation. When a relation is deleted, listeners receive relationMembersChanged() for that relation with an empty members array.
But when a relation inside a relation is deleted, the relationMembersChanged() method is called only once -- for the inner relation. It should be called twice: for the inner relation and for the one that contains it.
This bug causes #8062



sorry, the problem was in another place