cytomine/Cytomine-Web-UI

Multi-image viewer doesn't keep the order

Closed this issue · 1 comments

When I reload a viewer into my browser,
(url is BASE_URL/#/project/P/image/I1-I2-I3?viewer=V )

the order of the opened images is not kept. It can be disturbing for the user.

Attended behaviour :
The image order is kept.

We fetch all the given idImages even if I1 == I3.

Todo : don't fetch multiple times the same image instance.