HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
19.02k stars 2.37k forks source link

Redirection to project screen during image labeling #6554

Open jsk1107 opened 6 days ago

jsk1107 commented 6 days ago

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:

  1. Go to labeling page

    스크린샷 2024-10-24 오후 11 44 13
  2. Then, Quickly move down the image(Shift + down)

  3. Suddenly the screen redirects to the project page.

    스크린샷 2024-10-24 오후 11 47 13

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.

heidi-humansignal commented 2 days ago

Hello,

  1. Label Studio Version:

    • Could you let me know the exact version of Label Studio you're using? You can find the version number in the bottom left corner of the Label Studio interface or by running the command label-studio --version in your terminal.
  2. Browser Console Logs:

    • When the issue occurs, are there any error messages in your browser's developer console? To check, please open the developer tools (usually by pressing 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.

Thank you, Abu

Comment by Abubakar Saad Workflow Run