Actions
Bug #12801
closed
AA
AA
WLeafletMap may skip render after replacing marker
Bug #12801:
WLeafletMap may skip render after replacing marker
Start date:
06/28/2024
Due date:
% Done:
100%
Estimated time:
Description
When removing a marker and then immediately creating a new one, there is a possibility, that map won't be updated on client until page is reloaded.
This bug caused by comparing pointers, but not checking if unique_ptr exists, see this line.
In my case, unique_ptr, returned by removeMarker(), is being deleted, and then new marker is created and added, which may be located by the same address, so no changes are sent to the client.
Temporary workaround is to add new marker first and then remove the old one.
AA Updated by Andrey Alekseev about 2 years ago
MV Updated by Matthias Van Ceulebroeck about 2 years ago
- Due date deleted (
06/28/2024) - Assignee changed from Andrey Alekseev to Matthias Van Ceulebroeck
- Target version set to 4.11.2
MV Updated by Matthias Van Ceulebroeck over 1 year ago
- Target version changed from 4.11.2 to 4.11.4
MV Updated by Matthias Van Ceulebroeck over 1 year ago
- Target version changed from 4.11.4 to 4.12.1
MV Updated by Matthias Van Ceulebroeck over 1 year ago
- Status changed from New to InProgress
- Target version changed from 4.12.1 to 4.12.0
MV Updated by Matthias Van Ceulebroeck over 1 year ago
- Status changed from InProgress to Review
MV Updated by Matthias Van Ceulebroeck over 1 year ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Matthias Van Ceulebroeck to Andrey Alekseev
- % Done changed from 0 to 100
MV Updated by Matthias Van Ceulebroeck over 1 year ago
- Status changed from Implemented @Emweb to Closed
MV Updated by Matthias Van Ceulebroeck over 1 year ago
- Status changed from Closed to InProgress
MV Updated by Matthias Van Ceulebroeck over 1 year ago
- Status changed from InProgress to Implemented @Emweb
MV Updated by Matthias Van Ceulebroeck over 1 year ago
- Status changed from Implemented @Emweb to Implemented @Test
MV Updated by Matthias Van Ceulebroeck about 1 year ago
- Status changed from Implemented @Test to Closed
Actions