Edition of entries in Address Book or Receive coins tabs (using separate popup window) causes them to disappear. To see them again restart is required. In-place edition (by double clicking on a row) work properly. I suspect that it's due to the way these two tabs are handled internally. Both tabs share the same list (cachedAddressTable) handling all entries for them. What sub-list is displayed is decided by filter (QSortFilterProxyModel).
Edition of entries in Address Book or Receive coins tabs (using separate popup window) causes them to disappear. To see them again restart is required. In-place edition (by double clicking on a row) work properly. I suspect that it's due to the way these two tabs are handled internally. Both tabs share the same list (cachedAddressTable) handling all entries for them. What sub-list is displayed is decided by filter (QSortFilterProxyModel).