I have just downaloaded and run the virtualbox image of FreeLab 1.0 : It is awesome!
I am trying to add rooms and locations (for the invetory section), when I saw a issue: the "Relation" container showed a 1px-width rectangle.
Thanks to Firefox source analysis plugin, I have found the issue in a "width: 0px;" located here:
<div class="chosen-container chosen-container-multi form-control form-select chosen-processed" style="width: 0px;" title="" id="edit_parent_chosen"><ul class="chosen-choices"><li class="search-choice"><span><root></span><a class="search-choice-close" data-option-array-index="0"></a></li><li class="search-field"><input type="text" value="Choose some options" class="" autocomplete="off" style="width:25px;"></li></ul><div class="chosen-drop"><ul class="chosen-results"></ul></div></div>
It seems similar to
https://www.drupal.org/node/2534538
https://www.drupal.org/project/select2widget/issues/2565385
I am looking for your answer
Best regards