Open jsk1107 opened 6 days ago
Hello,
Label Studio Version:
label-studio --version
in your terminal.Browser Console Logs:
F12
or right-clicking and selecting "Inspect"), go to the Console tab, and look for any errors or warnings that appear when the redirection happens.Update Label Studio:
pip install --upgrade label-studio
Thank you, Abu
Comment by Abubakar Saad Workflow Run
Describe the bug A clear and concise description of what the bug is.
If scroll down to the next image(Shift + down), page is redirected from the working environment to the project screen.
To Reproduce Steps to reproduce the behavior:
Go to labeling page
Then, Quickly move down the image(Shift + down)
Suddenly the screen redirects to the project page.
Expected behavior
scroll focus item to view. Focus on the task must not be lost
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
1248 #2285
The PR above appears to have been merged, but it still doesn't seem to work.
Add any other context about the problem here. I tested it on Safari and Chrome browsers on Mac and Windows and confirmed that the same phenomenon occurs. After several attempts, I deduced one possibility.
It seems that the number of images that are initially loaded in the left navigation bar is fixed. And when moving to the next image and reaching the last image, it seems to load the next set of images. At this time, I found that the block of the image selected in the quick view(blue border) intermittently disappears. When moving to the next image in that state, it redirects to the project screen.