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
18.3k stars 2.3k forks source link

Control to move labels list for display not working #1417

Open qhreul opened 3 years ago

qhreul commented 3 years ago

Describe the bug In the settings, there is a possibility to change the location of the list of labels in the UI. Screen Shot 2021-09-07 at 10 24 01 AM However, it seems that only "top" can be selected. This has a usability impact when dealing with large document.

To Reproduce Steps to reproduce the behavior:

  1. Go to "Labeling Interface" in "Settings"
  2. Click on "Display Labels" scroll down
  3. Select "right"

Expected behavior Ability to move the list of labels for display

Environment (please complete the following information):

smoreface commented 3 years ago

@qhreul which labeling config are you using? I've seen this happen with some labeling configs but not others.

qhreul commented 3 years ago

@smoreface The project was created based on the Named Entity Recognition template.

smoreface commented 3 years ago

I recommend upgrading to 1.2.0, @qhreul. I have a NER project in 1.2.0 and I can move the labels list around perfectly!

qhreul commented 3 years ago

@smoreface We are actually using v1.2.0, but the issue remains. I have attached a short movie of the issue to describe. https://user-images.githubusercontent.com/20356112/133151387-dd64afd1-23b6-4a29-b81b-48ebbdc30188.mov

smoreface commented 3 years ago

@qhreul looks like you're possibly using the hypertext NER template from the playground, not the text NER template in the product.

On the labeling interface tab, can you click "code" and share your labeling config XML? I'm still not able to reproduce this (I don't have an option to change the label positions with the hypertext NER template).

qhreul commented 3 years ago

@smoreface We use the HTML representation for the text as opposed to the plain text. However, there does not seem to be anything in the XML code limiting where the information is displayed. Screen Shot 2021-09-13 at 10 02 16 PM

smoreface commented 3 years ago

Thanks @qhreul, I was able to reproduce this! It seems to be related to using the filter tag in combination.