You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes (like, maybe 1 in 6 times), I add a label to an image, it appears as a label added and then it disappears from the label box. After this happened half a dozen times, I then realized that the new label reappears after a few seconds, but the time in between is very confusing and I can’t tell if I did accurately label the image or not.
To Reproduce
Steps to reproduce the behaviour:
Click the button in bottom left of thumbnail to add a label to an image
Type in a label name and click +
The new label shows below the 'new label' text box
Wait
The new label disappears
Wait
The new label reappears.
Expected behaviour
Not to disappear from view in label box.
Screenshots
Not provided.
System Info (please complete the following information):
OS: Windows 10
Browser: Chrome
Browser version: 96.0.4664.93
Additional context
Not provided.
The text was updated successfully, but these errors were encountered:
STORE tells DOMINATE is has changes due to the first label so DOMINATE updates but because the second label hasn't made it to STORE yet that label is lost
DOMINATE updates because of the second label so it reappears
Also, if you catch this at the wrong time, labels are just lost full-stop... given DOMINATE/CURATE temporarily remembers the added labels without STORE maybe we should not refresh DOMINATE/CURATE on label changes?
Describe the bug
Sometimes (like, maybe 1 in 6 times), I add a label to an image, it appears as a label added and then it disappears from the label box. After this happened half a dozen times, I then realized that the new label reappears after a few seconds, but the time in between is very confusing and I can’t tell if I did accurately label the image or not.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
Not to disappear from view in label box.
Screenshots
Not provided.
System Info (please complete the following information):
Additional context
Not provided.
The text was updated successfully, but these errors were encountered: